-
Notifications
You must be signed in to change notification settings - Fork 4
Description
I'm install your b2x (it work's) node, and, after that, I try to up your UNOMP pool on that node. Thirst, в чем я не понял прикол, это почему в coins нет этой монеты. Хорошо, я ее создал..
I create ~unomp/coins/bitcoin2x.json
{ "name": "Bitcoin2x", "symbol": "b2x", "algorithm": "x11", "mposDiffMultiplier": 256 }
And this is a part of my bitcoin2x.json on 'pool_configs'
'{
"enabled": true,
"coin": "bitcoin2x.json",
"auxes": [ // Defines auxillery coins
],
"address": "It`s my life:)",
"rewardRecipients": {
"кому-то процент:)": 1.5,
"еще комуто откат:): 0.1
},
"paymentProcessing": {
"enabled": false,
"paymentInterval": 30,
"minimumPayment": 0.01,
"daemon": {
"host": "127.0.0.1",
"port": 8332,
"user": "myuser",
"password": "mypassword"
}
},
"ports": {
"3008": {
"diff": 8
},
"3032": {
"diff": 32,
"varDiff": {
"minDiff": 8,
"maxDiff": 512,
"targetTime": 15,
"retargetTime": 90,
"variancePercent": 30
}
},
"3256": {
"diff": 256
}
},
"daemons": [
{
"host": "127.0.0.1",
"port": 8332,
"user": "myuser",
"password": "mypassword"
}
]`
and i got this error:
getauxblock call failed for daemon instance 0 with error {"code":-32601,"message":"Method not found"}
and if I change port to 28332, который указан вот в этом конфиге:
in ~.bitcore/bitcoin2x.conf, file, created by your installation script
zmqpubrawtx=tcp://127.0.0.1:28332 zmqpubhashblock=tcp://127.0.0.1:28332
i got this error:
[2018-03-01 21:35:12.433] [DEBUG] [default] - Pool "mycoin" Thread .. getauxblock call failed for daemon instance 0 with error {"type":"request error","message":"Parse Error"}
what I do wrong?
P.S. sorry for me English:)