Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Blockchain by (12.7k points)

I couldn't see my transactions on eth-netstats graph for my private network. Its listing out all other details like below. What am I missing, any pointers would be greatly appreciated.

enter image description here

I am running the application in: 
- Node: 4.6.0
- NPM: 3.10.7

Geth command used to start the server:

geth --identity "nodeB" --rpc --rpcaddr "0.0.0.0" --rpcport "8001" --rpccorsdomain "*" --datadir "/home/node_b" --port "30304" --ipcapi "admin,db,eth,debug,miner,net,shh,txpool,personal,web3" --rpcapi "db,eth,net,web3" --autodag --networkid 1900 --nat "any" console 

1 Answer

0 votes
by (29.5k points)

I think that the eth-netstats is not getting data from the eth-netstats intelligent API,

So I would suggest you is to restart the eth-netstats-api that might fix it.

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Jul 23, 2019 in Blockchain by Abhishek_31 (12.7k points)

Browse Categories

...