Post
Topic
Board Project Development
Re: [Project] Blinkhash - Updating open-source mining pool software
by
Blinkhash
on 30/04/2021, 14:10:22 UTC
The biggest issue with NOMP has been the lack of segwit support. I am on mobile at the moment so I can't even look at the code, but I do not see it mentioned.
Also, although I don't have an issue with Redis it seems that more and more people want (and I have no idea why) a SQL database backend.

Either way, good job, glad to see someone is doing something like this.

-Dave

Thanks for the feedback! Also oops, I did forget to mention it, will add to the post above. It should be segwit compliant, I leveraged https://github.com/BitGo/BitGoJS/tree/master/modules/utxo-lib to provide support for segwit/bech32 addresses. I still have to test a few things, but I was able to mine a few blocks on the Bitcoin testnet a few months ago.

I'll see about including SQL support as an option, shouldn't be difficult to implement.