Closed pccr10001 closed 5 years ago
hi @pccr10001 how are you? IBFT setup is a bit finicky and requires a bit more -- some steps get obscured when running the istanbul-tools and get missed when setting up. Best to read this doc: https://github.com/jpmorganchase/quorum/wiki/From-Scratch#quorum-with-istanbul-bft-consensus first.
In your issue above, the unauthorized address is likely due to the nodes not having the right nodekey -- its the nodekey that gets used to generate the ethereum validator addresses and it requires you to run the tools correctly like so: istanbul setup --num 1 --nodes --quorum --save --verbose
Let me know if you run into any other issues.
Hello.
I am looking for how the genesis of istanbul extradata generated.
I tried istanbul-tools to generate extradata field, but its structure is different from istanbul-genesis.json provided in this repo.
extradata from repo.
My config
It case
unauthorized address
in geth logsMy System Info: Ubuntu 18.04.1 Geth: Version: 1.8.12-stable Git Commit: 8f678278aab02529cc56d934606e5b275b94f6cf Quorum Version: 2.2.0
Thank you.