mirror of
https://github.com/benjamin-wilson/public-pool.git
synced 2025-08-08 09:12:28 +02:00
change coinbase tag
This commit is contained in:
@@ -39,7 +39,7 @@ export class MiningJob {
|
||||
// 32-byte - Commitment hash: Double-SHA256(witness root hash|witness reserved value)
|
||||
|
||||
// 39th byte onwards: Optional data with no consensus meaning
|
||||
const extra = Buffer.from('\\public-pool\\');
|
||||
const extra = Buffer.from('Public-Pool');
|
||||
|
||||
// Encode the block height
|
||||
// https://github.com/bitcoin/bips/blob/master/bip-0034.mediawiki
|
||||
|
Reference in New Issue
Block a user