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

Not able to run a testnet validator node (peers not connecting) #23

Open
gautamjha2002 opened this issue Feb 28, 2024 · 1 comment
Open

Comments

@gautamjha2002
Copy link

Hi I am trying to run a coredao testnet validator node but it is not able to connect with peers.

Steps I did :-

  1. Download testnet.zp file from https://github.com/coredao-org/core-chain/releases from version 1.0.6
  2. unzip it and initilized genesis using geth --datadir <my-data-dir> init genesis.json
  3. Created my vaildator consensus keys using geth account new --datadir <my-data-dir>
  4. Saved password in a file using echo <password used while creating keys> > password.txt
  5. Then started a validator using geth --config ./config.toml --datadir <my-data-dir> -unlock <my-account key created in step 3> --password password.txt --mine --allow-insecure-unlock --cache 8000

Please help me how can i fix this issue ??

Below I have pasted the logs screeenshot also

Screenshot from 2024-02-28 12-02-15

@charles2023wood
Copy link
Contributor

Make sure the IP & port is public, the default port for testnet is 35012.

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

No branches or pull requests

2 participants