Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CGUR] AllCoinGuru [NEOSCRYPT|MN]
by
SpAcEDeViL
on 22/07/2018, 17:21:41 UTC
Hy,

i want to setup a masternode on my pool, but it dont work.

I send 2000 CGUR to my Address 3xVT4dDbdcZEMSqLT6tQs32yi7nJDy4qkt (Named MN1)
with TX c6a9e14e2448e1359eb9d52c3d635f7b7b9869bed9cb04fa9c617e1c699f04be

i setup in allgurucoin.conf the masternodeprivkey and, masternodeaddress.

In the Masternode.conf i setup
Code:
MN1 84.19.184.96:7881 93HaYBVUCYjEMeeH1Y4sBGLALQZE1Yc1K64xiqgX37tGBDQL8Xg c6a9e14e2448e1359eb9d52c3d635f7b7b9869bed9cb04fa9c617e1c699f04be 1

but when i test it, i become only
Code:
{
    "overall": "Successfully started 0 masternodes, failed to start 1, total 1",
    "detail": {
        "status": {
            "alias": "MN1",
            "result": "failed",
            "errorMessage": "Could not allocate outpoint c6a9e14e2448e1359eb9d52c3d635f7b7b9869bed9cb04fa9c617e1c699f04be:1 for masternode 84.19.184.96:7881"
        }
    }
}

I use the tut. from github, but i think this is wrong, did anybody know, what?