Configure your server to automatically update any running docker containers, via Watchtower. This will relaunch your node with the same environment and commands whenever a new version of nucypher is published. For more information check out the official Watchtower .
Alternatively, you can manually update your node. This means checking for new version releases in the Threshold channel, then running the following commands to upgrade your node.
To confirm that your node is now running the latest version, you can use any browser to check your node's status page. You may need to skip through a warning page.
Configuration settings will be stored in an Ursula configuration file, ursula.json
, stored in /home/<user>/.local/share/nucypher
by default.