The collateral for a CDM masternode is increasing to 250000. Follow these instructions to update.
Or go to this link if you want to set up a CDM masternode from scratch.....
https://mnguide.online/list/cdm/
How to update your masternode as of 13/01/2019
Upgrade your wallet.....
https://steemit.com/pcste-tutorials/@pcste/pcste-crypto-tutorials-how-to-upgrade-your-cdm-condominium-windows-wallet
Unlock you masternode coins....
In your wallet open the Masternode conf file:
Tools - open Masternode config file.
Unlock all your coins by adding a # before your data.
i.e.
#mn1 45.00.000.000:00000 3xbf............................................................2V 85..............................................................b8415d 0
Save masternode conf and restart wallet.
Make new wallet address for collateral.....
Go to : file, receiving adresses. then click on new (bottom left)
In the label field put the name of your node i.e. mn1, or mn2 etc.
Click ok.
Send 250,000 CDM from your wallet to the address you just created.
Wait for 20 confirmations.
Get collateral transaction details...
In your desktop wallet, go to 'tools' then 'debug console' and type
masternode outputs
This will give you your new Transaction ID and Output index.
copy these and paste them into your masternode config file, replacing the old Transaction ID and Output index.
Now, in your masternode config file, remove the # sign that you added earlier and save.
restart your wallet.
Update your VPS....
log in to your VPS then paste this code....
systemctl stop condominium.service && cd /usr/local/bin && rm condominium-cli && rm condominiumd && wget https://cdmcoin.org/condominium-cli && wget https://cdmcoin.org/condominiumd && chmod +x condominiumd && chmod +x condominium-cli && cd && rm condominium-cli && wget https://cdmcoin.org/condominium-cli && chmod +x condominium-cli && systemctl start condominium.service
check masternode staus.
condominium-cli masternode status
if you get an error type :
condominium-cli getblockcount
and check the blockcount is up to date.
https://chain.cdmcoin.org/
Now go back to your collateral wallet and go to 'masternodes' and start your masternode.
Your masternode should now be running.
If you have problems at this stage try restarting your VPS.
condominium-cli stop
CDM Masternode VPS Commands
To check block count
condominium-cli getblockcount
To check masternode sync status
condominium-cli mnsync status
To check masternode status
condominium-cli masternode status
To check the service is running
systemctl status condominium.service
To start the masternode in VPS
systemctl start condominium.service
To stop the masternode in VPS
systemctl stop condominium.service
To check service is enabled or not
systemctl is-enabled condominium.service
Please vote pcste for witness.
to vote for me go to : https://steemit.com/~witnesses scroll down the page and enter pcste into the box (dont use @sign) then click vote.