vertcoin-project / one-click-miner-vnext

One Click Miner for Vertcoin
https://vertcoin.org/
MIT License
186 stars 138 forks source link

Failure to config verthashMiner.exe exit status 3221225781 / W-7 dual GPU HD 5970 2GB card #506

Closed solar1pv closed 2 years ago

solar1pv commented 2 years ago
I am using Windows 7 64 bit with two HD 5970 dual GPU graphics cards that have 2 GB memory each. I expected Vertcoin to work and start mining Failure to config verthashMiner.exe exit status 3221225781 ![image](https://user-images.githubusercontent.com/106138848/169965910-998c7256-f142-4a2d-bbb7-d51d80bdbd0e.png) everytime we start vertcoin; OCM v2.0 218788a https://vertcoin.org/ Windows 7 64 bit / GPU HD 5970 running crossfire
KforG commented 2 years ago

As far as my research goes, each card does have 2 GB VRAM each but each GPU manages only 1 GB.

It appears to me that the other GPU cannot access the other GPUs VRAM. Meaning that the Verthash datafile cannot be stored within the VRAM of each GPU.

solar1pv commented 2 years ago

Thank you.