kadena-io/chainweb-node

The program won't start, what should I do?

JonathanHenderson opened this issue · 3 comments

2022-09-29T10:19:12.655Z [Error] [chainwebVersion=mainnet01|peerId=_0oGnM|port=1789|host=8.209.242.76|type=ChainwebApp] Only 5 out of 12 bootstrap peers are reachable.Required number of reachable bootstrap nodes: 6

nohup /opt/kda/chainweb-node --config-file=/opt/kda/config.yaml --database-directory /opt/kda/data/ --log-handle file:/opt/kda/logs/kda.log 2>&1 &

./chainweb-node --print-config > config.yaml
I created the config file and started the program with the above command, but the program won't start, I tried several times to no avail.

There were not enough bootstrap nodes available. This is now fixed and your node should start.

For the future: you can lower the threshold for the number of available bootstrap nodes at startup using the respective configuration option.