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

Unable to connect to peers (Invalid Peer) #103

Open
bmalepaty opened this issue Aug 31, 2023 · 1 comment
Open

Unable to connect to peers (Invalid Peer) #103

bmalepaty opened this issue Aug 31, 2023 · 1 comment

Comments

@bmalepaty
Copy link

bmalepaty commented Aug 31, 2023

  1. We have started the node using Dockerfile available in the Git Repo (https://github.com/strangelove-ventures/noble/blob/v3.0.0/Dockerfile)

  2. Then initialized the chain:
    sudo docker run -it -p 26657:26657 -p 26656:26656 -v /node-noble/noble/.noble:/noble/.noble nobleimage:latest nobled init noblemoniker --chain-id noble-1

  3. Downloaded Genesis
    wget -O genesis.json https://snapshots.polkachu.com/genesis/noble/genesis.json --inet4-only
    mv genesis.json .noble/config

  4. Configured Seed
    We have attempted 3 ways as shown below - Adding persistent peer, Adding seed in config.toml, and Replacing addrbook.json

Adding Persistent Peer
image

Adding Seed
image

Replacing addrbook.json
wget -O addrbook.json https://snapshots.polkachu.com/addrbook/noble/addrbook.json --inet4-only
mv addrbook.json .noble/config

  1. Started node
    sudo docker run -d -it -p 26657:26657 -p 26656:26656 -p 1317:1317 -v /node-noble/noble/.noble:/noble/.noble nobleimage:latest nobled start --pruning nothing

But still unable to connect to peers
image

@debasish22
Copy link

@johnletey can you please help with the above issue

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