Hey fabrice,
I’m still having some issue with my participation node; it got up to about 11 million blocks synced but now it’s stopped and I don’t know why. I was wondering if you might have any insight. I seem to be stuck on round 11912309.
I have ~150 Mbps upload/download speed. I am running my node on an 8GB Raspberry Pi 4 using Raspbian Lite. I do not have a firewall on this machine but it is behind my router.
I installed the software by following the steps under “Installing with Other Linux Distros”.
RAM and CPU usage are very low right now. Back when it was syncing, RAM usage was closer to 40%, and my CPUs were maxing out. I am using a 1TB SSD that only has about 900GB of free space left.
When I run ./goal node status -d data
, I get the following:
Last committed block: 11912309
Time since last block: 0.0s
Sync Time: 0.0s
Last consensus protocol: https://github.com/algorandfoundation/specs/tree/3a83c4c743f8b17adfd73944b4319c25722a6782
Next consensus protocol: https://github.com/algorandfoundation/specs/tree/3a83c4c743f8b17adfd73944b4319c25722a6782
Round for next consensus protocol: 11912310
Next consensus protocol supported: true
Last Catchpoint:
Genesis ID: mainnet-v1.0
Genesis hash: wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8=
Here is my data/node.log file:
{"Context":"sync","file":"service.go","function":"github.com/algorand/go-algorand/catchup.(*Service).fetchAndWrite","level":"warning","line":268,"msg":"fetchAndWrite(11912319): lookback block doesn't exist, cannot authenticate new block","name":"","time":"2021-06-01T02:07:14.283985+01:00"}
{"Context":"sync","file":"service.go","function":"github.com/algorand/go-algorand/catchup.(*Service).pipelineCallback.func1","level":"info","line":360,"msg":"failed to fetch block 11912319","name":"","time":"2021-06-01T02:07:14.284053+01:00"}
{"Context":"sync","file":"service.go","function":"github.com/algorand/go-algorand/catchup.(*Service).fetchAndWrite","level":"warning","line":268,"msg":"fetchAndWrite(11912321): lookback block doesn't exist, cannot authenticate new block","name":"","time":"2021-06-01T02:07:14.284165+01:00"}
{"Context":"sync","file":"service.go","function":"github.com/algorand/go-algorand/catchup.(*Service).pipelineCallback.func1","level":"info","line":360,"msg":"failed to fetch block 11912321","name":"","time":"2021-06-01T02:07:14.284235+01:00"}
{"Context":"sync","file":"service.go","function":"github.com/algorand/go-algorand/catchup.(*Service).fetchAndWrite","level":"warning","line":268,"msg":"fetchAndWrite(11912323): lookback block doesn't exist, cannot authenticate new block","name":"","time":"2021-06-01T02:07:14.284323+01:00"}
{"Context":"sync","file":"service.go","function":"github.com/algorand/go-algorand/catchup.(*Service).pipelineCallback.func1","level":"info","line":360,"msg":"failed to fetch block 11912323","name":"","time":"2021-06-01T02:07:14.284391+01:00"}
{"Context":"sync","file":"service.go","function":"github.com/algorand/go-algorand/catchup.(*Service).fetchAndWrite","level":"warning","line":268,"msg":"fetchAndWrite(11912325): lookback block doesn't exist, cannot authenticate new block","name":"","time":"2021-06-01T02:07:14.284474+01:00"}
{"Context":"sync","file":"service.go","function":"github.com/algorand/go-algorand/catchup.(*Service).pipelineCallback.func1","level":"info","line":360,"msg":"failed to fetch block 11912325","name":"","time":"2021-06-01T02:07:14.284549+01:00"}
{"Context":"sync","details":{"StartRound":11912309,"EndRound":11912309,"Time":387077999,"InitSync":false},"file":"telemetry.go","function":"github.com/algorand/go-algorand/logging.(*telemetryState).logTelemetry","instanceName":"PCZtOCd5Er90Q8nE","level":"info","line":212,"msg":"/ApplicationState/CatchupStop","name":"","session":"","time":"2021-06-01T02:07:14.284656+01:00"}
{"Context":"sync","file":"service.go","function":"github.com/algorand/go-algorand/catchup.(*Service).sync","level":"info","line":587,"msg":"Catchup Service: finished catching up, now at round 11912309 (previously 11912309). Total time catching up 387.077999ms.","name":"","time":"2021-06-01T02:07:14.284753+01:00"}
The output of ./algod -v
is:
8590327808
2.6.0.stable [rel/stable] (commit #8fe22d4e)
go-algorand is licensed with AGPLv3.0
source code available at https://github.com/algorand/go-algorand
Any help would be greatly appreciated!