Today we see how to add the mnchecker to the INNOVA Masternode.
The INNOVA Team on the official Telegram group communicates as follows:
THIS MNCHECKER runs a script every 30 minutes that compares wallet's blockcount to explorer's and fixes if it is behind.
So, let's see if it works and if it's really easy to do all the commands.
Step 1:
Log inside the VPS
Photos, images and videos taken by myself during the realization of the guide.
Oggi vediamo come aggiungere l'mnchecker al Masternode di INNOVA.
Il Team INNOVA sul gruppo Telegram ufficiale comunica quanto di seguito:
THIS MNCHECKER runs a script every 30 minutes that compares wallet's blockcount to explorer's and fixes if it is behind.
Quindi, andiamo a vedere se funziona e se come dicono è realmente facile da eseguire tutti i comandi.
Passo 1:
Loggatevi dentro al VPS
Foto, immagini e video scattate dal sottoscritto durante la realizzazione della guida.
Step 2:
Insert this command:
wget https://raw.githubusercontent.com/innovacointeam/mnchecker/master/mchecker-install.sh
Passo 2:
Inseriamo questo comando:
wget https://raw.githubusercontent.com/innovacointeam/mnchecker/master/mchecker-install.sh
Step 3:
After all this we insert this string:
chmod 740 mchecker-install.sh
Passo 3:
Finito il tutto inseriamo questa stringa:
chmod 740 mchecker-install.sh
Step 4:
Insert the following strings one at a time:
./mchecker-install.sh
and then this:
rm mchecker-install.sh
Passo 4:
Inseriamo uno alla volta le seguenti stringhe:
./mchecker-install.sh
e poi questa:
rm mchecker-install.sh
Step 5:
We check that everything is in order.
state of inn-cli masternode
If the status will come out as "Masternode Successfully Started" then everything is ok. From now on in the script will check the block number and will remedy in case of errors.
Passo 5:
Controlliamo che sia tutto in ordine.
innova-cli masternode status
Se vi uscirà lo stato come Masternode Successfully Started allora è tutto ok. Da ora in lo script controllerà il numero di blocco e porrà rimedio in caso di errori.
Thanks all!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit