I am looking for someone who could help me reactivate my masternode after the upgrade to wallet 0.13. It's been down for two weeks and the explanations are too complicated/technical for me.
Anyone here or whom should I ask?
I am offering 1 Dash or make me an offer.
Thanks
Update your Windows wallet (cold wallet with your 1000 Dash collateral) to v0.13.1 and have it completely synced
Update your Linux server wallet (hot wallet, does not contain funds) to v0.13.1 either through software program "dashman" or by manual update. With manual update check from time to time sync status with command ./dash-cli mnsync status
In the mean time you need to update sentinel, regardless if you update manual or through dashman by giving following commands on your server wallet :
cd .dashcore
cd sentinel
git pull
When your Linux server wallet is completely synced (status 99 is final status, server wallet can be closed now) a masternode start command should be given from your Windows wallet / cold wallet.
This command can be given through your debug console or can be clicked on your masternode tab (unlock wallet first).
Check your masternode a hour later here :
https://www.dashninja.pl/masternodes.html (fill your mn pubkey at the "Regexp search"), it should say active with port open.
If necessary check the status of your masternode through your server with following command : ./dash-cli masternode list full | grep -e IPADDRESS (change this to your own mn ip address), it should say ENABLED
(if it mentions something about sentinel ping expired, then wait a bit longer and then check again)
Other steps of the upgrade procedure will come into play once DIP3 gets activated, which could take a few weeks. It involves registering your masternode as a deterministic masternode.
For now you are only to follow step 1 : Update the masternode software -->
https://docs.dash.org/en/stable/masternodes/dip3-upgrade.html(this is basicly how you normally update your dash software, but in this case also with an extra sentinel update and with a masternode start command).
If you still have problems, you can create a support ticket on the Dash Support Service Desk here :
https://support.dash.org/en/support/homeOr you can create a thread in our dash.org/forum here :
https://www.dash.org/forum/topic/masternode-questions-and-help.67/Be carefull not to let people have access to your pc, either through teamviewer, by remote access or by providing certain commands in your debug console !!
People have been scammed this way.