We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Geth version: hendameer86@gmail.com OS & Version: Linux
[backtrace]
When submitting logs: please submit them as text and not screenshots.
The text was updated successfully, but these errors were encountered:
I faced the same issue but found a solution. In the node-0 folder, run the following command:
geth attach data/geth.ipc admin.addPeer("enode://Id-node1@127.0.0.1:port?discport=0&raftport=port");
If you have 5 running nodes, you need to add 4 of them as admin peers inside node-0. After that, you can run:
net.peerCount It will output 4, indicating that all the nodes are in sync mode.
net.peerCount
Sorry, something went wrong.
No branches or pull requests
System information
Geth version: hendameer86@gmail.com
OS & Version: Linux
Expected behaviour net.peerCount is 5
Actual behaviour net.peerCount is 0
Steps to reproduce the behaviour QBFT tutorial
Backtrace
When submitting logs: please submit them as text and not screenshots.
The text was updated successfully, but these errors were encountered: