cubedro / eth-net-intelligence-api

Ethereum Network Intelligence API
http://tinyurl.com/ofndjbo
GNU General Public License v3.0
324 stars 345 forks source link

node type / version is blank when web3.eth.coinbase isn't set #245

Open cdetrio opened 7 years ago

cdetrio commented 7 years ago

See the image:

ethstats - node type version appears blank

This is caused when web3.eth.coinbase is not set, since node.js#L339 will return an error:

> web3.eth.coinbase
etherbase address must be explicitly specified
    at web3.js:3119:20
    at web3.js:6023:15
    at get (web3.js:5923:38)
    at <anonymous>:1:-1

PR #241 fixes this bug.

gaiazov commented 7 years ago

+1 it is annoying to have to set coinbase on nodes