If the automated process fails, you can manually launch your node. The node will stop once you close the terminal window or restart your computer and you will need to run the docker run
command again.
$ sudo docker pull presearch/node
$ sudo docker run -d --name presearch-auto-updater --restart=unless-stopped -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --cleanup --interval 300 presearch-node
$ sudo docker run -it --rm -v presearch-node-storage:/app/node --name presearch-node -e REGISTRATION_CODE=YOUR_REGISTRATION_CODE_HERE presearch/node
NOTE: Do not include the “$” when you cut and paste. I’m just showing that this code get’s input at the command prompt.
NOTE: Do not close the terminal window or the node will stop.