- This will download the auto install script to your VPS.
wget https://raw.githubusercontent.com/MotoAcidic/CCB_Sripts/master/CCB_install.sh
- This will mount the script
chmod 775 CCB_install.sh
- This installs the script
./CCB_install.sh
- Watch the block number until it gets to the current block height
watch cryptocashback-cli getinfo
- Install upstart so you can use systemctl commands
apt install upstart
- These are the commands you are able to use
systemctl start CryptoCashBack.service
systemctl status CryptoCashBack.service
systemctl stop CryptoCashBack.service