trexminer / T-Rex

T-Rex NVIDIA GPU miner with web control monitoring page
2.64k stars 438 forks source link

Dual mining not work on 3080ti #706

Closed solorush closed 3 years ago

solorush commented 3 years ago

report "TREX: Can't find nonce with device [ID=0, GPU #0], cuda exception: CUDA_ERROR_OUT_OF_MEMORY":

20211011 09:39:07 T-Rex NVIDIA GPU miner v0.24.2 - [Windows] 20211011 09:39:07 r.66f25c328d28 20211011 09:39:07 20211011 09:39:07 20211011 09:39:07 NVIDIA Driver v471.96 20211011 09:39:07 20211011 09:39:07 + GPU #0: [00:01.0] GeForce RTX 3080 Ti, 12288 MB 20211011 09:39:07 20211011 09:39:07 WARN: DevFee 2% (ethash/autolykos2) 20211011 09:39:07 20211011 09:39:07 Pools for ethash: 20211011 09:39:07 URL : stratum+tcp://asia2.ethermine.org:4444 20211011 09:39:07 USER: xxxxxxxxxxxxxxxx 20211011 09:39:07 PASS: x 20211011 09:39:07 WRK : rig0 20211011 09:39:07 20211011 09:39:07 Pools for autolykos2: 20211011 09:39:07 URL : stratum+tcp://ergo-pool.beepool.org:9545 20211011 09:39:07 USER: xxxxxxxxxxxxxxxx 20211011 09:39:07 PASS: x 20211011 09:39:07 WRK : rig0 20211011 09:39:07 20211011 09:39:07 Starting on: asia2.ethermine.org:4444 20211011 09:39:07 Starting on: ergo-pool.beepool.org:9545 20211011 09:39:07 ApiServer: HTTP server started on 127.0.0.1:4067 20211011 09:39:07 --------------------------------------------------- 20211011 09:39:07 For control navigate to: http://127.0.0.1:4067/trex 20211011 09:39:07 --------------------------------------------------- 20211011 09:39:07 GPU #0: intensity 22.3 20211011 09:39:07 conn2: Extranonce is set to: 1a54c3 20211011 09:39:07 conn2: Authorizing... 20211011 09:39:07 conn2: Authorized successfully. 20211011 09:39:07 conn2: autolykos2 block: 595163, diff: 8.00 G 20211011 09:39:08 conn1: Using protocol: stratum1. 20211011 09:39:08 conn1: Authorizing... 20211011 09:39:08 conn1: Authorized successfully. 20211011 09:39:08 conn1: ethash epoch: 446, block: 13394442, diff: 4.29 G 20211011 09:39:10 TREX: Can't find nonce with device [ID=0, GPU #0], cuda exception: CUDA_ERROR_OUT_OF_MEMORY 20211011 09:39:10 WARN: Miner is going to shutdown... 20211011 09:39:10 Main loop finished. Cleaning up resources...

nvidia-smi: +-----------------------------------------------------------------------------+ | NVIDIA-SMI 471.96 Driver Version: 471.96 CUDA Version: 11.4 | |-------------------------------+----------------------+----------------------+ | GPU Name TCC/WDDM | Bus-Id Disp.A | Volatile Uncorr. ECC | | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | | | | MIG M. | |===============================+======================+======================| | 0 NVIDIA GeForce ... WDDM | 00000000:01:00.0 Off | N/A | | 65% 35C P3 67W / 297W | 180MiB / 12288MiB | 0% Default | | | | N/A | +-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+ | Processes: | | GPU GI CI PID Type Process name GPU Memory | | ID ID Usage | |=============================================================================| | No running processes found | +-----------------------------------------------------------------------------+

trexminer commented 3 years ago

Try increasing virtual memory size

jasdjensen commented 3 years ago

If you have less memory than is needed for the two DAGs, it wont work. I have a 3070 LHR and wanted to do ETH + RVN, but the two DAG files equal more than 8gb so I can't.

solorush commented 3 years ago

Try increasing virtual memory size

It works!!! Thank you very much!