Steps To Upgrade The Chain
- cd /usr/local/go/src/github.com/scripttoken/script
*Note: Copy the previous config file and save it some where and replace it after git pull with the previous one.
- git branch
- git checkout main
- git pull
- cd /usr/local/go/src/github.com/scripttoken/script
- make install
- Terminate the running blockchain node in background process whether it is in tmux, nohup, sceen, pm2 or other.
- cd /usr/local/go/src/github.com/scripttoken/script
- Run, /usr/local/go/bin/script start --config=../scriptnet/node
- Enter the password and start the node.
Last modified 10mo ago