eth-net-intelligence-api icon indicating copy to clipboard operation
eth-net-intelligence-api copied to clipboard

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

Open cdetrio opened this issue 9 years ago • 1 comments

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.

cdetrio avatar Oct 21 '16 14:10 cdetrio

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

gaiazov avatar Dec 02 '16 18:12 gaiazov