Post
Topic
Board Announcements (Altcoins)
Re: [ANN] VIVO - Masternodes, ASIC-Resistant, Secure, High MN Rewards, Decentralized
by
CoinBeastie
on 19/11/2017, 09:19:46 UTC
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.html
2.   Cold Node Masternode setup guide : http://www.explorerz.top/vivo-mn.html
Current 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=VIVO
to 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/mnchecker
Location 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.