• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

actual Pool software? get node-stratum-pool / NOMP running

Status
Not open for further replies.

buechling

New member
Hi!

I am operating a private pool.. I want to mine darkcoin, but it will not really work..
can anybody tell me which software is still working now?

the problem is: the actual network requires that in every block there has to be a masternode donation of 37.5% of the block value. most software does not calculate this. even the official version of nomp gives only 20% - a very old value. i changed this manually to 37.5 % and it worked until last week.. ( but keep in mind: we have to increase to 40% in one week! )

then came many darkcoin updates in the last days.. and now the software can no longer create valid blocks..

so my question is: who is running a pool NOW and can tell me which software works? not last month, not last year - now..
do i have to change something in darkcoin?
do i have to change something in nomp?
do you now another working pool software? ( not PPLNS, so not P2Pool please.. )

Thank you!



references:
i can not posts links! :( all is on github! ( please can someone pupblish full links? )

donation in sourcecode: main.cpp#L1413
old nomp: darkcoin/node-stratum-pool
my fix for nomp: zone117x/node-stratum-pool/issues/104
github discussion: darkcoin/darkcoin/issues/149

error in nomp:
2015-02-16 13:15:58 [Pool] [darkcoin] (Thread 1) Daemon instance 0 rejected a supposedly valid block

error in darkcoin daemon:
2015-02-16 13:15:58 CheckBlock() : skipping transaction locking checks
2015-02-16 13:15:58 CheckBlock() : Couldn't find masternode payment(0|208936068) or payee(1|Xo5TdDPauEdrcsrTvkqqKfgDYJUk3cFYm9) nHeight 221105.
2015-02-16 13:15:58 ERROR: CheckBlock() : Couldn't find masternode payment or payee
2015-02-16 13:15:58 ERROR: ProcessBlock() : CheckBlock FAILED

proof of running daemon:
{
"version" : 110125,
"protocolversion" : 70066,
"walletversion" : 61000,
"balance" : 0.00000000,
"darksend_balance" : 0.00000000,
"blocks" : 221108,
"timeoffset" : 0,
"connections" : 10,
"proxy" : "",
"difficulty" : 2536.25046799,
"testnet" : false,
"keypoololdest" : 1423779121,
"keypoolsize" : 1001,
"paytxfee" : 0.00000000,
"relayfee" : 0.00001000,
"errors" : ""
}
 
Status
Not open for further replies.
Back
Top