ASICseer / asicseer-pool

ASICseer Pool: Fast, C-based, multithreaded mining pool software for Bitcoin Cash
https://asicseer.net
4 stars 6 forks source link

Hardcode coinbase scriptSig #9

Closed ASICseer closed 4 years ago

ASICseer commented 4 years ago

Environment

coinbase scriptSig in found blocks.

Feature Description

Hard-code pool.ASICseer.com as a prefix and BCHN as the suffix for coinbase scriptSig. Customers who download and run our node can enter their own "middle" if they want. That way, its harder for them to change it.

Steps to Reproduce

Mine a block and check expected result:

Expected Result

Customers who run our open source pool software will signal: pool.ASICseer.com BCHN

Customers who edit the customizable portion to mycustomsig will end up with: pool.ASICseer.com mycustomsig BCHN

cculianu commented 4 years ago

Fixed in latest commit