mimblewimble / grin-miner

Standalone miner for grin
Apache License 2.0
296 stars 153 forks source link

no shares to stratum server #241

Closed jorgeelmundoso closed 4 years ago

jorgeelmundoso commented 4 years ago

For some reason my worker is unable to send shares to grin-mint.

I already talked to grin-mint support they think the problem is on my site.

i am running grin-miner with following config:

# currently requires 6GB GPU memory
[[mining.miner_plugin_config]]
plugin_name = "cuckaroom_cuda_29"
# or, prior to 2nd hardfork: plugin_name = "cuckarood_cuda_29"
[mining.miner_plugin_config.parameters]
device = 0
cpuload = 0
ntrims = 399
# or, prior to 2nd hardfork: ntrims = 31
genablocks = 1024
recoverblocks = 2048
recovertpb = 256

here is a example from the log

Jan 21 14:06:55.004 DEBG Received response with id: 0
Jan 21 14:06:55.004 INFO Status for worker miner - Height: 531925, Difficulty: 4, (0/0/0)
Jan 21 14:06:57.034 DEBG Mining: Plugin 0 - Device 0 (GeForce GTX 1080 Ti) at Cuckarood29 - Status: OK : Last Graph time: 0.277609039s; Graphs per second: 3.602 - Total Attempts: 887
Jan 21 14:06:57.034 INFO Mining: Cucka*oo* at 3.6021881837932517 gps (graphs per second)
Jan 21 14:07:00.037 DEBG Mining: Plugin 0 - Device 0 (GeForce GTX 1080 Ti) at Cuckarood29 - Status: OK : Last Graph time: 0.278769674s; Graphs per second: 3.587 - Total Attempts: 898
Jan 21 14:07:00.037 INFO Mining: Cucka*oo* at 3.587190764516229 gps (graphs per second)
Jan 21 14:07:01.007 DEBG Received message: {"id":"Stratum","jsonrpc":"2.0","method":"job","params":{"height":531926,"job_id":0,"difficulty":4,"pre_pow":"00030000000000081dd6000000005e27058300000441b9b9c7dddb438f2f009a43348db2539b2275ac087b639e0820ef4ebe1c8990dc06b59e36347dabb27821b98a93aa78ff73082a9e43259fac623423948701a7f2d595a669ff4a6432705f75f36efcba4c50a0c441b1ea5566a098b560ee666e37be143110a320514f6252654e8c630b34550bce57fa034c13908b319a1f3e1218913719cfd5b6f681e075006da410560286722c5aca5931daf8cd9ee809eec173f777af2f4262eb22faeb258708e542edc1ae458d642596d2a36402f0000000000055b05b00000000002f2c60000534de5173ed7c000008a9"}}

Jan 21 14:07:01.008 DEBG Received request type: job
Jan 21 14:07:01.008 INFO Got a new job: JobTemplate { height: 531926, job_id: 0, difficulty: 4, pre_pow: "00030000000000081dd6000000005e27058300000441b9b9c7dddb438f2f009a43348db2539b2275ac087b639e0820ef4ebe1c8990dc06b59e36347dabb27821b98a93aa78ff73082a9e43259fac623423948701a7f2d595a669ff4a6432705f75f36efcba4c50a0c441b1ea5566a098b560ee666e37be143110a320514f6252654e8c630b34550bce57fa034c13908b319a1f3e1218913719cfd5b6f681e075006da410560286722c5aca5931daf8cd9ee809eec173f777af2f4262eb22faeb258708e542edc1ae458d642596d2a36402f0000000000055b05b00000000002f2c60000534de5173ed7c000008a9" }
Jan 21 14:07:01.038 DEBG Miner received message: ReceivedJob(531926, 0, 4, "00030000000000081dd6000000005e27058300000441b9b9c7dddb438f2f009a43348db2539b2275ac087b639e0820ef4ebe1c8990dc06b59e36347dabb27821b98a93aa78ff73082a9e43259fac623423948701a7f2d595a669ff4a6432705f75f36efcba4c50a0c441b1ea5566a098b560ee666e37be143110a320514f6252654e8c630b34550bce57fa034c13908b319a1f3e1218913719cfd5b6f681e075006da410560286722c5aca5931daf8cd9ee809eec173f777af2f4262eb22faeb258708e542edc1ae458d642596d2a36402f0000000000055b05b00000000002f2c60000534de5173ed7c000008a9")
Jan 21 14:07:01.038 DEBG Pause message sent
Jan 21 14:07:01.038 DEBG Resume message sent
Jan 21 14:07:01.063 DEBG solver_thread - solver_loop_rx got msg: Pause
Jan 21 14:07:01.063 DEBG solver_thread - solver_loop_rx got msg: Resume
Jan 21 14:07:03.040 DEBG Mining: Plugin 0 - Device 0 (GeForce GTX 1080 Ti) at Cuckarood29 - Status: OK : Last Graph time: 0.275028233s; Graphs per second: 3.636 - Total Attempts: 909
Jan 21 14:07:03.040 INFO Mining: Cucka*oo* at 3.6359903457620657 gps (graphs per second)
Jan 21 14:07:06.044 DEBG Mining: Plugin 0 - Device 0 (GeForce GTX 1080 Ti) at Cuckarood29 - Status: OK : Last Graph time: 0.27681173s; Graphs per second: 3.613 - Total Attempts: 919
Jan 21 14:07:06.044 INFO Mining: Cucka*oo* at 3.612563672789445 gps (graphs per second)
Jan 21 14:07:09.047 DEBG Mining: Plugin 0 - Device 0 (GeForce GTX 1080 Ti) at Cuckarood29 - Status: OK : Last Graph time: 0.279896458s; Graphs per second: 3.573 - Total Attempts: 930
Jan 21 14:07:09.047 INFO Mining: Cucka*oo* at 3.572749748766024 gps (graphs per second)
Jan 21 14:07:12.050 DEBG Mining: Plugin 0 - Device 0 (GeForce GTX 1080 Ti) at Cuckarood29 - Status: OK : Last Graph time: 0.277507389s; Graphs per second: 3.604 - Total Attempts: 941
Jan 21 14:07:12.050 INFO Mining: Cucka*oo* at 3.6035076529079375 gps (graphs per second)
Jan 21 14:07:15.005 DEBG Received message: {"id":"Stratum","jsonrpc":"2.0","method":"job","params":{"height":531926,"job_id":1,"difficulty":4,"pre_pow":"00030000000000081dd6000000005e27059200000441b9b9c7dddb438f2f009a43348db2539b2275ac087b639e0820ef4ebe1c8990dc06b59e36347dabb27821b98a93aa78ff73082a9e43259fac623423948701a7f2d595a669ff4a6432705f75f36efcba4c50a0c441b1ea5566a098b560ee666e37be143110a320514f6252654e8c630b34550bce57fa034c13908b319ad34f7b4d66af459ee6678d436f4ed3ce3e755dc029ece9242424dbe729309cf709eec173f777af2f4262eb22faeb258708e542edc1ae458d642596d2a36402f0000000000055b05b00000000002f2c60000534de5173ed7c000008a9"}}
jorgeelmundoso commented 4 years ago

After comparing the logs with older logs i think i found the reason, the new logs are never having any FoundSolution entry.

Any idea why that might be the case. Graph time looks ok.

quentinlesceller commented 4 years ago

Closing due to lack of activity. Feel free to reopen another issue if this is still relevant.