AleoNet / snarkOS

A Decentralized Operating System for ZK Applications

Home Page:http://snarkos.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] DEBUG snarkos_node::prover: Skipping an iteration of the puzzle (no connected peers)

Speedevs opened this issue · comments

image

I got this problem how to fix

2024-07-05T08:47:28.154057Z DEBUG snarkos_node::prover: Skipping an iteration of the puzzle (no connected peers)
2024-07-05T08:47:28.154064Z DEBUG snarkos_node::prover: Skipping an iteration of the puzzle (no connected peers)
2024-07-05T08:47:28.154071Z DEBUG snarkos_node::prover: Skipping an iteration of the puzzle (no connected peers)
2024-07-05T08:47:28.155145Z DEBUG snarkos_node::prover: Skipping an iteration of the puzzle (no connected peers)
2024-07-05T08:47:28.155201Z DEBUG snarkos_node::prover: Skipping an iteration of the puzzle (no connected peers)
2024-07-05T08:47:53.155152Z DEBUG snarkos_node::prover: Skipping an iteration of the puzzle (no connected peers)
2024-07-05T08:47:53.155163Z DEBUG snarkos_node_router::heartbeat: No connected peers
2024-07-05T08:47:53.155171Z DEBUG snarkos_node::prover: Skipping an iteration of the puzzle (no connected peers)
2024-07-05T08:47:53.155171Z DEBUG snarkos_node::prover: Skipping an iteration of the puzzle (no connected peers)
2024-07-05T08:47:53.155180Z DEBUG snarkos_node::prover: Skipping an iteration of the puzzle (no connected peers)
2024-07-05T08:47:53.156243Z DEBUG snarkos_node::prover: Skipping an iteration of the puzzle (no connected peers)
2024-07-05T08:47:53.156249Z DEBUG snarkos_node::prover: Skipping an iteration of the puzzle (no connected peers)
2024-07-05T08:48:18.156158Z DEBUG snarkos_node::prover: Skipping an iteration of the puzzle (no connected peers)
2024-07-05T08:48:18.156168Z DEBUG snarkos_node::prover: Skipping an iteration of the puzzle (no connected peers)
2024-07-05T08:48:18.156176Z DEBUG snarkos_node::prover: Skipping an iteration of the puzzle (no connected peers)
2024-07-05T08:48:18.156180Z DEBUG snarkos_node_router::heartbeat: No connected peers
2024-07-05T08:48:18.156185Z DEBUG snarkos_node::prover: Skipping an iteration of the puzzle (no connected peers)
2024-07-05T08:48:18.157250Z DEBUG snarkos_node::prover: Skipping an iteration of the puzzle (no connected peers)
2024-07-05T08:48:18.157256Z DEBUG snarkos_node::prover: Skipping an iteration of the puzzle (no connected peers)

Solution : ./run-prover.sh --network 1

Also don't forget to open your port

sudo ufw allow OpenSSH
sudo ufw allow 22
sudo ufw enable (then press y) then press enter

To check if screen is working after you close
type
screen
screen -ls or screen -list
then
screen -x "id"

(REPLACE THE "ID" with the screen "ID" and you should be able to see it running

Solution : ./run-prover.sh --network 1 or

./run-prover.sh --network 2

or ./run-prover.sh --network 3

(It has only 3 Network IDs) ,if it don't work then try doing it again from beginning

Seems like the issue is closed, then? Otherwise please feel free to reopen.