hi guys i wanna mine vsx coin with sgminer all of my cards are amd and i set config file and start batch file but i got error from sgminer
failed to init gpu thread 0 disabling device 0
restarting gpu from the menu will not fix this
recheck your configuration and try restarting
whats the problem?
First, you need to download sgminer xevan 5.5.0 as other sgminer versions will not work
use below link:
https://github.com/LIMXTEC/Xevan-GPU-Miner/releases/download/1/sgminer-xevan-5.5.0-nicehash-1-windows-amd64.zipThen you want your .bat file to look similar to the one below. It works for my AMD cards
setx GPU_MAX_ALLOC_PERCENT 100
sgminer.exe --url stratum+tcp://sopool.us:3739 --algorithm xevan-mod -u -p c=vsx -I 21
pause
If it has problems loading, you may have to remove -mod from xevan-mod
Hope this helps.