Hello!
I have the version of Grin-Miner version 1.0.2 (git v1.0.2-14-g143db3b), built for x86_64-unknown-linux-gnu by rustc 1.33.0 (2aa4c46cf 2019-02-28). I’m running on Debian GNU/Linux 9.8 (stretch).
I’m running on a computer with 4 GPUs, each with about 15 GB of memory. I’m therefore running the Cuckatoo31 algorithm. This is giving me about 12 GPS in total. I’m using the nicehash mining pool to mine, as described here: https://www.nicehash.com/algorithm/grincuckatoo31
However, after about 12 hours, I see nothing in the log files or on the nicehash interface with either rejected or accepted shares. Why do I see no accepted or rejected shares at this point?
Here’s some parts of the mining output (bits redacted) that was logged about 10 minutes after starting the process:
Mar 06 18:24:14.100 INFO Mining: Cuck(at)oo at 12.060275270280519 gps (graphs per second)
Mar 06 18:24:15.001 DEBG Received message: {"id":"0","jsonrpc":"2.0","method":"job","params":{"difficulty":8,"height":3018,"job_id":1917665189930,"pre_pow":"00010000000000000bca000000005c80104d00121c6e0afc2287b4edae17d917add9ab83bf6ecc79f60926ee0c7212e5df9567a5636e197b833f9cf4ffd13ca4324e3080828375497bbfa23268df43c31bbdaeee65b0f46b848623379c0935537ed4fc77778b2e1fd2cda394fc45532a020d8f5f4d2bc4ff54c93f8e2513cc789b82c029b314a88153e03f626ee9e33edd7660a55cad19de9af79c9888dda0f38d26391d9a00bc69621a321e60cbb7dfda920000000000000000000000000000000000000000000000000000000000000000000000000000178e000000000000178e0000000a7c879d5600302974","xn":"0091","cleanjob":true}}
[...]
Mar 06 18:30:50.083 INFO Mining: Cuck(at)oo at 12.088301131365798 gps (graphs per second)
Mar 06 18:30:53.085 DEBG Mining: Plugin 0 - Device 0 (...) at Cuck(at)oo31 - Status: OK : Last Graph time: 0.293413449s; Graphs per second: 3.408 - Total Attempts: 2654
Mar 06 18:30:53.086 DEBG Mining: Plugin 1 - Device 1 (...) at Cuck(at)oo31 - Status: OK : Last Graph time: 0.343349107s; Graphs per second: 2.912 - Total Attempts: 2286
Mar 06 18:30:53.086 DEBG Mining: Plugin 2 - Device 2 (...) at Cuck(at)oo31 - Status: OK : Last Graph time: 0.34038395s; Graphs per second: 2.938 - Total Attempts: 2283
Mar 06 18:30:53.086 DEBG Mining: Plugin 3 - Device 3 (...) at Cuck(at)oo31 - Status: OK : Last Graph time: 0.349973934s; Graphs per second: 2.857 - Total Attempts: 2235
Here are some parts of the toml file:
[[mining.miner_plugin_config]]
plugin_name = "cuckatoo_mean_cuda_rtx_31"
[mining.miner_plugin_config.parameters]
device = 0
expand = 1
cpuload = 1
ntrims = 176
genablocks = 4096
genatpb = 128
genbtpb = 128
trimtpb = 512
tailtpb = 1024
recoverblocks = 1024
recovertpb = 1024
[[mining.miner_plugin_config]]
plugin_name = "cuckatoo_mean_cuda_rtx_31"
[mining.miner_plugin_config.parameters]
device = 1
[[mining.miner_plugin_config]]
plugin_name = "cuckatoo_mean_cuda_rtx_31"
[mining.miner_plugin_config.parameters]
device = 2
[[mining.miner_plugin_config]]
plugin_name = "cuckatoo_mean_cuda_rtx_31"
[mining.miner_plugin_config.parameters]
device = 3