mirror of
https://github.com/benjamin-wilson/public-pool.git
synced 2025-04-16 07:41:36 +02:00
subscription
This commit is contained in:
parent
714fc96753
commit
44353eb0d1
@ -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.
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user