Guest User

Untitled

a guest
Mar 4th, 2018
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.19 KB | None | 0 0
  1. ... SESSION WITHOUT PROBLEMS (NOTE THE ACCEPTED SHARE JUST BELOW)
  2. ... DIFF FOR THIS SESSION WAS 0.03 AS CAN BE DERIVED FROM THE TARGET
  3. ... 0021553400000000000000000000000000000000000000000000000000000000
  4. ... 0x0000FFFF00000000000000000000000000000000000000000000000000000000
  5. ... /
  6. ... 0x0021553400000000000000000000000000000000000000000000000000000000
  7. ... = 0.03
  8. ... POOL THEN BREAK THE CONNECTION ...
  9. ... UPON RECONNECTION THE POOL SETS DIFFICULTY TO 0.01 BUT THE MINER
  10. ... DOES __NOT__ UPDATE IT AND USES THE OLD DIFFICULTY OF 0.03 AND THE
  11. ... SAME TARGET
  12. ... 0x0021553400000000000000000000000000000000000000000000000000000000
  13. ... IT SEEMS THE MINER DID NOT UPDATE THE NONCE SPACE EITHER FROM THE
  14. ... 'mining.notify' MESSAGE
  15. ... ALL SUBMITTED SHARES ARE THEN REJECTED BY THE POOL
  16.  
  17. ...
  18. [2018-03-04 23:33:36] Total: 6826.061 H/m
  19. [2018-03-04 23:33:40] DEBUG: hash <= target
  20. Hash: 0017b26bf1bcb0a945df27a1140adc9d64743595243d11ad3cb1d70908af14c9
  21. Target: 0021553400000000000000000000000000000000000000000000000000000000
  22. [2018-03-04 23:33:40] > {"method": "mining.submit", "params": ["", "13a6", "00000000", "5a9c821c", "a3abaa0a"], "id":4}
  23. [2018-03-04 23:33:41] < {"id":4,"result":true,"error":null}
  24. [2018-03-04 23:33:41] accepted: 130/130 (100.00%), 0.11372 kH/s yes!
  25. [2018-03-04 23:33:45] < {"id":null,"method":"mining.notify","params":["13a7","d922663b6d2409769f72f63febef1a7dce4547ac7bfc5454bb1114edf1b600f8","0100000058829c5a010000000000000000000000000000000000000000000000000000000000000000ffffffff2003aadb020459829c5a08","0d2f6e6f64655374726174756d2f0000000001c0c1db1700000000232102879f458fd3ed61ffc4d7282cff8f02540e4502ac55fde6cb09428c4a1ffa1bcaac00000000",["96e37e763c67d3ca78fbffb266f6c437379168220531c93cf0e2a8c691bca12d"],"00000006","1d2fed0f","5a9c8258",false]}
  26. [2018-03-04 23:33:45] localhost:43003 asks job 5031 for block 187306
  27. [2018-03-04 23:34:17] stratum_recv_line failed
  28. [2018-03-04 23:34:17] Stratum connection interrupted
  29. * Rebuilt URL to: http://localhost:43003/
  30. * Trying ::1...
  31. * TCP_NODELAY set
  32. * connect to ::1 port 43003 failed: Connection refused
  33. * Trying 127.0.0.1...
  34. * TCP_NODELAY set
  35. * connect to 127.0.0.1 port 43003 failed: Connection refused
  36. * Failed to connect to localhost port 43003: Connection refused
  37. * Closing connection 0
  38. [2018-03-04 23:34:17] Stratum connection failed: Failed to connect to localhost port 43003: Connection refused
  39. [2018-03-04 23:34:17] ...retry after 10 seconds
  40. [2018-03-04 23:34:18] Total: 6772.490 H/m
  41. * Rebuilt URL to: http://localhost:43003/
  42. * Trying ::1...
  43. * TCP_NODELAY set
  44. * connect to ::1 port 43003 failed: Connection refused
  45. * Trying 127.0.0.1...
  46. * TCP_NODELAY set
  47. * Connected to localhost (127.0.0.1) port 43003 (#0)
  48. * Connection #0 to host localhost left intact
  49. [2018-03-04 23:34:27] > {"id": 1, "method": "mining.subscribe", "params": ["cpuminer/1.4 {fireworm}", "deadbeefcafebabe1f18000000000000"]}
  50. [2018-03-04 23:34:27] < {"id":1,"result":[[["mining.set_difficulty","deadbeefcafebabea716000000000000"],["mining.notify","deadbeefcafebabea716000000000000"]],"7800028c",4],"error":null}
  51. [2018-03-04 23:34:27] Stratum session id: deadbeefcafebabea716000000000000
  52. [2018-03-04 23:34:27] > {"id": 2, "method": "mining.authorize", "params": ["", ""]}
  53. [2018-03-04 23:34:27] < {"id":2,"result":true,"error":null}
  54. [2018-03-04 23:34:27] > {"id": 3, "method": "mining.extranonce.subscribe", "params": []}
  55. [2018-03-04 23:34:27] < {"id":null,"method":"mining.set_difficulty","params":[0.01]}
  56. [2018-03-04 23:34:27] localhost:43003 asks job 5031 for block 187306
  57. [2018-03-04 23:34:27] < {"id":null,"method":"mining.notify","params":["13a7","d922663b6d2409769f72f63febef1a7dce4547ac7bfc5454bb1114edf1b600f8","0100000067829c5a010000000000000000000000000000000000000000000000000000000000000000ffffffff2003aadb020468829c5a08","0d2f6e6f64655374726174756d2f0000000001c0c1db1700000000232102879f458fd3ed61ffc4d7282cff8f02540e4502ac55fde6cb09428c4a1ffa1bcaac00000000",["96e37e763c67d3ca78fbffb266f6c437379168220531c93cf0e2a8c691bca12d"],"00000006","1d2fed0f","5a9c8267",false]}
  58. [2018-03-04 23:34:27] < {"id":3,"result":false,"error":[20,"Not supported.",null]}
  59. [2018-03-04 23:34:30] DEBUG: hash <= target
  60. Hash: 0016e043f47299b51446597db45b2a83f6fc79037897c0960acfcc3fbf17c28f
  61. Target: 0021553400000000000000000000000000000000000000000000000000000000
  62. [2018-03-04 23:34:30] > {"method": "mining.submit", "params": ["", "13a7", "01000000", "5a9c8258", "aeaaaa0a"], "id":4}
  63. [2018-03-04 23:34:32] DEBUG: hash <= target
  64. Hash: 000a40d0b1edcb006294bf7056f96e4e866c36b0f822a23b227f9363ee49d3cb
  65. Target: 0021553400000000000000000000000000000000000000000000000000000000
  66. [2018-03-04 23:34:32] > {"method": "mining.submit", "params": ["", "13a7", "01000000", "5a9c8258", "b6aaaa2a"], "id":4}
  67. [2018-03-04 23:34:36] < {"id":4,"result":null,"error":[20,"ntime out of range"]}
  68. [2018-03-04 23:34:36] accepted: 130/131 (99.24%), 0.11260 kH/s booooo
  69. [2018-03-04 23:34:36] reject reason: ntime out of range
  70. [2018-03-04 23:34:36] < {"id":4,"result":null,"error":[20,"ntime out of range"]}
  71. [2018-03-04 23:34:36] accepted: 130/132 (98.48%), 0.11260 kH/s booooo
  72. [2018-03-04 23:34:36] reject reason: ntime out of range
  73. [2018-03-04 23:34:58] DEBUG: hash <= target
  74. Hash: 001e9e7f0332a41cdade6c5b6abb65a53cbed9a1dc3033b89764a0e4e31e5cf8
  75. Target: 0021553400000000000000000000000000000000000000000000000000000000
  76. [2018-03-04 23:34:58] > {"method": "mining.submit", "params": ["", "13a7", "01000000", "5a9c8258", "d9555575"], "id":4}
  77. [2018-03-04 23:35:01] < {"id":4,"result":null,"error":[20,"ntime out of range"]}
  78. [2018-03-04 23:35:01] accepted: 130/133 (97.74%), 0.11293 kH/s booooo
  79. [2018-03-04 23:35:01] reject reason: ntime out of range
  80. [2018-03-04 23:35:01] < {"id":null,"method":"mining.set_difficulty","params":[0.03]}
  81. [2018-03-04 23:35:01] < {"id":null,"method":"mining.notify","params":["13a8","d922663b6d2409769f72f63febef1a7dce4547ac7bfc5454bb1114edf1b600f8","01000000a1829c5a010000000000000000000000000000000000000000000000000000000000000000ffffffff2003aadb0204a5829c5a08","0d2f6e6f64655374726174756d2f0000000001c0c1db1700000000232102879f458fd3ed61ffc4d7282cff8f02540e4502ac55fde6cb09428c4a1ffa1bcaac00000000",["96e37e763c67d3ca78fbffb266f6c437379168220531c93cf0e2a8c691bca12d"],"00000006","1d2fed0f","5a9c82a1",false]}
Advertisement
Add Comment
Please, Sign In to add comment