zone117x / node-stratum-pool

High performance Stratum poolserver in Node.js
GNU General Public License v2.0
419 stars 854 forks source link

Updated pool and util to support p2sh-segwit type of address #196

Open gaurav-12 opened 3 years ago

gaurav-12 commented 3 years ago

Added support for p2sh-segwit address. While setting up for my test mining pool, I faced the issue of block rewards going to random addresses when using p2sh-segwit, so had to use legacy address. Thanks to this reply and after confirming from this golang adaption, added the support. The changes are tested locally and confirmed to be working as expected.

Thanks