subscription

This commit is contained in:
Ben Wilson 2023-06-29 09:10:54 -04:00
parent 714fc96753
commit 44353eb0d1

View File

@ -19,7 +19,9 @@ export class SubscriptionMessage extends StratumBaseMessage {
id: this.id,
error: null,
result: [
null,
[
['mining.notify', clientId]
], //subscription details
clientId, //Extranonce1 - Hex-encoded, per-connection unique string which will be used for coinbase serialization later. Keep it safe!
4 //Extranonce2_size - Represents expected length of extranonce2 which will be generated by the miner.
]