Skip to content

Frequently Asked Questions (FAQ) [ Masternode ONLY ]

CyrilleChampion edited this page Jul 12, 2018 · 2 revisions

French version here

First of all watch your status on tool.monoeci.io (the status of your wallet may have bugs)

1. When you enter “ monoeci-cli masternode status ” ( on your vps ) you have :

"Not capable masternode: Masternode not in masternode list"

Check your masternode.conf ( on your PC/MAC/Linux system ( no vps ) ) you must have a line ( without # ) , like this one :

alias( the name of your adress with a 1000 coins ) @IP(of your VPS/Server ):24157 masternode privkey( genkey ) collateral output ( genkey) ( hash of your transaction with 1000 coins) + index (1 or 0)

Then restart your pc wallet , and restart your masternode with your wallet .

"Not capable masternode: Invalid protocol version"

Look at the versions of your wallet and your masternode , you do not have the same versions, and therefore do not use the same protocol , so update your masternode or your wallet and restart your mn with your wallet .

2. When you check your status ( on tool.monoeci.io ) you have :

WATCHDOG_EXPIRED

This is a problem with the sentinel installation (in 95% of cases) check your crontab :

su user

crontab -e # ( select nano ) )

and check is you have a line ( without # ) , like this one :

* * * * * cd /home/your user/sentinel && ./venv/bin/python bin/sentinel.py >/dev/null 2>&1 if good , enter this :

su user

cd sentinel && ./venv/bin/py.test ./test

if the test passes well, without error restart your mn ;)

NEW_START_REQUIRED

Just restart your masternode with your masternode ( in console tab with start-alias ) or in your masternode tab ( just a right click )

PRE_ENABLED

This is a temporary status , often it lasts between 5 and 10min ( max 60 )

3. If you find that the download time of the blockchain is too long :

Go to this website: https://www.coinexchange.io/network/peers/XMCC Copy pasted about 15 @IP and place them in monoeci.conf (your mn or pc wallet) if it's the pc wallet, restart as well if you do not want to restart it, you can add it via the debug console via this command:

addnode @IP add

4. If you have a problem that you can not solve go on our discord :

https://discord.gg/Y8WDZAy ( send your problem / status / error , with your OS version a name of your host vps , and the method of the installation

If you have suggestions too ;)