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
We have started the node using Dockerfile available in the Git Repo (https://github.com/strangelove-ventures/noble/blob/v3.0.0/Dockerfile)
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
Downloaded Genesis wget -O genesis.json https://snapshots.polkachu.com/genesis/noble/genesis.json --inet4-only mv genesis.json .noble/config
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
Adding Seed
Replacing addrbook.json wget -O addrbook.json https://snapshots.polkachu.com/addrbook/noble/addrbook.json --inet4-only mv addrbook.json .noble/config
But still unable to connect to peers
The text was updated successfully, but these errors were encountered:
@johnletey can you please help with the above issue
Sorry, something went wrong.
No branches or pull requests
We have started the node using Dockerfile available in the Git Repo (https://github.com/strangelove-ventures/noble/blob/v3.0.0/Dockerfile)
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
Downloaded Genesis
wget -O genesis.json https://snapshots.polkachu.com/genesis/noble/genesis.json --inet4-only
mv genesis.json .noble/config
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
Adding Seed
Replacing addrbook.json
wget -O addrbook.json https://snapshots.polkachu.com/addrbook/noble/addrbook.json --inet4-only
mv addrbook.json .noble/config
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
The text was updated successfully, but these errors were encountered: