-
Notifications
You must be signed in to change notification settings - Fork 20.3k
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
BAD BLOCK - Error: invalid receipt root hash #15265
Comments
The block for byzantium looks wrong - should be 1035301 - but you state 9223372036854775807 |
I have the same issue. Didn't specify any genesis, just started |
1035300 is the last block before byzantium - here @karalabe gave a hint to stuck nodes: https://gist.github.com/karalabe/1a91daaca517f39c42135f88da848696 @zincoshine you should use 1.7.1 |
Hi,
I had similar problems.. and fixed now.. it's due to the update... Regards |
For more information, please go through this.. This is a maintenance release that fixes regressions in the 1.7.0 release. This release enables the Byzantium hard fork transition at block number 4370000 (~17th October) on the mainnet and block number 1035301 (~9th October) on the Rinkeby test network. Please update well before these dates to ensure a smooth transition. |
Thanks all, I upgraded to geth 1.7.2 and the issue is now resolved. |
I tried multiple times to resync from scratch with geth --rinkeby using geth 1.7.2 but I kept having the same problem and my bizantium block was 9223372036854775807 instead of 1035301 as well. The solution was to explicitly state the genesis block following the instructions of this blog post: http://blog.jaumesola.com/setting-up-an-ethereum-node-on-the-rinkeby-testnet
|
System information
Geth version:
1.7.0-stable-6c6c7b2a
OS & Version: Linux
Commit hash : (if
develop
)Expected behaviour
geth doesn't sync on Rinkeby
Actual behaviour
ERROR[10-09|20:25:13]
########## BAD BLOCK #########
Chain config: {ChainID: 4 Homestead: 1 DAO: DAOSupport: true EIP150: 2 EIP155: 3 EIP158: 3 Byzantium: 9223372036854775807 Engine: clique}
Number: 1035301
Hash: 0x9e673f84fa096626d50440cbb7c71ec891fd42993be3d99f87c826b43842c592
receipt{med=a95f1fbd2fa6589acd708d187dfefab5944c64f5eb8eec1c32eb73a8d36a8b88 cgas=27183 bloom=00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 logs=[]}
Error: invalid receipt root hash (remote: 85f374e1457eb09d56bf61c66cc7222a7e88167919d5574d3ca132499d06242b local: af3e081c339f29de5d63806d0f04bd152e65c725eb0f2746be748ee041b3e80b)
##############################
Steps to reproduce the behaviour
Backtrace
The text was updated successfully, but these errors were encountered: