Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Storage Beta! [NRO] Neuro — cryptocurrency for neural networks! PoW&PoS
by
M8BWNNRFMNdak68c
on 20/09/2017, 15:07:33 UTC
to the pool ops/devs:
how can i mine this coin? when i use the common getblocktemplate i get an error:


{"method":"getblocktemplate","params":[{"capabilities":["coinbasetxn","workid","coinbase/append"],"rules":["segwit"]}],"id":7}
->
{"result":null,"error":{"code":-8,"message":"Invalid mode"},"id":7}


i can do
{"method":"getblocktemplate","params":[],"id":7}
->
{
    "version" : 1,
    "previousblockhash" : "000000000000011d6f5b0d86a83fdcf639669f1049640b65c921854f088a109f",
    "transactions" : [
    ],
    "coinbaseaux" : {
        "flags" : "062f503253482f"
    },
    "coinbasevalue" : 1429710000,
    "target" : "00000000000002ee6b0000000000000000000000000000000000000000000000",
    "mintime" : 1505916857,
    "mutable" : [
        "time",
        "transactions",
        "prevblock"
    ],
    "noncerange" : "00000000ffffffff",
    "sigoplimit" : 20000,
    "sizelimit" : 1000000,
    "curtime" : 1505918556,
    "bits" : "1a02ee6b",
    "height" : 17378
}


but, when i submit the block i get again
{"result":null,"error":{"code":-8,"message":"Invalid mode"},"id":148}