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.
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