Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MAC]Machinecoin | Core 0.16 | Masternodes | TimeTravel Algo
by
Ripcurl99983
on 05/09/2018, 17:35:26 UTC
Following the instructions from the website machinecoin.io, I am trying to set-up masternode.
When run the node I receive the error message from sentinel:

Quote
Invalid Masternode Status, cannot continue.

From desktop wallet I got
Quote
Failed to start masternode.
Error: Could not allocate outpoint 5f0d..............fff:0 for masternod

Any help why?
My first try was with latest source code from github, second try with 0.16.1.4 (most used on the masternodes). OS: ubuntu 16.04


You have to use lockunspent call on the control wallet like so:

Get your transaction ID and output with

Code:
masternode outputs

then

Code:
lockunspent true '[{"txid":"yourtxid","vout":0 or 1}]'

Then it should activate