mirror of
https://github.com/benjamin-wilson/public-pool.git
synced 2025-04-12 22:09:28 +02:00
add subscription info
This commit is contained in:
parent
4d16832bf5
commit
8878b31377
@ -19,7 +19,10 @@ export class SubscriptionMessage extends StratumBaseMessage {
|
||||
id: this.id,
|
||||
error: null,
|
||||
result: [
|
||||
null,
|
||||
[
|
||||
['mining.set_difficulty', '731ec5e0649606ff'],
|
||||
['mining.notify', '731ec5e0649606ff']
|
||||
],
|
||||
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