This repository contains the necessary files and scripts to easily set up and manage a COTI Full Node for the COTI blockchain network.
Visit the Running a COTI Node section of the COTI Documenation for full instructions.
To update your node to the latest version, follow these steps:
-
Clone or Pull Changes: If you don't have the repository cloned, clone it. If you already have it, navigate to the directory and pull the latest changes.
- Clone:
git clone https://github.com/coti-io/coti-full-node.git
- Pull:
cd ~/coti-full-node
and thengit pull
- Clone:
-
Checkout the Tag: Ensure you are on the correct version by checking out the new tag.
git checkout tags/v1.1.4-testnet
-
Stop Old Containers: Stop the existing containers by running the stop script.
./stop_coti-full-node.sh
-
Start New Containers: Start the new containers with the updated Docker Compose file.
./start_coti-full-node.sh
If you encounter any bugs or issues, please report them by opening an issue on GitHub. Include as much detail as possible, including steps to reproduce the bug, the environment you encountered it in, and any other relevant information.