change coinbase tag

This commit is contained in:
Ben Wilson 2024-02-17 20:31:39 -05:00
parent ed537658ac
commit deed775d55

View File

@ -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