I’m new to Algorand and now trying to initialise a relay node following the instructions on the developer portal. I’m installing the node on Ubuntu 18 and was following the instructions for Debian.
Unfortunately, my node is not connecting to the mainnet - when I check its status with goal node status -d /var/lib/algorand, I always get this output:
Last committed block: 0
Time since last block: 0.0s
Sync Time: 0.0s
Last consensus protocol: https://github.com/algorandfoundation/specs/tree/5615adc36bad610c7f165fa2967f4ecfa75125f0
Next consensus protocol: https://github.com/algorandfoundation/specs/tree/5615adc36bad610c7f165fa2967f4ecfa75125f0
Round for next consensus protocol: 1
Next consensus protocol supported: true
Last Catchpoint:
Genesis ID: mainnet-v1.0
Genesis hash: wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8=
When I check the status of algorand with sudo systemctl status algorand it says that everything is running and when I tail the node.log with tail -f /var/lib/algorand/node.log, it continues to produce logs.
Has any of you had this issue? I suspect this is a firewall issue - how would I go about fixing it?
Thank you so much in advance! Would be really grateful for any suggestions.
Hi @fabrice - thank you for sharing this!
I tried everything on the feed you mentioned, and it is still not syncing. I’m using an Ubuntu VM connected to my local network (Vodafone in Italy as well :)).
Any other suggestions you might have?
The output for goal node status -d /var/lib/algorand/:
Last committed block: 0
Time since last block: 0.0s
Sync Time: 0.0s
Last consensus protocol: https://github.com/algorandfoundation/specs/tree/5615adc36bad610c7f165fa2967f4ecfa75125f0
Next consensus protocol: https://github.com/algorandfoundation/specs/tree/5615adc36bad610c7f165fa2967f4ecfa75125f0
Round for next consensus protocol: 1
Next consensus protocol supported: true
Last Catchpoint:
Genesis ID: mainnet-v1.0
Genesis hash: wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8=
I also tried changing DNS settings in config.json and running the node from the new data folder with genesis.json copied. Nothing seems to work.