Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ** START ** session 0754 8.1.2018
- Created console.
- Welcome to COSMiC V4.0a (WIP) by LtTofu
- Inspired by 0xBitcoin-miner by Infernal Toast, Mikers, Azlehria and Zegordo
- Reading configuration file.
- Set PoolHTTPAddress: http://tosti.ro:8080
- Set MinerEthAddress: 0x7C4AADEC857E13E4a5642B4041a2f36274fFE8ce
- Set PoolHTTPAddress: http://tosti.ro:8080
- Set MinerEthAddress: 0x7C4AADEC857E13E4a5642B4041a2f36274fFE8ce
- Reading NetworkInterval from config ...
- DEBUG: PushIntToNative getting param 1 and value 425.000000
- gNetInterval set to 425
- Set Network Access Interval to 425
- Reading Difficulty Update Frequency from config ...
- DEBUG: PushIntToNative getting param 6 and value 50.000000
- Setting Difficulty Update Frequency to 50
- Set Difficulty Update Frequency to 50
- Reading AutoDonatePercent from config ...
- DEBUG: PushIntToNative getting param 2 and value 1.500000
- Auto Donate set to 1.5 %
- Reading Device0Intensity from config ...
- DEBUG: PushIntToNative getting param 3 and value 24.000000
- Setting intensity0 to 24
- Reading CudaDeviceID from config ...
- DEBUG: PushIntToNative getting param 4 and value 0.000000
- **SHOULDN'T BE CALLED:** Setting selected device to (nothing.)
- Rebuilding Pool Request Strings.
- Generated C-Style Strings for PoolRequest:
- get min share difficulty: {"jsonrpc": "2.0", "method": "getMinimumShareDifficulty", "params":["0x7C4AADEC857E13E4a5642B4041a2f36274fFE8ce"], "id":"cosmic" }
- get target : {"jsonrpc": "2.0", "method": "getMinimumShareTarget", "params":["0x7C4AADEC857E13E4a5642B4041a2f36274fFE8ce"], "id":"cosmic" }
- Reading AutoStart from config ...
- AutoStart is not set to `true`. Not auto-starting.
- Starting backgroundWorker1 for Network Updates ...
- Network Worker started. Retrieving new Challenges/Difficulty changes automatically.
- (CheckForSolutions... ) JSON-RPC request: {"jsonrpc": "2.0", "method": "getPoolEthAddress", "id":"cosmic" }
- JSON-RPC request: {"jsonrpc": "2.0", "method": "getChallengeNumber", "id":"cosmic" }
- JSON-RPC response: {"jsonrpc":"2.0","id":"cosmic","result":"0x540d752A388B4fC1c9Deeb1Cd3716A2B7875D8A6"} : Valid response.
- JSON-RPC request: {"jsonrpc": "2.0", "method": "getMinimumShareTarget", "params":["0x7C4AADEC857E13E4a5642B4041a2f36274fFE8ce"], "id":"cosmic" }
- JSON-RPC response: {"jsonrpc":"2.0","id":"cosmic","result":"0xc920c867321bdd1111d49ea645296b5667afd6b8a8c9f6c177011948a45c03f7"} : Valid response.
- JSON-RPC request: {"jsonrpc": "2.0", "method": "getMinimumShareDifficulty", "params":["0x7C4AADEC857E13E4a5642B4041a2f36274fFE8ce"], "id":"cosmic" }
- JSON-RPC response: {"jsonrpc":"2.0","id":"cosmic","result":"1684996666696914987166688442938726917102321526408785780068975640576"} : Valid response.
- JSON-RPC request: {"jsonrpc": "2.0", "method": "getChallengeNumber", "id":"cosmic" }
- JSON-RPC response: {"jsonrpc":"2.0","id":"cosmic","result":16384} : Valid response.
- Converted gStr_MiningDifficulty to Integer: 16384
- Converted to gBig_MiningTarget BigInteger: 1684996666696914987166688442938726917102321526408785780068975640576
- gStr_MiningTarget set to: 0x10000000000000000000000000000000000000000000000000000000
- in recurring network tasks:
- Got new challenge from the pool: C920C867321BDD1111D49EA645296B5667AFD6B8A8C9F6C177011948A45C03F7
- in recurring network tasks:
- LastDifficulty was 0
- Got new difficulty from the pool: 4000
- in recurring network tasks:
- Computed new mining target: 10000000000000000000000000000000000000000000000000000000
- (Recurring Network Tasks complete.)JSON-RPC response: {"jsonrpc":"2.0","id":"cosmic","result":"0xc920c867321bdd1111d49ea645296b5667afd6b8a8c9f6c177011948a45c03f7"} : Valid response.
- Converted gStr_MiningDifficulty to Integer: 16384
- Converted to gBig_MiningTarget BigInteger: 10000000000000000000000000000000000000000000000000000000
- gStr_MiningTarget set to: 0x10000000000000000000000000000000000000000000000000000000
- From selected pool http://tosti.ro:8080:
- Initial Challenge: 0xc920c867321bdd1111d49ea645296b5667afd6b8a8c9f6c177011948a45c03f7
- Initial Mining Target: 0x10000000000000000000000000000000000000000000000000000000
- Initial Difficulty: 16384
- gStr_Challenge is 0xc920c867321bdd1111d49ea645296b5667afd6b8a8c9f6c177011948a45c03f7
- bytes_challenge:
- c9 20 c8 67 32 1b dd 11
- 11 d4 9e a6 45 29 6b 56
- 67 af d6 b8 a8 c9 f6 c1
- 77 01 19 48 a4 5c 03 f7
- bytes_address:
- 54 0d 75 2a 38 8b 4f c1
- c9 de eb 1c d3 71 6a 2b
- 78 75 d8 a6
- - assembling hash_prefix from bytes_challenge + bytes_address -
- hash_prefix:
- c9 20 c8 67 32 1b dd 11
- 11 d4 9e a6 45 29 6b 56
- 67 af d6 b8 a8 c9 f6 c1
- 77 01 19 48 a4 5c 03 f7
- 54 0d 75 2a 38 8b 4f c1
- c9 de eb 1c d3 71 6a 2b
- 78 75 d8 a6
- About to start GPU Mining Thread 0 ...
- **THREADING: ThreadG called, got input of 0
- GPU Mining Thread ending.
- About to start GPU Mining Thread 1 ...
- **THREADING EntryPt: Starting Solver Thread, public stored `deviceNumber` is 0
- Setting up the solutions queue.
- Finished setting up solutions queue @elements wide.
- theCudaDeviceIndex is 0, intensity is 24
- cuda_init(): Initializing CUDA device with index # 0 ...
- **THREADING: ThreadG called, got input of 1
- GPU Mining Thread ending.
- Done starting GPU Mining Threads.
- **THREADING EntryPt: Starting Solver Thread, public stored `deviceNumber` is 1
- Setting up the solutions queue.
- Finished setting up solutions queue @elements wide.
- theCudaDeviceIndex is 1, intensity is 24
- cuda_init(): Initializing CUDA device with index # 1 ...
- Successfully got CUDA device # 1!
- Successfully got CUDA device # 0!
- (CheckForSolutions... ) JSON-RPC request: {"jsonrpc": "2.0", "method": "getChallengeNumber", "id":"cosmic" }
- Initialized CUDA device 1 : GeForce GTX 970
- Available compute capability: 5.2
- Initialized CUDA device 0 : GeForce GTX 1060 3GB
- Available compute capability: 6.1
- time(NULL) is: 1533124428.
- time(NULL) is: 1533124428.
- theSeed is: 40780
- GENERATEINIT MESSAGE (device 0) - filling bytes 60-83 of init_message[len:84] with randoms -
- theSeed is: 40781
- GENERATEINIT MESSAGE (device 1) - filling bytes 60-83 of init_message[len:84] with randoms -
- 58 b4 a6 33 10 e1 65 5f 8e 9a df 43 2d 22 59 e1 70 3e 92 ca 39 9a 9b 9b
- solution[dev] (len.32) at Device 1 init-time:
- 03 00 00 00 00 00 00 00
- 58 b4 a6 33 10 e1 65 5f
- 8e 9a df 43 2d 22 59 e1
- 70 3e 92 ca 39 9a 9b 9b
- -- end device 1 init-time solution
- init_message for device # 1:
- c9 20 c8 67 32 1b dd 11
- 11 d4 9e a6 45 29 6b 56
- 67 af d6 b8 a8 c9 f6 c1
- 77 01 19 48 a4 5c 03 f7
- 54 0d 75 2a 38 8b 4f c1
- c9 de eb 1c d3 71 6a 2b
- 78 75 d8 a6 03 00 00 00
- 00 00 00 00 58 b4 a6 33
- 10 e1 65 5f 8e 9a df 43
- 2d 22 59 e1 70 3e 92 ca
- 39 9a 9b 9b
- --end device 1 init_message
- Sending initial parameters to device 1.
- 58 b4 a6 33 10 e1 65 5f 8e 9a df 43 2d 22 59 e1 70 3e 92 ca 39 9a 9b 9b
- solution[dev] (len.32) at Device 0 init-time:
- 03 00 00 00 00 00 00 00
- 58 b4 a6 33 10 e1 65 5f
- 8e 9a df 43 2d 22 59 e1
- 70 3e 92 ca 39 9a 9b 9b
- -- end device 0 init-time solution
- init_message for device # 0:
- c9 20 c8 67 32 1b dd 11
- 11 d4 9e a6 45 29 6b 56
- 67 af d6 b8 a8 c9 f6 c1
- 77 01 19 48 a4 5c 03 f7
- 54 0d 75 2a 38 8b 4f c1
- c9 de eb 1c d3 71 6a 2b
- 78 75 d8 a6 03 00 00 00
- 00 00 00 00 58 b4 a6 33
- 10 e1 65 5f 8e 9a df 43
- 2d 22 59 e1 70 3e 92 ca
- 39 9a 9b 9b
- --end device 0 init_message
- Sending initial parameters to device 0.
- Allocating device memory for d_mid, (device # 1), (size 200 bytes) ...
- Allocating device memory for d_mid, (device # 0), (size 200 bytes) ...
- Successfully allocated d_mid (device # 1).
- Allocating device memory for d_target (device # 1), (size 8 bytes) ...
- Successfully allocated d_mid (device # 0).
- Allocating device memory for d_target (device # 0), (size 8 bytes) ...
- Successfully allocated d_target, (device # 1).
- Allocating device memory for d_solution (size 8 bytes) ...
- Successfully allocated d_target, (device # 0).
- Allocating device memory for d_solution (size 8 bytes) ...
- Successfully allocated d_solution, (device # 1).
- Successfully allocated d_solution, (device # 0).
- Successfully allocated h_message, (device # 1).
- -- end of cuda_allocate_memory(1). 0 errors.
- GenerateInitMessage(): gBig_MiningTarget is Successfully allocated h_message, (device # 0).
- -- end of cuda_allocate_memory(0). 0 errors.
- GenerateInitMessage(): gBig_MiningTarget is 1000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000
- NOTE: gStr_MiningTarget is: 0x10000000000000000000000000000000000000000000000000000000 (check this for 0x prefix)
- NOTE: gStr_MiningTarget is: 0x10000000000000000000000000000000000000000000000000000000 (check this for 0x prefix)
- GenerateInitMessage(): target_toDevice (64-bit) is 10000000
- GenerateInitMessage(): target_toDevice (64-bit) is 10000000
- send_to_device() with device # 0: target is 10000000
- performing cudaSetDevice( 0 ).
- send_to_device() with device # 1: target is 10000000
- performing cudaSetDevice( 1 ).
- send_to_device() dev # 0: message (uint64_t*) is: send_to_device() dev # 1: message (uint64_t*) is: c9 20 c8 67 32 1b dd 11
- 11 d4 9e a6 45 29 6b 56
- 67 af d6 b8 a8 c9 f6 c1
- 77 01 19 48 a4 5c 03 f7
- 54 0d 75 2a 38 8b 4f c1
- c9 de eb 1c d3 71 6a 2b
- 78 75 d8 a6 03 00 00 00
- 00 00 00 00 58 b4 a6 33
- 10 e1 65 5f 8e 9a df 43
- 2d 22 59 e1 70 3e 92 ca
- 39 9a 9b 9b
- Building the Device 1 midstate ...
- Done. Device 1 Midstate to be sent:
- 63 4d 69 ac f6 fc d6 b6 7c 23 10 79 e1 ed f8 d4 83 74 80 6c c3 31 1c a5 62 bd bc 32 de d1 25 ec 9b 60 41 72 5a 62 59 62 bc 84 2e 21 0e 7f 69 56 fb 8f 84 b2 0e 83 56 71 9d bc d7 81 2a 3e 5f 38 22 32 20 f2 c2 cb 5e a7 70 94 0e d2 01 b2 0d c7 cf dd 17 6f 88 70 f9 10 82 e1 28 1d a4 15 c9 f2 2e d6 cb 2b e3 1d 5d c2 82 05 c9 69 89 65 89 6d 2f 9c aa b6 85 2e 13 9f 12 10 19 8a 22 e6 18 ed 7d 61 19 c6 38 36 ab 74 78 db eb 54 44 06 44 5e 36 1c c3 51 3a 48 07 c8 f1 8e 2e 61 17 eb e5 95 38 83 28 8a 69 d6 66 7e 78 47 97 b0 8b f5 f2 ca c4 b2 c4 36 c1 82 e4 b4 97 89 cf 17 4e 55 db 42 db eb 54 44 06 44 5e 78 Copying mid to d_mid (device # 1).
- JSON-RPC response: {"jsonrpc":"2.0","id":"cosmic","result":"0xc920c867321bdd1111d49ea645296b5667afd6b8a8c9f6c177011948a45c03f7"} : c9 20 c8 67 32 1b dd 11
- 11 d4 9e a6 45 29 6b 56
- 67 af d6 b8 a8 c9 f6 c1
- 77 01 19 48 a4 5c 03 f7
- 54 0d 75 2a 38 8b 4f c1
- c9 de eb 1c d3 71 6a 2b
- 78 75 d8 a6 03 00 00 00
- 00 00 00 00 58 b4 a6 33
- 10 e1 65 5f 8e 9a df 43
- 2d 22 59 e1 70 3e 92 ca
- 39 9a 9b 9b
- Building the Device 0 midstate ...
- Done. Device 0 Midstate to be sent:
- 63 4d 69 ac f6 fc d6 b6 7c b3 1c fb 9d eb f8 d4 83 74 80 6c c3 31 1c a5 62 bd bc 32 de d1 25 ec 7f 53 41 72 5a e2 3d 72 bc 84 2e 21 0e 7f 69 56 ff 76 88 b2 0e 83 76 68 9e bc d7 81 62 38 1e 06 22 12 39 f6 3b c7 5e a7 70 94 0e d2 01 b2 0d c7 cf dd 17 6f 1a 31 69 df 82 e1 28 1d a4 15 c9 f2 2e d6 cb 2b e3 1d 5d c2 4d 05 c9 69 89 f7 c8 fd 2f 9c aa b6 85 2e 13 9f 1e 92 65 8c 22 e6 18 7d 7d 61 19 c6 38 36 ab 74 e7 da eb 54 44 22 c7 7e 36 1c c3 51 3a 48 07 c8 f1 8e 2e 61 17 eb e5 95 38 83 28 8a 69 d6 66 7e 78 47 97 b0 8b f5 f2 ca c4 7b e4 fe a6 82 e4 b4 97 89 cf 17 4e 55 db 42 da eb 54 44 22 c7 7e e7 Copying mid to d_mid (device # 0).
- Successfully copied mid to d_mid (device # 1).
- Copying target to d_target[1].
- Successfully copied mid to d_mid (device # 0).
- Copying target to d_target[0].
- Successfully copied target to d_target (device # 1).
- Valid response.
- Successfully copied target to d_target (device # 0).
- CUDA_Solve CPU thread for CUDA Device # 0 starting.
- Converted gStr_MiningDifficulty to Integer: 16384
- CUDA_Solve CPU thread for CUDA Device # 1 starting.
- Converted to gBig_MiningTarget BigInteger: 10000000000000000000000000000000000000000000000000000000
- gStr_MiningTarget set to: 0x10000000000000000000000000000000000000000000000000000000
- (Recurring Network Tasks complete.)in keccak(), thread #999999, d_target[device # 1] : 10000000 (expressed as 64-bit var.) ALSO: nonce is 52331646 or 31e847e(hex).
- d_mid (device # 1) is:63 4d 69 ac f6 fc d6 b6 7c 23 10 79 e1 ed f8 d4 83 74 80 6c c3 31 1c a5 62 bd bc 32 de d1 25 ec 9b 60 41 72 5a 62 59 62 bc 84 2e 21 0e 7f 69 56 fb 8f 84 b2 0e 83 56 71 9d bc d7 81 2a 3e 5f Device # 1 | Thread # 2456327: got param theCnt 33554432 and numThreads 16777216, nonce: 34af60e (DEC: 55244302
- 38 22 32 20 f2 c2 cb 5e a7 70 94 0e d2 01 b2 0d c7 cf dd 17 6f 88 70 f9 10 82 e1 28 1d a4 15 c9 f2 2e d6 cb 2b e3 1d 5d c2 82 05 c9 69 89 65 89 6d 2f 9c aa b6 85 2e 13 9f 12 10 19 8a 22 e6 18 ed 7d 61 19 c6 38 36 ab 74 78 db eb 54 44 06 44 5e 36 1c c3 51 3a 48 07 c8 f1 8e 2e 61 17 eb e5 95 38 83 28 8a 69 d6 66 7e 78 47 97 b0 8b f5 f2 ca c4 b2 c4 36 c1 82 e4 b4 97 89 cf 17 4e 55 db 42 db eb 54 44 06 44 5e 78 --- end midstate ---
- in keccak(), thread #999999, d_target[device # 0] : 10000000 (expressed as 64-bit var.) ALSO: nonce is 35554430 or 21e847e(hex).
- d_mid (device # 0) is:63 4d 69 ac f6 fc d6 b6 7c b3 1c fb 9d eb f8 d4 83 74 80 6c c3 31 1c a5 62 bd bc 32 de d1 25 ec 7f 53 41 72 5a e2 3d 72 bc 84 2e 21 0e 7f 69 56 ff 76 88 b2 0e 83 76 68 9e bc d7 81 62 38 1e 06 22 12 39 f6 3b c7 5e a7 70 94 0e d2 01 b2 0d c7 cf dd 17 6f 1a 31 69 df 82 e1 28 1d a4 15 c9 f2 2e d6 cb 2b e3 1d 5d c2 4d 05 c9 69 89 f7 c8 fd 2f 9c aa b6 85 2e 13 9f 1e 92 65 8c 22 e6 18 7d 7d 61 19 c6 38 36 ab 74 e7 da eb 54 44 22 c7 7e 36 1c c3 51 3a 48 07 c8 f1 8e 2e 61 17 eb e5 95 38 83 28 8a 69 d6 66 7e 78 47 97 b0 8b f5 f2 ca c4 7b e4 fe a6 82 e4 b4 97 89 cf 17 4e 55 db 42 da eb 54 44 22 c7 7e e7 --- end midstate ---
- Device # 0 | Thread # 2456327: got param theCnt 16777216 and numThreads 16777216, nonce: 24af60e (DEC: 38467086
- [Device # 1] Hash Rate: 143 MH/s. Hash Count: 16777216
- [Device # 0] Hash Rate: 144 MH/s. Hash Count: 16777216
- Device # 0 | Thread # 2456327: got param theCnt 67108864 and numThreads 16777216, nonce: 54af60e (DEC: 88798734
- [Device # 0] Hash Rate: 211 MH/s. Hash Count: 33554432
- Device # 1 | Thread # 2456327: got param theCnt 50331648 and numThreads 16777216, nonce: 44af60e (DEC: 72021518
- [Device # 1] Hash Rate: 208 MH/s. Hash Count: 33554432
- Device # 0 | Thread # 2456327: got param theCnt 83886080 and numThreads 16777216, nonce: 64af60e (DEC: 105575950
- [Device # 0] Hash Rate: 256 MH/s. Hash Count: 50331648
- Device # 1 | Thread # 2456327: got param theCnt 100663296 and numThreads 16777216, nonce: 74af60e (DEC: 122353166
- [Device # 1] Hash Rate: 247 MH/s. Hash Count: 50331648
- Device # 0 | Thread # 2456327: got param theCnt 117440512 and numThreads 16777216, nonce: 84af60e (DEC: 139130382
- [Device # 0] Hash Rate: 288 MH/s. Hash Count: 67108864
- Device # 1 | Thread # 2456327: got param theCnt 134217728 and numThreads 16777216, nonce: 94af60e (DEC: 155907598
- [Device # 1] Hash Rate: 277 MH/s. Hash Count: 67108864
- Device # 0 | Thread # 2456327: got param theCnt 150994944 and numThreads 16777216, nonce: a4af60e (DEC: 172684814
- [Device # 0] Hash Rate: 309 MH/s. Hash Count: 83886080
- Device # 1 | Thread # 2456327: got param theCnt 167772160 and numThreads 16777216, nonce: b4af60e (DEC: 189462030
- [Device # 1] Hash Rate: 298 MH/s. Hash Count: 83886080
- Device # 0 | Thread # 2456327: got param theCnt 184549376 and numThreads 16777216, nonce: c4af60e (DEC: 206239246
- [Device # 0] Hash Rate: 325 MH/s. Hash Count: 100663296
- Device # 1 | Thread # 2456327: got param theCnt 201326592 and numThreads 16777216, nonce: d4af60e (DEC: 223016462
- [Device # 1] Hash Rate: 314 MH/s. Hash Count: 100663296
- Device # 0 | Thread # 2456327: got param theCnt 218103808 and numThreads 16777216, nonce: e4af60e (DEC: 239793678
- [Device # 0] Hash Rate: 339 MH/s. Hash Count: 117440512
- Device # 1 | Thread # 2456327: got param theCnt 234881024 and numThreads 16777216, nonce: f4af60e (DEC: 256570894
- [Device # 1] Hash Rate: 326 MH/s. Hash Count: 117440512
- Device # 0 | Thread # 2456327: got param theCnt 251658240 and numThreads 16777216, nonce: 104af60e (DEC: 273348110
- [Device # 0] Hash Rate: 351 MH/s. Hash Count: 134217728
- Device # 1 | Thread # 2456327: got param theCnt 268435456 and numThreads 16777216, nonce: 114af60e (DEC: 290125326
- [Device # 1] Hash Rate: 338 MH/s. Hash Count: 134217728
- Device # 0 | Thread # 2456327: got param theCnt 285212672 and numThreads 16777216, nonce: 124af60e (DEC: 306902542
- [Device # 0] Hash Rate: 361 MH/s. Hash Count: 150994944
- Device # 1 | Thread # 2456327: got param theCnt 301989888 and numThreads 16777216, nonce: 134af60e (DEC: 323679758
- [Device # 1] Hash Rate: 347 MH/s. Hash Count: 150994944
- Device # 0 | Thread # 2456327: got param theCnt 318767104 and numThreads 16777216, nonce: 144af60e (DEC: 340456974
- [Device # 0] Hash Rate: 370 MH/s. Hash Count: 167772160
- Device # 1 | Thread # 2456327: got param theCnt 335544320 and numThreads 16777216, nonce: 154af60e (DEC: 357234190
- [Device # 1] Hash Rate: 356 MH/s. Hash Count: 167772160
- (CheckForSolutions... ) JSON-RPC request: {"jsonrpc": "2.0", "method": "getChallengeNumber", "id":"cosmic" }
- Device # 0 | Thread # 2456327: got param theCnt 352321536 and numThreads 16777216, nonce: 164af60e (DEC: 374011406
- [Device # 0] Hash Rate: 377 MH/s. Hash Count: 184549376
- Device # 1 | Thread # 2456327: got param theCnt 369098752 and numThreads 16777216, nonce: 174af60e (DEC: 390788622
- [Device # 1] Hash Rate: 363 MH/s. Hash Count: 184549376
- Device # 0 | Thread # 2456327: got param theCnt 385875968 and numThreads 16777216, nonce: 184af60e (DEC: 407565838
- [Device # 0] Hash Rate: 383 MH/s. Hash Count: 201326592
- Device # 1 | Thread # 2456327: got param theCnt 402653184 and numThreads 16777216, nonce: 194af60e (DEC: 424343054
- [Device # 1] Hash Rate: 369 MH/s. Hash Count: 201326592
- Device # 0 | Thread # 2456327: got param theCnt 419430400 and numThreads 16777216, nonce: 1a4af60e (DEC: 441120270
- [Device # 0] Hash Rate: 388 MH/s. Hash Count: 218103808
- Device # 1 | Thread # 2456327: got param theCnt 436207616 and numThreads 16777216, nonce: 1b4af60e (DEC: 457897486
- [Device # 1] Hash Rate: 374 MH/s. Hash Count: 218103808
- Device # 0 | Thread # 2456327: got param theCnt 452984832 and numThreads 16777216, nonce: 1c4af60e (DEC: 474674702
- [Device # 0] Hash Rate: 394 MH/s. Hash Count: 234881024
- JSON-RPC response: {"jsonrpc":"2.0","id":"cosmic","result":"0xc920c867321bdd1111d49ea645296b5667afd6b8a8c9f6c177011948a45c03f7"} : Valid response.
- Converted gStr_MiningDifficulty to Integer: 16384
- Converted to gBig_MiningTarget BigInteger: 10000000000000000000000000000000000000000000000000000000
- Device # 1g | Thread # 2456327S: got param theCnt 469762048t and numThreads 16777216r, nonce: 1d4af60e_ (DEC: 491451918M
- iningTarget set to: 0x10000000000000000000000000000000000000000000000000000000
- [Device # 1] Hash Rate: 378 MH/s. Hash Count: 234881024
- (Recurring Network Tasks complete.)Device # 0 | Thread # 2456327: got param theCnt 486539264 and numThreads 16777216, nonce: 1e4af60e (DEC: 508229134
- [Device # 0] Hash Rate: 398 MH/s. Hash Count: 251658240
- Device # 1 | Thread # 2456327: got param theCnt 503316480 and numThreads 16777216, nonce: 1f4af60e (DEC: 525006350
- [Device # 1] Hash Rate: 381 MH/s. Hash Count: 251658240
- Device # 0 | Thread # 2456327: got param theCnt 520093696 and numThreads 16777216, nonce: 204af60e (DEC: 541783566
- [Device # 0] Hash Rate: 402 MH/s. Hash Count: 268435456
- Device # 1 | Thread # 2456327: got param theCnt 536870912 and numThreads 16777216, nonce: 214af60e (DEC: 558560782
- [Device # 0D | Thread # 2456327e: got param theCnt 553648128v and numThreads 16777216i, nonce: 224af60ec (DEC: 575337998e
- # 1] Hash Rate: 385 MH/s. Hash Count: 268435456
- [Device # 0] Hash Rate: 406 MH/s. Hash Count: 285212672
- Device # 0 | Thread # 2456327: got param theCnt 587202560 and numThreads 16777216, nonce: 244af60e (DEC: 608892430
- Device # 1 | Thread # 2456327: got param theCnt 570425344 and numThreads 16777216, nonce: 234af60e (DEC: 592115214
- [Device # 0] Hash Rate: 408 MH/s. Hash Count: 301989888
- [Device # 1] Hash Rate: 384 MH/s. Hash Count: 285212672
- Device # 0 | Thread # 2456327: got param theCnt 603979776 and numThreads 16777216, nonce: 254af60e (DEC: 625669646
- [Device # 0] Hash Rate: 411 MH/s. Hash Count: 318767104
- Device # 1 | Thread # 2456327: got param theCnt 620756992 and numThreads 16777216, nonce: 264af60e (DEC: 642446862
- [Device # 1] Hash Rate: 388 MH/s. Hash Count: 301989888
- Device # 0 | Thread # 2456327: got param theCnt 637534208 and numThreads 16777216, nonce: 274af60e (DEC: 659224078
- [Device # 0] Hash Rate: 414 MH/s. Hash Count: 335544320
- Device # 1 | Thread # 2456327: got param theCnt 654311424 and numThreads 16777216, nonce: 284af60e (DEC: 676001294
- [Device # 1] Hash Rate: 391 MH/s. Hash Count: 318767104
- Device # 0 | Thread # 2456327: got param theCnt 671088640 and numThreads 16777216, nonce: 294af60e (DEC: 692778510
- [Device # 0] Hash Rate: 416 MH/s. Hash Count: 352321536
- Device # 1 | Thread # 2456327: got param theCnt 687865856 and numThreads 16777216, nonce: 2a4af60e (DEC: 709555726
- [Device # 1] Hash Rate: 393 MH/s. Hash Count: 335544320
- Device # 0 | Thread # 2456327: got param theCnt 704643072 and numThreads 16777216, nonce: 2b4af60e (DEC: 726332942
- [Device # 0] Hash Rate: 418 MH/s. Hash Count: 369098752
- Device # 1 | Thread # 2456327: got param theCnt 721420288 and numThreads 16777216, nonce: 2c4af60e (DEC: 743110158
- [Device # 1] Hash Rate: 396 MH/s. Hash Count: 352321536
- Device # 0 | Thread # 2456327: got param theCnt 738197504 and numThreads 16777216, nonce: 2d4af60e (DEC: 759887374
- [Device # 0] Hash Rate: 421 MH/s. Hash Count: 385875968
- Device # 1 | Thread # 2456327: got param theCnt 754974720 and numThreads 16777216, nonce: 2e4af60e (DEC: 776664590
- [Device # 1] Hash Rate: 398 MH/s. Hash Count: 369098752
- Device # 0 | Thread # 2456327: got param theCnt 771751936 and numThreads 16777216, nonce: 2f4af60e (DEC: 793441806
- [Device # 0] Hash Rate: 422 MH/s. Hash Count: 402653184
- Device # 1 | Thread # 2456327: got param theCnt 788529152 and numThreads 16777216, nonce: 304af60e (DEC: 810219022
- [Device # 1] Hash Rate: 400 MH/s. Hash Count: 385875968
- Device # 0 | Thread # 2456327: got param theCnt 805306368 and numThreads 16777216, nonce: 314af60e (DEC: 826996238
- [Device # 0] Hash Rate: 424 MH/s. Hash Count: 419430400
- Device # 1 | Thread # 2456327: got param theCnt 822083584 and numThreads 16777216, nonce: 324af60e (DEC: 843773454
- [Device # 1] Hash Rate: 402 MH/s. Hash Count: 402653184
- Device # 0 | Thread # 2456327: got param theCnt 838860800 and numThreads 16777216, nonce: 334af60e (DEC: 860550670
- [Device # 0] Hash Rate: 426 MH/s. Hash Count: 436207616
- Device # 1 | Thread # 2456327: got param theCnt 855638016 and numThreads 16777216, nonce: 344af60e (DEC: 877327886
- [Device # 1] Hash Rate: 404 MH/s. Hash Count: 419430400
- (CheckForSolutions... ) JSON-RPC request: {"jsonrpc": "2.0", "method": "getChallengeNumber", "id":"cosmic" }
- Device # 0 | Thread # 2456327: got param theCnt 872415232 and numThreads 16777216, nonce: 354af60e (DEC: 894105102
- [Device # 0] Hash Rate: 428 MH/s. Hash Count: 452984832
- Device # 1 | Thread # 2456327: got param theCnt 889192448 and numThreads 16777216, nonce: 364af60e (DEC: 910882318
- [Device # 1] Hash Rate: 406 MH/s. Hash Count: 436207616
- Device # 0 | Thread # 2456327: got param theCnt 905969664 and numThreads 16777216, nonce: 374af60e (DEC: 927659534
- [Device # 0] Hash Rate: 429 MH/s. Hash Count: 469762048
- Device # 1 | Thread # 2456327: got param theCnt 922746880 and numThreads 16777216, nonce: 384af60e (DEC: 944436750
- [Device # 1] Hash Rate: 407 MH/s. Hash Count: 452984832
- Device # 0 | Thread # 2456327: got param theCnt 939524096 and numThreads 16777216, nonce: 394af60e (DEC: 961213966
- [Device # 0] Hash Rate: 430 MH/s. Hash Count: 486539264
- Device # 1 | Thread # 2456327: got param theCnt 956301312 and numThreads 16777216, nonce: 3a4af60e (DEC: 977991182
- [Device # 1] Hash Rate: 408 MH/s. Hash Count: 469762048
- Device # 0 | Thread # 2456327: got param theCnt 973078528 and numThreads 16777216, nonce: 3b4af60e (DEC: 994768398
- [Device # 0] Hash Rate: 431 MH/s. Hash Count: 503316480
- Device # 1 | Thread # 2456327: got param theCnt 989855744 and numThreads 16777216, nonce: 3c4af60e (DEC: 1011545614
- [Device # 1] Hash Rate: 410 MH/s. Hash Count: 486539264
- JSON-RPC response: {"jsonrpc":"2.0","id":"cosmic","result":"0xc920c867321bdd1111d49ea645296b5667afd6b8a8c9f6c177011948a45c03f7"} : Valid response.
- Converted gStr_MiningDifficulty to Integer: 16384
- Device # 0C | Thread # 2456327o: got param theCnt 1006632960nv and numThreads 16777216e, nonce: 3d4af60er (DEC: 1028322830t
- ed to gBig_MiningTarget BigInteger: [Device # 0] Hash Rate: 433 MH/s. Hash Count: 520093696
- 10000000000000000000000000000000000000000000000000000000
- gStr_MiningTarget set to: 0x10000000000000000000000000000000000000000000000000000000
- (Recurring Network Tasks complete.)Device # 1 | Thread # 2456327: got param theCnt 1023410176 and numThreads 16777216, nonce: 3e4af60e (DEC: 1045100046
- [Device # 0D | Thread # 2456327e: got param theCnt 1040187392v and numThreads 16777216i, nonce: 3f4af60ec (DEC: 1061877262e
- # 1] Hash Rate: 411 MH/s. Hash Count: 503316480
- [Device # 0] Hash Rate: 433 MH/s. Hash Count: 536870912
- Device # 0 | Thread # 2456327: got param theCnt 1073741824 and numThreads 16777216, nonce: 414af60e (DEC: 1095431694
- [Device # 1D | Thread # 2456327e: got param theCnt 1056964608v and numThreads 16777216i, nonce: 404af60ec (DEC: 1078654478e
- # 0] Hash Rate: 434 MH/s. Hash Count: 553648128
- [Device # 1] Hash Rate: 407 MH/s. Hash Count: 520093696
- Device # 0 | Thread # 2456327: got param theCnt 1090519040 and numThreads 16777216, nonce: 424af60e (DEC: 1112208910
- [Device # 0] Hash Rate: 435 MH/s. Hash Count: 570425344
- Device # 1 | Thread # 2456327: got param theCnt 1107296256 and numThreads 16777216, nonce: 434af60e (DEC: 1128986126
- [Device # 1] Hash Rate: 408 MH/s. Hash Count: 536870912
- Device # 0 | Thread # 2456327: got param theCnt 1124073472 and numThreads 16777216, nonce: 444af60e (DEC: 1145763342
- [Device # 0] Hash Rate: 435 MH/s. Hash Count: 587202560
- Device # 1 | Thread # 2456327: got param theCnt 1140850688 and numThreads 16777216, nonce: 454af60e (DEC: 1162540558
- [Device # 1] Hash Rate: 409 MH/s. Hash Count: 553648128
- Device # 0 | Thread # 2456327: got param theCnt 1157627904 and numThreads 16777216, nonce: 464af60e (DEC: 1179317774
- [Device # 0] Hash Rate: 437 MH/s. Hash Count: 603979776
- Device # 1 | Thread # 2456327: got param theCnt 1174405120 and numThreads 16777216, nonce: 474af60e (DEC: 1196094990
- [Device # 1] Hash Rate: 410 MH/s. Hash Count: 570425344
- Device # 0 | Thread # 2456327: got param theCnt 1191182336 and numThreads 16777216, nonce: 484af60e (DEC: 1212872206
- [Device # 0] Hash Rate: 437 MH/s. Hash Count: 620756992
- Device # 1 | Thread # 2456327: got param theCnt 1207959552 and numThreads 16777216, nonce: 494af60e (DEC: 1229649422
- [Device # 1] Hash Rate: 412 MH/s. Hash Count: 587202560
- Device # 0 | Thread # 2456327: got param theCnt 1224736768 and numThreads 16777216, nonce: 4a4af60e (DEC: 1246426638
- [Device # 0] Hash Rate: 438 MH/s. Hash Count: 637534208
- Device # 1 | Thread # 2456327: got param theCnt 1241513984 and numThreads 16777216, nonce: 4b4af60e (DEC: 1263203854
- [Device # 1] Hash Rate: 413 MH/s. Hash Count: 603979776
- Device # 0 | Thread # 2456327: got param theCnt 1258291200 and numThreads 16777216, nonce: 4c4af60e (DEC: 1279981070
- [Device # 0] Hash Rate: 439 MH/s. Hash Count: 654311424
- Device # 1 | Thread # 2456327: got param theCnt 1275068416 and numThreads 16777216, nonce: 4d4af60e (DEC: 1296758286
- [Device # 1] Hash Rate: 414 MH/s. Hash Count: 620756992
- Device # 0 | Thread # 2456327: got param theCnt 1291845632 and numThreads 16777216, nonce: 4e4af60e (DEC: 1313535502
- [Device # 0] Hash Rate: 440 MH/s. Hash Count: 671088640
- Device # 1 | Thread # 2456327: got param theCnt 1308622848 and numThreads 16777216, nonce: 4f4af60e (DEC: 1330312718
- [Device # 1] Hash Rate: 415 MH/s. Hash Count: 637534208
- Device # 0 | Thread # 2456327: got param theCnt 1325400064 and numThreads 16777216, nonce: 504af60e (DEC: 1347089934
- [Device # 0] Hash Rate: 440 MH/s. Hash Count: 687865856
- Device # 1 | Thread # 2456327: got param theCnt 1342177280 and numThreads 16777216, nonce: 514af60e (DEC: 1363867150
- [Device # 1] Hash Rate: 415 MH/s. Hash Count: 654311424
- Device # 0 | Thread # 2456327: got param theCnt 1358954496 and numThreads 16777216, nonce: 524af60e (DEC: 1380644366
- [Device # 0] Hash Rate: 441 MH/s. Hash Count: 704643072
- Device # 1 | Thread # 2456327: got param theCnt 1375731712 and numThreads 16777216, nonce: 534af60e (DEC: 1397421582
- [Device # 1] Hash Rate: 416 MH/s. Hash Count: 671088640
- Device # 0 | Thread # 2456327: got param theCnt 1392508928 and numThreads 16777216, nonce: 544af60e (DEC: 1414198798
- [Device # 0] Hash Rate: 442 MH/s. Hash Count: 721420288
- (CheckForSolutions... ) JSON-RPC request: {"jsonrpc": "2.0", "method": "getChallengeNumber", "id":"cosmic" }
- Device # 1 | Thread # 2456327: got param theCnt 1409286144 and numThreads 16777216, nonce: 554af60e (DEC: 1430976014
- [Device # 1] Hash Rate: 417 MH/s. Hash Count: 687865856
- Device # 0 | Thread # 2456327: got param theCnt 1426063360 and numThreads 16777216, nonce: 564af60e (DEC: 1447753230
- [Device # 0] Hash Rate: 442 MH/s. Hash Count: 738197504
- Device # 1 | Thread # 2456327: got param theCnt 1442840576 and numThreads 16777216, nonce: 574af60e (DEC: 1464530446
- [Device # 1] Hash Rate: 418 MH/s. Hash Count: 704643072
- Device # 0 | Thread # 2456327: got param theCnt 1459617792 and numThreads 16777216, nonce: 584af60e (DEC: 1481307662
- [Device # 0] Hash Rate: 443 MH/s. Hash Count: 754974720
- Device # 1 | Thread # 2456327: got param theCnt 1476395008 and numThreads 16777216, nonce: 594af60e (DEC: 1498084878
- [Device # 1] Hash Rate: 419 MH/s. Hash Count: 721420288
- Device # 0 | Thread # 2456327: got param theCnt 1493172224 and numThreads 16777216, nonce: 5a4af60e (DEC: 1514862094
- [Device # 0] Hash Rate: 444 MH/s. Hash Count: 771751936
- D
- ** SOLVE (S):
- ***
- keccak(), on thread # 7618477, on cuda device # 1 thinks it's found a sol'n. :)
- !-- OTHER NOTE while finding solution: about to return `true` from keccak(), deviceNum is 1.
- nonce: 51403849562 or bf7e87f5a(hex) ....
- bswap64 output of state[0] is: b360655, d_target is 10000000.
- ***
- * keccak returned TRUE with theCnt: 51371835392, nonce: bf7e87f5a ! *
- ** find_message(): Device 1: Possible Solution Found **
- *h_message from the device is:
- 51403849562 or bf7e87f5a (expressed as 64-bit type)
- Expressed as byte array:
- 5a, 7f, e8, f7, 0b, 00, 00, 00, .
- ... solution[1] (len:32) BEFORE copying in sol'n is:
- 03 00 00 00 00 00 00 00 58 b4 a6 33 10 e1 65 5f 8e 9a df 43 2d 22 59 e1 70 3e 92 ca 39 9a 9b 9b --end.
- Copying into solution[1][length:32] starting at element 12...
- ... solution[1] (len:32) -after- copying in sol'n from h_message[1] is:
- 03 00 00 00 00 00 00 00 58 b4 a6 33 5a 7f e8 f7 0b 00 00 00 2d 22 59 e1 70 3e 92 ca 39 9a 9b 9b --end.
- Setting gSolnFound to `true`. (TODO: sol'n queue)...
- [Device # 1] Hash Rate: 352 MH/s. Hash Count: 22783459328
- find_message() returning 'true'. NOT Re-setting h_message[1] to UINT64_MAX.
- In CUDA_Solve() for device 1: handle_kernels call returned 'true'
- In CUDA_Solve(), Device # 1: *h_message is != UINT64_MAX :)
- EnqueueSolution() from comms_pool.h (INW)
- Device # 0 | Thread # 2456327: got param theCnt 51388612608 and numThreads 16777216, nonce: bf84af60e (DEC: 51410302478
- [Device # 0] Hash Rate: 442 MH/s. Hash Count: 28605153280
- Device # 1 | Thread # 2456327: got param theCnt 51405389824 and numThreads 16777216, nonce: bf94af60e (DEC: 51427079694
- [Device # 1] Hash Rate: 466 MH/s. Hash Count: 16777216
- Device # 0 | Thread # 2456327: got param theCnt 51422167040 and numThreads 16777216, nonce: bfa4af60e (DEC: 51443856910
- [Device # 0] Hash Rate: 442 MH/s. Hash Count: 28621930496
- Device # 1 | Thread # 2456327: got param theCnt 51438944256 and numThreads 16777216, nonce: bfb4af60e (DEC: 51460634126
- [Device # 1] Hash Rate: 459 MH/s. Hash Count: 33554432
- Device # 0 | Thread # 2456327: got param theCnt 51455721472 and numThreads 16777216, nonce: bfc4af60e (DEC: 51477411342
- [Device # 0] Hash Rate: 442 MH/s. Hash Count: 28638707712
- Device # 1 | Thread # 2456327: got param theCnt 51472498688 and numThreads 16777216, nonce: bfd4af60e (DEC: 51494188558
- [Device # 1] Hash Rate: 457 MH/s. Hash Count: 50331648
- Device # 0 | Thread # 2456327: got param theCnt 51489275904 and numThreads 16777216, nonce: bfe4af60e (DEC: 51510965774
- [Device # 0] Hash Rate: 442 MH/s. Hash Count: 28655484928
- Device # 1 | Thread # 2456327: got param theCnt 51506053120 and numThreads 16777216, nonce: bff4af60e (DEC: 51527742990
- [Device # 1] Hash Rate: 453 MH/s. Hash Count: 67108864
- Device # 0 | Thread # 2456327: got param theCnt 51522830336 and numThreads 16777216, nonce: c004af60e (DEC: 51544520206
- [Device # 0] Hash Rate: 442 MH/s. Hash Count: 28672262144
- Device # 1 | Thread # 2456327: got param theCnt 51539607552 and numThreads 16777216, nonce: c014af60e (DEC: 51561297422
- [Device # 1] Hash Rate: 453 MH/s. Hash Count: 83886080
- Device # 0 | Thread # 2456327: got param theCnt 51556384768 and numThreads 16777216, nonce: c024af60e (DEC: 51578074638
- [Device # 0] Hash Rate: 442 MH/s. Hash Count: 28689039360
- Device # 1 | Thread # 2456327: got param theCnt 51573161984 and numThreads 16777216, nonce: c034af60e (DEC: 51594851854
- [Device # 1] Hash Rate: 453 MH/s. Hash Count: 100663296
- Device # 0 | Thread # 2456327: got param theCnt 51589939200 and numThreads 16777216, nonce: c044af60e (DEC: 51611629070
- [Device # 0] Hash Rate: 442 MH/s. Hash Count: 28705816576
- (CheckForSolutions... ) Solution detected in Networking code. :)
- ** In Comm_VerifySolutionOnCPU: device finding solution is 1.
- solution (about to verify on CPU):
- 03 00 00 00 00 00 00 00
- 58 b4 a6 33 5a 7f e8 f7
- 0b 00 00 00 2d 22 59 e1
- 70 3e 92 ca 39 9a 9b 9b
- Comm_VerifySolutionOnCPU():
- -str_solution = 030000000000000058b4a6335a7fe8f70b0000002d2259e1703e92ca399a9b9b
- -str_hash_prefix = c920c867321bdd1111d49ea645296b5667afd6b8a8c9f6c177011948a45c03f7540d752a388b4fc1c9deeb1cd3716a2b7875d8a6
- performing keccak256 on hashprefix+solution ...
- message to keccak256() is ...c920cDevice # 18 | Thread # 24563276: got param theCnt 516067164167 and numThreads 167772163, nonce: c054af60e2 (DEC: 516284062861
- bdd1111d49ea645296b5667afd6b8a8c9f6c177011948a45c03f7540d752a388b4fc1c9deeb1cd3716a2b7875d8a6030000000000000058b4a6335a7fe8f70b0000002d2259e1703e92ca3Device # 09 | Thread # 24563279: got param theCnt 51623493632a and numThreads 167772169, nonce: c064af60eb (DEC: 516451835029
- b
- [Device # 1] Hash Rate: 455 MH/s. Hash Count: 117440512
- [Device # 0] Hash Rate: 442 MH/s. Hash Count: 28722593792
- sph-keccak result is 000000000b360655f07538436349d7fa11fb2fb3c51ae14ba9a0a465e32998d5
- mining target is 10000000000000000000000000000000000000000000000000000000
- comms_pool.cpp: digest -passed- CPU verification!
- ** In Comm_VerifySolutionOnCPU: device finding solution is 1.
- solution (about to verify on CPU):
- 03 00 00 00 00 00 00 00
- 58 b4 a6 33 5a 7f e8 f7
- 0b 00 00 00 2d 22 59 e1
- 70 3e 92 ca 39 9a 9b 9b
- Comm_VerifySolutionOnCPU():
- at pool: 0x030000000000000058b4a6335a7fe8f70b0000002d2259e1703e92ca399a9b9b
- -str_solution = 030000000000000058b4a6335a7fe8f70b0000002d2259e1703e92ca399a9b9b
- -str_hash_prefix = c920c867321bdd1111d49ea645296b5667afd6b8a8c9f6c177011948a45c03f7540d752a388b4fc1c9deeb1cd3716a2b7875d8a6
- performing keccak256 on hashprefix+solution ...
- message to keccak256() is ...c920c867321bdd1111d49ea645296b5667afd6b8a8c9f6c177011948a45c03f7540d752a388b4fc1c9deeb1cd3716a2b7875d8a6030000000000000058b4a6335a7fe8f70b0000002d2259e1703e92ca399a9b9b
- sph-keccak result is 000000000b360655f07538436349d7fa11fb2fb3c51ae14ba9a0a465e32998d5
- mining target is 10000000000000000000000000000000000000000000000000000000
- comms_pool.cpp: digest -passed- CPU verification!
- solution[1] (len:32) when accessed by Comm_SubmitSolutionToPool():
- 03 00 00 00 00 00 00 00
- 58 b4 a6 33 5a 7f e8 f7
- 0b 00 00 00 2d 22 59 e1
- 70 3e 92 ca 39 9a 9b 9b
- .......and gSolution which we were going to send:
- 03 00 00 00 00 00 00 00
- 58 b4 a6 33 5a 7f e8 f7
- 0b 00 00 00 2d 22 59 e1
- 70 3e 92 ca 39 9a 9b 9b
- ........done
- About to submit share. json: {"jsonrpc": "2.0", "method": "submitShare", "params":["0x030000000000000058b4a6335a7fe8f70b0000002d2259e1703e92ca399a9b9b", "0x7C4AADEC857E13E4a5642B4041a2f36274fFE8ce", "0x000000000b360655f07538436349d7fa11fb2fb3c51ae14ba9a0a465e32998d5", 16384, "0xc920c867321bdd1111d49ea645296b5667afd6b8a8c9f6c177011948a45c03f7"], "id":"cosmic"}
- PoolRequest() called with param POOLREQUEST_SUBMITSHARE.
- JSON-RPC request: {"jsonrpc": "2.0", "method": "submitShare", "params":["0x030000000000000058b4a6335a7fe8f70b0000002d2259e1703e92ca399a9b9b", "0x7C4AADEC857E13E4a5642B4041a2f36274fFE8ce", "0x000000000b360655f07538436349d7fa11fb2fb3c51ae14ba9a0a465e32998d5", 16384, "0xc920c867321bdd1111d49ea645296b5667afd6b8a8c9f6c177011948a45c03f7"], "id":"cosmic"}
- Device # 0 | Thread # 2456327: got param theCnt 51657048064 and numThreads 16777216, nonce: c084af60e (DEC: 51678737934
- [DevDevice # 1i | Thread # 2456327c: got param theCnt 51640270848e and numThreads 16777216 , nonce: c074af60e# (DEC: 51661960718
- 0] Hash Rate: 442 MH/s. Hash Count: 28739371008
- [Device # 1] Hash Rate: 450 MH/s. Hash Count: 134217728
- Device # 0 | Thread # 2456327: got param theCnt 51673825280 and numThreads 16777216, nonce: c094af60e (DEC: 51695515150
- [Device # 0] Hash Rate: 442 MH/s. Hash Count: 28756148224
- Device # 1 | Thread # 2456327: got param theCnt 51690602496 and numThreads 16777216, nonce: c0a4af60e (DEC: 51712292366
- [Device # 1] Hash Rate: 449 MH/s. Hash Count: 150994944
- Device # 0 | Thread # 2456327: got param theCnt 51707379712 and numThreads 16777216, nonce: c0b4af60e (DEC: 51729069582
- [Device # 0] Hash Rate: 442 MH/s. Hash Count: 28772925440
- Device # 1 | Thread # 2456327: got param theCnt 51724156928 and numThreads 16777216, nonce: c0c4af60e (DEC: 51745846798
- [Device # 1] Hash Rate: 451 MH/s. Hash Count: 167772160
- Device # 0 | Thread # 2456327: got param theCnt 51740934144 and numThreads 16777216, nonce: c0d4af60e (DEC: 51762624014
- [Device # 0] Hash Rate: 442 MH/s. Hash Count: 28789702656
- JSON-RPC response: {"jsonrpc":"2.0","id":"cosmic","result":true} : Valid response.
- SubmitDevice # 1t | Thread # 2456327i: got param theCnt 51757711360n and numThreads 16777216g, nonce: c0e4af60e (DEC: 51779401230s
- hare ...
- Pool Response: {"jsonrpc":"2.0","id":"cosmic","result":true}
- .. that was gpu1 solving successfully? next up ...
- ***
- keccak(), on thread # 3904011, on cuda device # 0 thinks it's found a sol'n. :)
- !-- OTHER NOTE while finding solution: about to return `true` from keccak(), deviceNum is 0.
- nonce: 426014876694 or 6330772416(hex) ....
- bswap64 output of state[0] is: 7d180d8, d_target is 10000000.
- ***
- * keccak returned TRUE with theCnt: 425990291456, nonce: 6330772416 ! *
- ** find_message(): Device 0: Possible Solution Found **
- *h_message from the device is:
- 426014876694 or 6330772416 (expressed as 64-bit type)
- Expressed as byte array:
- 16, 24, 77, 30, 63, 00, 00, 00, .
- ... solution[0] (len:32) BEFORE copying in sol'n is:
- 03 00 00 00 00 00 00 00 58 b4 a6 33 10 e1 65 5f 8e 9a df 43 2d 22 59 e1 70 3e 92 ca 39 9a 9b 9b --end.
- Copying into solution[0][length:32] starting at element 12...
- ... solution[0] (len:32) -after- copying in sol'n from h_message[0] is:
- 03 00 00 00 00 00 00 00 58 b4 a6 33 16 24 77 30 63 00 00 00 2d 22 59 e1 70 3e 92 ca 39 9a 9b 9b --end.
- Setting gSolnFound to `true`. (TODO: sol'n queue)...
- [Device # 0] Hash Rate: 439 MH/s. Hash Count: 220536504320
- find_message() returning 'true'. NOT Re-setting h_message[0] to UINT64_MAX.
- In CUDA_Solve() for device 0: handle_kernels call returned 'true'
- In CUDA_Solve(), Device # 0: *h_message is != UINT64_MAX :)
- EnqueueSolution() from comms_pool.h (INW)
- Device # 1 | Thread # 2456327: got param theCnt 426007068672 and numThreads 16777216, nonce: 63314af60e (DEC: 426028758542
- [Device # 1] Hash Rate: 449 MH/s. Hash Count: 33302773760
- Device # 0 | Thread # 2456327: got param theCnt 426023845888 and numThreads 16777216, nonce: 63324af60e (DEC: 426045535758
- [Device # 0] Hash Rate: 479 MH/s. Hash Count: 16777216
- Device # 1 | Thread # 2456327: got param theCnt 426040623104 and numThreads 16777216, nonce: 63334af60e (DEC: 426062312974
- [Device # 1] Hash Rate: 449 MH/s. Hash Count: 33319550976
- JSON-RPC response: {"jsonrpc":"2.0","id":"cosmic","result":"0xc920c867321bdd1111d49ea645296b5667afd6b8a8c9f6c177011948a45c03f7"} : Valid response.
- Converted gStr_MiningDifficulty to Integer: 16384
- Converted to gBig_MiningTarget BigInteger: 10000000000000000000000000000000000000000000000000000000
- gStr_MiningTarget set to: 0x10000000000000000000000000000000000000000000000000000000
- (Recurring Network Tasks complete.)Device # 0 | Thread # 2456327: got param theCnt 426057400320 and numThreads 16777216, nonce: 63344af60e (DEC: 426079090190
- [Device # 0] Hash Rate: 472 MH/s. Hash Count: 33554432
- Device # 1 | Thread # 2456327: got param theCnt 426074177536 and numThreads 16777216, nonce: 63354af60e (DEC: 426095867406
- [Device # 1] Hash Rate: 449 MH/s. Hash Count: 33336328192
- Device # 0 | Thread # 2456327: got param theCnt 426090954752 and numThreads 16777216, nonce: 63364af60e (DEC: 426112644622
- [Device # 0] Hash Rate: 474 MH/s. Hash Count: 50331648
- Device # 1 | Thread # 2456327: got param theCnt 426107731968 and numThreads 16777216, nonce: 63374af60e (DEC: 426129421838
- [Device # 1] Hash Rate: 449 MH/s. Hash Count: 33353105408
- Device # 0 | Thread # 2456327: got param theCnt 426124509184 and numThreads 16777216, nonce: 63384af60e (DEC: 426146199054
- [Device # 0] Hash Rate: 472 MH/s. Hash Count: 67108864
- Device # 1 | Thread # 2456327: got param theCnt 426141286400 and numThreads 16777216, nonce: 63394af60e (DEC: 426162976270
- [Device # 1] Hash Rate: 449 MH/s. Hash Count: 33369882624
- Device # 0 | Thread # 2456327: got param theCnt 426158063616 and numThreads 16777216, nonce: 633a4af60e (DEC: 426179753486
- [Device # 0] Hash Rate: 473 MH/s. Hash Count: 83886080
- Device # 1 | Thread # 2456327: got param theCnt 426174840832 and numThreads 16777216, nonce: 633b4af60e (DEC: 426196530702
- [Device # 1] Hash Rate: 449 MH/s. Hash Count: 33386659840
- Device # 0 | Thread # 2456327: got param theCnt 426191618048 and numThreads 16777216, nonce: 633c4af60e (DEC: 426213307918
- [Device # 0] Hash Rate: 472 MH/s. Hash Count: 100663296
- Device # 1 | Thread # 2456327: got param theCnt 426208395264 and numThreads 16777216, nonce: 633d4af60e (DEC: 426230085134
- [Device # 1] Hash Rate: 449 MH/s. Hash Count: 33403437056
- Device # 0 | Thread # 2456327: got param theCnt 426225172480 and numThreads 16777216, nonce: 633e4af60e (DEC: 426246862350
- [Device # 0] Hash Rate: 471 MH/s. Hash Count: 117440512
- Device # 1 | Thread # 2456327: got param theCnt 426241949696 and numThreads 16777216, nonce: 633f4af60e (DEC: 426263639566
- [Device # 1] Hash Rate: 449 MH/s. Hash Count: 33420214272
- Device # 0 | Thread # 2456327: got param theCnt 426258726912 and numThreads 16777216, nonce: 63404af60e (DEC: 426280416782
- [Device # 0] Hash Rate: 472 MH/s. Hash Count: 134217728
- Device # 1 | Thread # 2456327: got param theCnt 426275504128 and numThreads 16777216, nonce: 63414af60e (DEC: 426297193998
- [Device # 1] Hash Rate: 449 MH/s. Hash Count: 33436991488
- Device # 0 | Thread # 2456327: got param theCnt 426292281344 and numThreads 16777216, nonce: 63424af60e (DEC: 426313971214
- [Device # 0] Hash Rate: 471 MH/s. Hash Count: 150994944
- Device # 1 | Thread # 2456327: got param theCnt 426309058560 and numThreads 16777216, nonce: 63434af60e (DEC: 426330748430
- [Device # 1] Hash Rate: 449 MH/s. Hash Count: 33453768704
- Device # 0 | Thread # 2456327: got param theCnt 426325835776 and numThreads 16777216, nonce: 63444af60e (DEC: 426347525646
- [Device # 0] Hash Rate: 471 MH/s. Hash Count: 167772160
- Device # 1 | Thread # 2456327: got param theCnt 426342612992 and numThreads 16777216, nonce: 63454af60e (DEC: 426364302862
- [Device # 1] Hash Rate: 449 MH/s. Hash Count: 33470545920
- Device # 0 | Thread # 2456327: got param theCnt 426359390208 and numThreads 16777216, nonce: 63464af60e (DEC: 426381080078
- [Device # 0] Hash Rate: 471 MH/s. Hash Count: 184549376
- Device # 1 | Thread # 2456327: got param theCnt 426376167424 and numThreads 16777216, nonce: 63474af60e (DEC: 426397857294
- [Device # 1] Hash Rate: 449 MH/s. Hash Count: 33487323136
- Device # 0 | Thread # 2456327: got param theCnt 426392944640 and numThreads 16777216, nonce: 63484af60e (DEC: 426414634510
- [Device # 0] Hash Rate: 471 MH/s. Hash Count: 201326592
- Device # 1 | Thread # 2456327: got param theCnt 426409721856 and numThreads 16777216, nonce: 63494af60e (DEC: 426431411726
- [Device # 1] Hash Rate: 449 MH/s. Hash Count: 33504100352
- Device # 0 | Thread # 2456327: got param theCnt 426426499072 and numThreads 16777216, nonce: 634a4af60e (DEC: 426448188942
- [Device # 0] Hash Rate: 471 MH/s. Hash Count: 218103808
- Device # 1 | Thread # 2456327: got param theCnt 426443276288 and numThreads 16777216, nonce: 634b4af60e (DEC: 426464966158
- [Device # 1] Hash Rate: 449 MH/s. Hash Count: 33520877568
- (CheckForSolutions... ) Solution detected in Networking code. :)
- ** In Comm_VerifySolutionOnCPU: device finding solution is 0.
- solution (about to verify on CPU):
- 03 00 00 00 00 00 00 00
- 58 b4 a6 33 16 24 77 30
- 63 00 00 00 2d 22 59 e1
- 70 3e 92 ca 39 9a 9b 9b
- Comm_VerifySolutionOnCPU():
- -str_solution = 030000000000000058b4a633a0b6e951530000002d2259e1703e92ca399a9b9b
- -str_hash_prefix = c920c867321bdd1111d49ea645296b5667afd6b8a8c9f6c177011948a45c03f7540d752a388b4fc1c9deeb1cd3716a2b7875d8a6
- performing keccak256 on hashprefix+solution ...
- message to keccak256() is ...c920c867321bdd1111d49ea645296b5667afd6b8a8c9f6c177011948a45c03f7540d752a388b4fc1c9deeb1cd3716a2b7875dDevice # 08 | Thread # 2456327a: got param theCnt 4264600535046 and numThreads 167772160, nonce: 634c4af60e3 (DEC: 4264817433740
- 000000000000058b4a633a0b6e951530000002d2259e1703e92ca399a9b9b
- [Device # 0] Hash Rate: 471 MH/s. Hash Count: 234881024
- sph-keccak result is 000000000f029c352031556f72f6541fa5ff72c98562eb133ff3781b3810746a
- mining target is 10000000000000000000000000000000000000000000000000000000
- comms_pool.cpp: digest -passed- CPU verification!
- ** In Comm_VerifySolutionOnCPU: device finding solution is 0.
- solution (about to verify on CPU):
- 03 00 00 00 00 00 00 00
- 58 b4 a6 33 16 24 77 30
- 63 00 00 00 2d 22 59 e1
- 70 3e 92 ca 39 9a 9b 9b
- Comm_VerifySolutionOnCPU():
- * from pool: 0x030000000000000058b4a633a0b6e951530000002d2259e1703e92ca399a9b9b
- -str_solution = 030000000000000058b4a633a0b6e951530000002d2259e1703e92ca399a9b9b
- -str_hash_prefix = c920c867321bdd1111d49ea645296b5667afd6b8a8c9f6c177011948a45c03f7540d752a388b4fc1c9deeb1cd3716a2b7875d8a6
- performing keccak256 on hashprefix+solution ...
- message to keccak256() is ...c920c867321bdDevice # 1d | Thread # 24563271: got param theCnt 4264768307201 and numThreads 167772161, nonce: 634d4af60e1 (DEC: 426498520590d
- 49ea645296b5667afd6b8a8c9f6c177011948a45c03f7540d752a388b4fc1c9deeb1cd3716a2b7875d8a6030000000000000058b4a633a0b6e951530000002d2259e1703e92ca399a9b9b
- [Device # 1] Hash Rate: 449 MH/s. Hash Count: 33537654784
- sph-keccak result is 000000000f029c352031556f72f6541fa5ff72c98562eb133ff3781b3810746a
- mining target is 10000000000000000000000000000000000000000000000000000000
- comms_pool.cpp: digest -passed- CPU verification!
- solution[0] (len:32) when accessed by Comm_SubmitSolutionToPool():
- 03 00 00 00 00 00 00 00
- 58 b4 a6 33 16 24 77 30
- 63 00 00 00 2d 22 59 e1
- 70 3e 92 ca 39 9a 9b 9b
- .......and gSolution which we were going to send:
- 03 00 00 00 00 00 00 00
- 58 b4 a6 33 16 24 77 30
- 63 00 00 00 2d 22 59 e1
- 70 3e 92 ca 39 9a 9b 9b
- ........done
- About to submit share. json: {"jsonrpc": "2.0", "method": "submitShare", "params":["0x030000000000000058b4a633a0b6e951530000002d2259e1703e92ca399a9b9b", "0x7C4AADEC857E13E4a5642B4041a2f36274fFE8ce", "0x000000000f029c352031556f72f6541fa5ff72c98562eb133ff3781b3810746a", 16384, "0xc920c867321bdd1111d49ea645296b5667afd6b8a8c9f6c177011948a45c03f7"], "id":"cosmic"}
- PoolRequest() called with param POOLREQUEST_SUBMITSHARE.
- ** another one:
- ***
- keccak(), on thread # 8675748, on cuda device # 0 thinks it's found a sol'n. :)
- !-- OTHER NOTE while finding solution: about to return `true` from keccak(), deviceNum is 0.
- nonce: 500448150344 or 748508c348(hex) ....
- bswap64 output of state[0] is: 4fc366d, d_target is 10000000.
- ***
- * keccak returned TRUE with theCnt: 500414021632, nonce: 748508c348 ! *
- ** find_message(): Device 0: Possible Solution Found **
- *h_message from the device is:
- 500448150344 or 748508c348 (expressed as 64-bit type)
- Expressed as byte array:
- 48, c3, 08, 85, 74, 00, 00, 00, .
- ... solution[0] (len:32) BEFORE copying in sol'n is:
- 03 00 00 00 00 00 00 00 58 b4 a6 33 16 24 77 30 63 00 00 00 2d 22 59 e1 70 3e 92 ca 39 9a 9b 9b --end.
- Copying into solution[0][length:32] starting at element 12...
- ... solution[0] (len:32) -after- copying in sol'n from h_message[0] is:
- 03 00 00 00 00 00 00 00 58 b4 a6 33 48 c3 08 85 74 00 00 00 2d 22 59 e1 70 3e 92 ca 39 9a 9b 9b --end.
- Setting gSolnFound to `true`. (TODO: sol'n queue)...
- [Device # 0] Hash Rate: 370 MH/s. Hash Count: 38201720832
- find_message() returning 'true'. NOT Re-setting h_message[0] to UINT64_MAX.
- In CUDA_Solve() for device 0: handle_kernels call returned 'true'
- In CUDA_Solve(), Device # 0: *h_message is != UINT64_MAX :)
- EnqueueSolution() from comms_pool.h (INW)
- Device # 1 | Thread # 2456327: got param theCnt 500430798848 and numThreads 16777216, nonce: 74854af60e (DEC: 500452488718
- [Device # 1] Hash Rate: 446 MH/s. Hash Count: 29662117888
- Device # 0 | Thread # 2456327: got param theCnt 500447576064 and numThreads 16777216, nonce: 74864af60e (DEC: 500469265934
- [Device # 0] Hash Rate: 479 MH/s. Hash Count: 16777216
- Device # 1 | Thread # 2456327: got param theCnt 500464353280 and numThreads 16777216, nonce: 74874af60e (DEC: 500486043150
- [Device # 1] Hash Rate: 446 MH/s. Hash Count: 29678895104
- Device # 0 | Thread # 2456327: got param theCnt 500481130496 and numThreads 16777216, nonce: 74884af60e (DEC: 500502820366
- [Device # 0] Hash Rate: 479 MH/s. Hash Count: 33554432
- Device # 1 | Thread # 2456327: got param theCnt 500497907712 and numThreads 16777216, nonce: 74894af60e (DEC: 500519597582
- [Device # 1] Hash Rate: 446 MH/s. Hash Count: 29695672320
- Device # 0 | Thread # 2456327: got param theCnt 500514684928 and numThreads 16777216, nonce: 748a4af60e (DEC: 500536374798
- [Device # 0] Hash Rate: 479 MH/s. Hash Count: 50331648
- Device # 1 | Thread # 2456327: got param theCnt 500531462144 and numThreads 16777216, nonce: 748b4af60e (DEC: 500553152014
- [Device # 1] Hash Rate: 446 MH/s. Hash Count: 29712449536
- Device # 0 | Thread # 2456327: got param theCnt 500548239360 and numThreads 16777216, nonce: 748c4af60e (DEC: 500569929230
- [Device # 0] Hash Rate: 475 MH/s. Hash Count: 67108864
- Device # 1 | Thread # 2456327: got param theCnt 500565016576 and numThreads 16777216, nonce: 748d4af60e (DEC: 500586706446
- [Device # 1] Hash Rate: 446 MH/s. Hash Count: 29729226752
- (CheckForSolutions... ) Solution detected in Networking code. :)
- ** In Comm_VerifySolutionOnCPU: device finding solution is 0.
- solution (about to verify on CPU):
- 03 00 00 00 00 00 00 00
- 58 b4 a6 33 48 c3 08 85
- 74 00 00 00 2d 22 59 e1
- 70 3e 92 ca 39 9a 9b 9b
- Comm_VerifySolutionOnCPU():
- -str_solution = 030000000000000058b4a633e4b94255660000002d2259e1703e92ca399a9b9b
- -str_hash_prefix = c920c867321bdd1111d49ea645296b5667afd6b8a8c9f6c177011948a45c03f7540d752a388b4fc1c9deeb1cd3716a2b7875d8a6
- performing keccak256 on hashprefix+solution ...
- message to keccak256() is ...c920c867321bdd1111d49ea645296b5667afd6b8a8c9f6c177011948a45c03f7540d752a388b4fc1c9deeb1cd3716a2b7875d8a6030000000000000058b4a633e4b94255660000002d2259e1703e92ca399a9b9b
- sph-keccak result is 000000000be708c02b171bcef3ffe2ad1ba4c28df81d59a1dbcc0029d9967f42
- mining target is 10000000000000000000000000000000000000000000000000000000
- comms_pool.cpp: digest -passed- CPU verification!
- ** In Comm_VerifySolutionOnCPU: device finding solution is 0.
- solution (about to verify on CPU):
- 03 00 00 00 00 00 00 00
- 58 b4 a6 33 48 c3 08 85
- 74 00 00 00 2d 22 59 e1
- 70 3e 92 ca 39 9a 9b 9b
- Comm_VerifySolutionOnCPU():
- * from pool: 0x030000000000000058b4a633e4b94255660000002d2259e1703e92ca399a9b9b
- -str_solution = 030000000000000058b4a633e4b94255660000002d2259e1703e92ca399a9b9b
- -str_hash_prefix = c920c867321bdd1111d49ea645296b5667afd6b8a8c9f6c177011948a45c03f7540d752a388b4fc1c9deeb1cd3716a2b7875d8a6
- performing keccak256 on hashprefix+solution ...
- message to keccak256() is ...c920c867321bdd1111d49ea645296b5667afd6b8a8c9f6c177011948a45c03f7540d752a388b4fc1c9deeb1cd3716a2b7875d8a603000000000000Device # 00 | Thread # 24563270: got param theCnt 5005817937925 and numThreads 167772168, nonce: 748e4af60eb (DEC: 5006034836624
- a633e4b94255660000002d2259e1703e92ca399a9b9b
- [Device # 0] Hash Rate: 473 MH/s. Hash Count: 83886080
- sph-keccak result is 000000000be708c02b171bcef3ffe2ad1ba4c28df81d59a1dbcc0029d9967f42
- mining target is 10000000000000000000000000000000000000000000000000000000
- comms_pool.cpp: digest -passed- CPU verification!
- solution[0] (len:32) when accessed by Comm_SubmitSolutionToPool():
- 03 00 00 00 00 00 00 00
- 58 b4 a6 33 48 c3 08 85
- 74 00 00 00 2d 22 59 e1
- 70 3e 92 ca 39 9a 9b 9b
- .......and gSolution which we were going to send:
- 03 00 00 00 00 00 00 00
- 58 b4 a6 33 48 c3 08 85
- 74 00 00 00 2d 22 59 e1
- 70 3e 92 ca 39 9a 9b 9b
- ........done
- About to submit share. json: {"jsonrpc": "2.0", "method": "submitShare", "params":["0x030000000000000058b4a633e4b94255660000002d2259e1703e92ca399a9b9b", "0x7C4AADEC857E13E4a5642B4041a2f36274fFE8ce", "0x000000000be708c02b171bcef3ffe2ad1ba4c28df81d59a1dbcc0029d9967f42", 16384, "0xc920c867321bdd1111d49ea645296b5667afd6b8a8c9f6c177011948a45c03f7"], "id":"cosmic"}
- PoolRequest() called with param POOLREQUEST_SUBMITSHARE.
Advertisement
Add Comment
Please, Sign In to add comment