Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
cdetrio opened this issue Oct 21, 2016 · 1 comment
Open

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

cdetrio opened this issue Oct 21, 2016 · 1 comment

Comments

@cdetrio
Copy link

cdetrio commented Oct 21, 2016

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
Copy link

gaiazov commented Dec 2, 2016

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

Magicking added a commit to Magicking/eth-net-intelligence-api that referenced this issue Dec 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants