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

Getting an error while running miner with geth #22602

Closed
KillerPriest86 opened this issue Mar 30, 2021 · 2 comments · Fixed by #22604
Closed

Getting an error while running miner with geth #22602

KillerPriest86 opened this issue Mar 30, 2021 · 2 comments · Fixed by #22604

Comments

@KillerPriest86
Copy link

When running geth and block chain seems to have synced up I closed and opened with command
geth console --mine --rpc --port "30303" --rpcport "8545" --rpccorsdomain "*" --nat "any" --rpcapi eth,web3,personal,net --miner.etherbase 0xWallet

I then get his error while running geth

Served eth_submitHashrate conn=127.0.0.1:52643 reqid=9 t=0s err="the method eth_submitHashrate does not exist/is not available"

I am using T-Rex miner and everything seems to be working fine on T-Rex just not sure if anything I'm submitting is actually working

@karalabe
Copy link
Member

karalabe commented Mar 31, 2021

Thanks for reporting this. Investigated and it turned out one of our refactors changed eth_submitHashrate to eth_submitHashRate (capitalized R). That's a bug. Will be fixed in the next release #22604

@KillerPriest86
Copy link
Author

Thanks for the prompt response! I'll close issue then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants