Steps To Migrate Lightning/Validator
*Note - New server must have all pre-requisites installed and directory to be created in a way as suggested in doc. Also go env must be configured.
cd /usr/local/go/src/github.com/
*Here, You will get to see the directory on the name of scripttoken.
i.e, cd /usr/local/go/src/github.com/
- Move zip or tar file to this directory and unzip here.
cd /usr/local/go/src/github.com/scripttoken/script
make install
- Run 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 6mo ago