Matt Corallo
Matt Corallo
This should just be passed to the client in PoolUserPayoutInfo as a part of the coinbase_postfix.
Can you run it in gdb and do a "thread all apply bt" the next time it happens? I haven't seen this one (though there is a semi-harmless bug I...
bitcoind is usually always built with debug symbols, so when it happens you should just need to ^C (which wont kill it as gdb will intercept the signal) and then...
Hmm, can you repro/get a stacktrace somehow? The obvious candidate of find_fork_step is unlikely to be it due to it returning a box'ed future instead of a future.
I switched this to getblocktemplate since getrawmempool was just returning a random subset of the spam transactions instead of the subset which was selected for block inclusion (I hope this...
The real issue is that current mempools are something like 1/2-block-worth-of-real-txn, 5-blocks-worth-of-spam-txn, where the spam txn all have identical feePerKb, so its actually impossible to pick good transactions for pre-relay...
You're trying to mine *on* nicehash or as a pool for nicehash? I've definitely tested it as a pool but the nicehash detection may have broken at some point. You...
It sounds like it may just be a bug in my nicehash detection - if you're using this as a stratum server for NiceHash, it should detect it as NiceHash...
Ah, If you *only* use a mining-proxy it will just pass the network difficulty through as there is nothing for it to do with lower difficulty shares. You need to...
I'm more curious on why pointing the mining-proxy to a localhost sample-pool doesn't detect the client as a NiceHash proxy and set the min difficulty to 1 million. On October...