Archive Node
1. Install Dependencies
sudo snap install go --classic
sudo apt-get install git
sudo apt-get install gcc
sudo apt-get install make2. Install cantod
cantodgit clone https://github.com/Canto-Network/Canto.git
cd Canto
git checkout v1.0.0
make install
sudo mv $HOME/go/bin/cantod /usr/bin/3. Initialize cantod
cantod4. Edit Config
5. Create systemd Service
systemd Service6. Start the Node
7. Update Binary
Last updated
