In this guide we explain how to update your StakeCubeCoin (SCC) core wallet and/or masternode(s):
Core Wallet:
- Backup your wallet.dat!
- Download the latest wallet release for your operating system
- Update the executable
- Windows: Run the installer or replace the *.exe
- MacOS: Copy over /Applications/scc-qt
- Linux: Replace sccd, scc-cli and/or scc-qt
- Start the wallet and wait until its fully synced
Masternode(s)
Note: Our update tool only works for SCC nodes installed via the official multitool and an alias containing “scc”
- Log into your VPS
- Run: rm sccmultitool.sh
- Run: wget https://github.com/stakecube/SCC-multitool/raw/master/sccmultitool.sh
- Run: chmod +x sccmultitool.sh
- Run: ./sccmultitool.sh
- Enter 4 to select the update tool and start the update process with “Return”
- Check your masternode(s)
- wallet version: alias getnetworkinfo (replace alias with your mn alias)
- masternode status: alias masternode status (replace alias with your mn alias)
Also check and follow exeptional steps described on GitHub for the specific release (if any).