My nodes recently went offline and won’t update to the new version.
I have attached a screenshot below:
Any ideas what I can do to fix it? I am currently using Ubuntu 23.10 x64 on a VPS
My nodes recently went offline and won’t update to the new version.
I have attached a screenshot below:
Any ideas what I can do to fix it? I am currently using Ubuntu 23.10 x64 on a VPS
Try this script
docker stop presearch-node ; docker rm presearch-node ; docker stop presearch-auto-updater ; docker rm presearch-auto-updater ; docker run -d --name presearch-auto-updater --log-opt max-size=10m --restart=unless-stopped -v /var/run/docker.sock:/var/run/docker.sock presearch/auto-updater --cleanup --interval 900 presearch-auto-updater presearch-node ; docker pull presearch/node ; docker run -dt --name presearch-node --log-opt max-size=10m --restart=unless-stopped -v presearch-node-storage:/app/node presearch/node ; docker logs -f presearch-node
Make sure to select “all” so that the node can connect to all gateways and not have any problems even testnet, This is something important even there you will get rewards