You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unzip it and initilized genesis using geth --datadir <my-data-dir> init genesis.json
Created my vaildator consensus keys using geth account new --datadir <my-data-dir>
Saved password in a file using echo <password used while creating keys> > password.txt
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
The text was updated successfully, but these errors were encountered:
Hi I am trying to run a coredao testnet validator node but it is not able to connect with peers.
Steps I did :-
geth --datadir <my-data-dir> init genesis.json
geth account new --datadir <my-data-dir>
echo <password used while creating keys> > password.txt
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
The text was updated successfully, but these errors were encountered: