mining-proxy icon indicating copy to clipboard operation
mining-proxy copied to clipboard

BetterHash Stratum+Pool Proxies and a Sample Pool

Results 12 mining-proxy issues
Sort by recently updated
recently updated
newest added

Feel free to take the branch under your github or to link to this branch in the README. https://github.com/stevenroose/bitcoin/tree/miningserver-0.18

I am trying to make this work with Nicehash, but if I run it in a solo mode, than difficulty is extremely high like 21111111111111+ so all are rejects, if...

Add optional pool info into coinbase, since commonly mining pool put its name into coinbase.

Seems after the [bitcoind](https://github.com/TheBlueMatt/bitcoin/commits/2018-02-miningserver) ran for some time(maybe several days), it stopped to respond to work protocol. The proxy established the work connection to bitcoind, and proposed supported protocol version,...

Probably not needed in MVP due to #10 being the likely initial deployment.

If the submission came from a pool-operated client we should be able to accept stale shares (at least for 100ms or something). Needed for MVP, probably.

Shouldn't write per-user crap to the log generally without some debug options on.

Need to make sure pool can support accepting re-submitted shares at least briefly after a reconnection.

Need to make sure both mining-proxy and pool-proxy can re-accept shares at least for a brief period after a disconnect.

We need some analysis on a per-user basis of too many shares possibly indicative of weak block witholding. Assuming a max-median payout limit this should just be belt-and-suspenders, and assuming...