todxx / teamredminer

AMD GPU Optimized Cryptocurrency Miner
956 stars 203 forks source link

Cryptonight - Autotunning - RX 570 4GB - AMDGPU 20.30 - teamredminer v0.10.0 - Ubuntu Server 20.04.4 LTS - Invalid shares - (GPU0) Error code: -1 - Rejected share: invalid result #614

Open blackmennewstyle opened 2 years ago

blackmennewstyle commented 2 years ago

Hello,

Mining rig

GPU: Asus Strix RX 570 4GB
AMDGPU 20.30
Ubuntu Server 20.04.4 LTS
Kernel GNU/Linux 5.4.0-54-generic

I'm trying the autotunning feature with teamredminer v0.10.0 and i'm getting a lot of rejecting shares. Is it normal?

sudo /home/ceedii/teamredminer-v0.10.0-linux/teamredminer --api_listen=192.168.0.30:4441 -a cnr --log_file=autotune_full_log.txt -o stratum+ssl://sg.conceal.herominers.com:1115 -u <hidden_wallet> -p pandora -d 0 --auto_tune=SCAN --auto_tune_runs=6 --auto_tune_exit

[2022-05-28 03:14:14] Pool sg.conceal.herominers.com reached max allowed rejected shares (6 >= 5). Reconnecting.
[2022-05-28 03:14:14] Pool sg.conceal.herominers.com connecting to address 168.119.69.50.
[2022-05-28 03:14:14] Pool sg.conceal.herominers.com successfully connected to address 168.119.69.50.
[2022-05-28 03:14:14] Pool sg.conceal.herominers.com login succeeded.(212 ms)
[2022-05-28 03:14:14] Pool sg.conceal.herominers.com received new job. (job_id: 546653009876015)
[2022-05-28 03:14:14] Pool sg.conceal.herominers.com set difficulty to 10000
[2022-05-28 03:14:15] ------------------------------------------------------------------------------------------------
[2022-05-28 03:14:15] Auto-Tuning Status Report for 1 GPU workers
[2022-05-28 03:14:15] 
[2022-05-28 03:14:15] GPU 0 (  2.36% done)
[2022-05-28 03:14:15]   Best Config 1:    8+7:BAB ->   985.1 h/s
[2022-05-28 03:14:15]   Best Config 2:    8+7:AAB ->   981.3 h/s
[2022-05-28 03:14:15]   Best Config 3:    8+7:AAB ->   981.0 h/s
[2022-05-28 03:14:15]   Best Config 4:    8-7:AAA ->   980.5 h/s
[2022-05-28 03:14:15]   Best Config 5:    8+7:BAB ->   980.4 h/s
[2022-05-28 03:14:17] Auto-Tune GPU 0   2.50% done    8+7:DAB ->   851.5 h/s, best found is    8+7:BAB ->   985.1 h/s.
[2022-05-28 03:14:25] Pool sg.conceal.herominers.com share rejected. (GPU0) Error code: -1 - Rejected share: invalid result (a:0 r:65u) (312 ms)
[2022-05-28 03:14:44] ------------------------------------------------------------------------------------------------
[2022-05-28 03:14:44] Mining cnr with 1 GPU workers
[2022-05-28 03:14:44] GPU PCIe      CUs CoreMHz SocMHz MemMHz TEdge TJct  TMem  FanPct  FanRpm  VDDC   Power  CN Config
[2022-05-28 03:14:44] 0   08:00.0   32  1200    0      2000   44C    0C    0C   60.00%     0    875 mV  67 W  8+7:EAA
[2022-05-28 03:14:44] 
[2022-05-28 03:14:44] Stats Uptime: 0 days, 00:11:31
[2022-05-28 03:14:44] ----------------------------------------- GPU Status -------------------------------------------
[2022-05-28 03:14:44] GPU  0 [44C, fan 60%]      cnr: 914.9 h/s, avg 945.9 h/s, pool 0.000 h/s a:0 r:65 hw:0
[2022-05-28 03:14:44] Total                      cnr: 914.9 h/s, avg 945.9 h/s, pool 0.000 h/s a:0 r:65
[2022-05-28 03:14:44] ----------------------------------------- Pool Status ------------------------------------------
[2022-05-28 03:14:44] sg.conceal.herominers.com  cnr: 1.011kh/s, avg 977.8 h/s, pool 0.000 h/s a:0 r:65
[2022-05-28 03:14:44] ------------------------------------------------------------------------------------------------

