To get a little bit more confidence in this coin back:
Here is my Configuration:
Cold wallet installation with Linux VPS (Ubuntu 16.04) and Windows wallet v0.12.1.7
I cant’t say anything about different configurations. Hopefully, there are others that can help with that.
Up to now, the MNs are running. Sometimes I get the WACHDOG_EXPIRED, but it disappears again.
Here is what I did:
Linux-VPS:
1. Masternode VPS setup guide
http://www.explorerz.top/compile.html2. Cold Node Masternode setup guide :
http://www.explorerz.top/vivo-mn.htmlCurrent file locations: vivo-cli, vivod: /root/vivo/src
data-dir (vivo.conf, blocks, chainstate, mnpayments..dat,...): /root/.vivocore
3. Added current nodes from
https://www.cryptopia.co.nz/CoinInfo/?coin=VIVOto my vivo.conf (in /root/.vivocore/vivo.conf on VPS)
and startet sync: /root/vivo/src/vivod –daemon -reindex
4. Followed the sentinel guide:
https://www.vivocrypto.com/vivo-technologies/masternodes/sentinel-guide/Current file locations of sentinel files: /root/.vivocore/sentinel
After Step 3 complete, running:
cd /root/.vivocore/sentinel
venv/bin/python bin/sentinel.py
5. Get the mnchecker script:
https://github.com/Aziroshin/mncheckerLocation of mncheker script: /root
6. Crontab –e
my crontab looks like this:
*/30 * * * * cd /root && ./mnchecker --currency-handle="vivo" --currency-bin-cli="/root/vivo_new/src/vivo-cli" --currency-bin-daemon="/root/vivo_new/src /vivod" --currency-datadir="/root/.vivocore/" >/dev/null 2>&1
* * * * * cd /root/.vivocore/sentinel && ./venv/bin/python bin/sentinel.py 2>&1 >> sentinel-cron.log
7. After Step 4 complete, start MN on (Windows) wallet.