CryptoGraphics / VerthashMiner

GPU miner for the Verthash algorithm
GNU General Public License v3.0
76 stars 38 forks source link

Failed to create a verthash data buffer / only 2 of 8 devices (random) are running #22

Closed marlonbtc7 closed 3 years ago

marlonbtc7 commented 3 years ago

I've a reccurring problem to get my rig (8x GTX 1060) running. Each device runs alone; two selected run as a pair, if I add a third device only one or two run (total random); the missed one shows the error:
"Failed to create a verthash data buffer. error code: 2"

That excerpt show the issue.. always the same (random choose of device), even i use a virtual device (two work, a third interrupts the party) " [2021-02-11 14:16:43] INFO 3 miner threads started, using Verthash algorithm. [2021-02-11 14:16:43] INFO Starting Stratum on stratum+tcp://vtconline.org:9171 [2021-02-11 14:16:43] INFO Stratum difficulty set to 1 [2021-02-11 14:16:43] ERROR cu_device(0):Failed to create a verthash data buffer. error code: 2 [2021-02-11 14:16:43] INFO Exiting worker thread id(0)... [2021-02-11 14:16:43] ERROR cu_device(1):Failed to create a verthash data buffer. error code: 2 [2021-02-11 14:16:43] INFO Exiting worker thread id(1)... [2021-02-11 14:16:43] INFO Verthash block: 1507307 [2021-02-11 14:16:43] INFO Stratum difficulty set to 1 [2021-02-11 14:16:43] INFO Verthash block: 1507307 [2021-02-11 14:16:46] INFO Stratum difficulty set to 1 [2021-02-11 14:16:46] INFO Verthash block: 1507307 [2021-02-11 14:16:46] INFO cu_device(2): WorkSize has been set to: 262144

CryptoGraphics commented 3 years ago

Failed to create a verthash data buffer means that the are not enough GPU memory. Your WorkSize parameter is very high for GTX 1060 3GB. Try to lower it or use a new "Adaptive Batch Size" feature(implemented in v0.7.0.)