Is it normal? Am i doing anything wrong?

blackmennewstyle commented 2 years ago

I changed the algorithm option but still the same behavior.

sudo /home/ceedii/teamredminer-v0.10.0-linux/teamredminer --api_listen=192.168.0.30:4441 -a cn_conceal --log_file=autotune_full_log.txt -o stratum+ssl://sg.conceal.herominers.com:1115 -u <hidden_wallet> -p pandora -d 0 --auto_tune=SCAN --auto_tune_runs=6 --auto_tune_exit

          Team Red Miner version 0.10.0
[2022-05-28 03:28:13] Auto-detected AMD OpenCL platform 0
[2022-05-28 03:28:13] Initializing GPU 0.
[2022-05-28 03:28:13] Successfully initialized GPU 0: Polaris with 32 CU (PCIe 08:00.0) (CN 8+7:AAA)
[2022-05-28 03:28:13] Watchdog thread starting.
[2022-05-28 03:28:13] Runtime Command Keys: h - help, s - stats, e - enable gpu, d - disable gpu, t - tuning mode, q - quit
[2022-05-28 03:28:13] API initialized on 192.168.0.30:4441
[2022-05-28 03:28:13] Pool sg.conceal.herominers.com connecting to address 168.119.69.50.
[2022-05-28 03:28:14] Pool sg.conceal.herominers.com successfully connected to address 168.119.69.50.
[2022-05-28 03:28:14] Dev pool connected and ready.
[2022-05-28 03:28:14] Pool sg.conceal.herominers.com login succeeded.(210 ms)
[2022-05-28 03:28:14] Pool sg.conceal.herominers.com received new job. (job_id: 188553056864769)
[2022-05-28 03:28:14] Pool sg.conceal.herominers.com set difficulty to 10000
[2022-05-28 03:28:14] CN Config Auto-Tuner starting for 1 gpu workers.
[2022-05-28 03:28:16] Miner load at 47%, hashrates are not at max speed yet.
[2022-05-28 03:28:19] Pool sg.conceal.herominers.com share rejected. (GPU0) Error code: -1 - Rejected share: invalid result (a:0 r:1u) (351 ms)
[2022-05-28 03:28:19] Miner load at 95%, hashrates are not at max speed yet.
[2022-05-28 03:28:19] Pool sg.conceal.herominers.com share rejected. (GPU0) Error code: -1 - Rejected share: invalid result (a:0 r:2u) (308 ms)
[2022-05-28 03:28:22] Pool sg.conceal.herominers.com share rejected. (GPU0) Error code: -1 - Rejected share: invalid result (a:0 r:3u) (305 ms)
[2022-05-28 03:28:22] Miner load at 100%, initial ramp-up completed.
[2022-05-28 03:28:28] Pool sg.conceal.herominers.com share rejected. (GPU0) Error code: -1 - Rejected share: invalid result (a:0 r:4u) (305 ms)
[2022-05-28 03:28:29] Pool sg.conceal.herominers.com share rejected. (GPU0) Error code: -1 - Rejected share: invalid result (a:0 r:5u) (306 ms)
[2022-05-28 03:28:31] Pool sg.conceal.herominers.com share rejected. (GPU0) Error code: -1 - Rejected share: invalid result (a:0 r:6u) (299 ms)
[2022-05-28 03:28:33] Pool sg.conceal.herominers.com reached max allowed rejected shares (6 >= 5). Reconnecting.
[2022-05-28 03:28:33] Pool sg.conceal.herominers.com connecting to address 168.119.69.50.
[2022-05-28 03:28:34] Pool sg.conceal.herominers.com successfully connected to address 168.119.69.50.
[2022-05-28 03:28:34] Pool sg.conceal.herominers.com login succeeded.(206 ms)
[2022-05-28 03:28:34] Pool sg.conceal.herominers.com received new job. (job_id: 998014875007430)
[2022-05-28 03:28:34] Pool sg.conceal.herominers.com set difficulty to 10000
[2022-05-28 03:28:36] Pool sg.conceal.herominers.com share rejected. (GPU0) Error code: -1 - Rejected share: invalid result (a:0 r:7u) (300 ms)
[2022-05-28 03:28:40] Auto-Tune GPU 0   0.14% done    8-7:AAA ->  1740.4 h/s, best found is    8-7:AAA ->  1740.4 h/s.
[2022-05-28 03:28:42] Pool sg.conceal.herominers.com share rejected. (GPU0) Error code: -1 - Rejected share: invalid result (a:0 r:8u) (302 ms)
[2022-05-28 03:28:43] ------------------------------------------------------------------------------------------------
[2022-05-28 03:28:43] Mining cn_conceal with 1 GPU workers
[2022-05-28 03:28:43] GPU PCIe      CUs CoreMHz SocMHz MemMHz TEdge TJct  TMem  FanPct  FanRpm  VDDC   Power  CN Config
[2022-05-28 03:28:43] 0   08:00.0   32  1200    0      2000   42C    0C    0C   54.90%     0    875 mV  62 W  8+7:BAA
[2022-05-28 03:28:43] 
[2022-05-28 03:28:43] Stats Uptime: 0 days, 00:00:30
[2022-05-28 03:28:43] ----------------------------------------- GPU Status -------------------------------------------
[2022-05-28 03:28:43] GPU  0 [42C, fan 54%]      cn_conceal: 1.761kh/s, avg 1.732kh/s, pool 0.000 h/s a:0 r:8 hw:0
[2022-05-28 03:28:43] Total                      cn_conceal: 1.761kh/s, avg 1.732kh/s, pool 0.000 h/s a:0 r:8
[2022-05-28 03:28:43] ----------------------------------------- Pool Status ------------------------------------------
[2022-05-28 03:28:43] sg.conceal.herominers.com  cn_conceal: 1.883kh/s, avg 1.864kh/s, pool 0.000 h/s a:0 r:8
[2022-05-28 03:28:43] ------------------------------------------------------------------------------------------------
[2022-05-28 03:28:46] Pool sg.conceal.herominers.com share rejected. (GPU0) Error code: -1 - Rejected share: invalid result (a:0 r:9u) (301 ms)
[2022-05-28 03:28:56] Pool sg.conceal.herominers.com share rejected. (GPU0) Error code: -1 - Rejected share: invalid result (a:0 r:10u) (305 ms)
[2022-05-28 03:29:01] Pool sg.conceal.herominers.com share rejected. (GPU0) Error code: -1 - Rejected share: invalid result (a:0 r:11u) (304 ms)
[2022-05-28 03:29:01] Pool sg.conceal.herominers.com share rejected. (GPU0) Error code: -1 - Rejected share: invalid result (a:0 r:12u) (382 ms)
[2022-05-28 03:29:01] Pool sg.conceal.herominers.com share rejected. (GPU0) Error code: -1 - Rejected share: invalid result (a:0 r:13u) (298 ms)
[2022-05-28 03:29:02] Auto-Tune GPU 0   0.42% done    8+7:BAA ->  1931.7 h/s, best found is    8+7:BAA ->  1931.7 h/s.
[2022-05-28 03:29:03] Pool sg.conceal.herominers.com reached max allowed rejected shares (7 >= 5). Reconnecting.
[2022-05-28 03:29:03] Pool sg.conceal.herominers.com connecting to address 168.119.69.50.
blackmennewstyle commented 2 years ago

Oh my bad, apparently Conceal is now using CryptonightGPU, which does not seem to be supported by TeamRedMiner...