TACo Node Management
Node Management
Automatically Upgrade Node
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 documentation.
Manually Upgrade Node
Alternatively, you can manually update your node. This means checking for new version releases in the Threshold announcements channel, then running the following commands to upgrade your node.
If you run into errors, note that you have to stop the node from running before attempting to troubleshoot or attempting a different configuration.
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.
Update Node Configuration
Configuration settings will be stored in an Ursula configuration file, ursula.json
, stored in /home/<user>/.local/share/nucypher
by default.
After making configuration changes, the node must be restarted for those changes to take effect.
Last updated