Replies: 1 comment
-
Hi @arun-rs-collab , were you able to resolve this issue? Regret the delayed response. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to set up a 3-node GoChain Private node, I am facing issues while trying to connect the nodes using the admin.addPeer("enode") command. I am following the gochain docs (https://github.com/gochain/docs/tree/master/private-networks/custom) to set up the multinode setup.
Here is what I have tried,
gochain --networkid 2345435345 --port 30303 --config /gochain/config.toml --datadir /gochain/node --nodiscover --cache ${GOCHAIN_CACHE:-1024} --mine --unlock ${GOCHAIN_ACCT} --password /gochain/password.txt --verbosity 5
Please check the gist for details on the genesis file and node1 info.
Beta Was this translation helpful? Give feedback.
All reactions