âŦī¸OLD Updating your node
For upodating to 1.4.18 the update method will change, so avoid runnig the automated script below, and instead proceed with the manual method. You will still have to do some different steps than git fetch origin, so ask in the Telegram or Discord for guidance.
To update your node to 1.4.18, you can simply run this script
If you prefer to update manually, proceed below.
Manually updating your node
Stop your node service
Go to ceremonyclient folder
Check whether some files are updated in the ceremonyclient git repo
If there are files shown that are changed or different from your local copy, then run
Go to ceremonyclient/node folder
Next, do a go clean
command to clear all previous build files. Run:
Next, remove the compiled go binary file node
The ls
command should respond empty Next, make a new build compiled binary file node
, run:
Verify that the node
binary is built again
Response should show node
Start your node via the service command
Last updated