AleoNet / snarkOS

A Decentralized Operating System for ZK Applications
http://snarkos.org
Apache License 2.0
4.31k stars 2.62k forks source link

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

Closed Speedevs closed 3 months ago

Speedevs commented 3 months ago
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)

Speedevs commented 3 months ago

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

Speedevs commented 3 months ago

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

Speedevs commented 3 months ago

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

Speedevs commented 3 months ago

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

ljedrz commented 3 months ago

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