Shell script to install a Ducat Masternode on a Linux server running Ubuntu 16.04. Use it on your own risk.
wget -N https://raw.githubusercontent.com/zoldur/Ducat/master/ducat_install.sh
bash ducat_install.sh
After the MN is up and running, you need to configure the desktop wallet accordingly. Here are the steps:
- Open the Ducat Desktop Wallet.
- Go to RECEIVE and create a New Address: MN1
- Send 3500 DC to MN1. You need to send all 3500 coins in one single transaction.
- Wait for 15 confirmations.
- Go to Help -> "Debug Window - Console"
- Type the following command: masternode outputs
- Go to Masternodes tab
- Click Create and fill the details:
- Alias: MN1
- Address: VPS_IP:PORT
- Privkey: Masternode Private Key
- TxHash: First value from Step 6
- Output index: Second value from Step 6
- Reward address: leave blank
- Reward %: leave blank
- Click OK to add the masternode
- Close and open the wallet again.
- Go to Masternodes -> My Master Nodes tab
- If you don't see your masternode, click Update
- Unlock your wallet if it is encrypted
- Select your masternode and click on Start
- Login to your VPS and check your masternode status by running the following command. If you get Status 9, it means your masternode is active.
ducatd masternode status
ducatd masternode status
ducatd getinfo
Also, if you want to check/start/stop Ducat, run one of the following commands as root:
systemctl status Ducat #To check if Ducat service is running
systemctl start Ducat #To start Ducat service
systemctl stop Ducat #To stop Ducat service
systemctl is-enabled Ducat #To check if Ducat service is enabled on boot
As it takes, run the script and follow the instructions:
wget -N https://raw.githubusercontent.com/zoldur/Ducat/master/ducat_add.sh
chmod +x ducat_add.sh
./ducat_add.sh mn2
In order to update your Ducat Masternode to version 1.2.0, please run the following commands:
cd /tmp
wget -N https://github.com/zoldur/Ducat/releases/download/v1.2.0.0/ducat.tar.gz
tar xvzf ducat.tar.gz
systemctl stop Ducat
mv ducatd /usr/local/bin
systemctl start Ducat
ducatd getinfo
Open your desktop wallet and restart your node(s).
Any donation is highly appreciated
BTC: 3MQLEcHXVvxpmwbB811qiC1c6g21ZKa7Jh ETH: 0x26B9dDa0616FE0759273D651e77Fe7dd7751E01E LTC: LNZpK4rCd1JVSB3rGKTAnTkudV9So9zexB