mirror of
https://github.com/SChernykh/p2pool.git
synced 2024-12-22 11:29:23 +00:00
Update stratum_dummy.py
This commit is contained in:
parent
a6b6cb0f09
commit
c74b567fe4
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ while True:
|
|||
else:
|
||||
t[i] = 255
|
||||
|
||||
result = ('0' * (64 - len(target))) + t.hex()
|
||||
result = ('f' * (64 - len(target))) + t.hex()
|
||||
request = '{"id":' + str(msg_id) + ',"method":"submit","params":{"id":"' + rpc_id + '","job_id":"' + job_id + '","nonce":"ffffffff","result":"' + result + '"}}\n'
|
||||
|
||||
msg_id += 1
|
||||
|
|
Loading…
Reference in a new issue