andru-kun / wildrig-multi

multi algo miner for AMD, NVIDIA and Intel gpu's
254 stars 51 forks source link

ghostrider not working properly on AMD RX 5700 XT #71

Closed Fantastic-Dave closed 3 years ago

Fantastic-Dave commented 3 years ago

i have a rx 5700 xt i just ran the example batch to mine RTM to your dev fund on rplant pool. i keep getting lots of errors such as image

and

image

andru-kun commented 3 years ago

Looks like your gpu is crashing because of OC profile or voltage

Fantastic-Dave commented 3 years ago

image its not overclocked

andru-kun commented 3 years ago

hmm, what version of driver is it exactly? On Windows there is no 21.30 or something like that...

Fantastic-Dave commented 3 years ago

image

Fantastic-Dave commented 3 years ago

im gonna install the latest driver and see if that fixes it

Fantastic-Dave commented 3 years ago

i just updated to driver version 21.10.4 on windows 11. that didnt fix it.

andru-kun commented 3 years ago

You run just start-raptoreum.bat?

andru-kun commented 3 years ago

Can you show what it shows you at start?

dastardlyman12 commented 3 years ago

fantastic dave - try running the core of the 5700 much slower. i use a lot of 5700s for mining but they are all at 1250 ish core and at 840mv or less core volts. your settings are at best very inefficient IMO and at worse it could be the actual problem here . . . .

Fantastic-Dave commented 3 years ago

this is the log.

wildrig-raptorium-5700xt.log

andru-kun commented 3 years ago

this is the log.

wildrig-raptorium-5700xt.log

pretty strange. Can you please set lower core clock? My PowerColor 5700XT's do only 1905Mhz in Boost Mode, yours 2049 is too damn high in comparison. Try at least 1650Mhz, this is a Base clock.

Fantastic-Dave commented 3 years ago

ok these are the settings and log from said settings. image

wildrig-raptorium-5700xt.log

commandline: wildrig.exe --print-full --algo ghostrider --url stratum+tcp://stratum-eu.rplant.xyz:7056 --user RUWqxPjtuh8VP2sYUGLApAZrkMwxbZivfR --pass x > wildrig-raptorium-5700xt.log

andru-kun commented 3 years ago

hmm, can you please try also with drivers 20.12.1?

andru-kun commented 3 years ago

Oh, damn... probably I know the reason %) Wait a sec.

andru-kun commented 3 years ago

Please run setx GPU_MAX_WORKGROUP_SIZE 256

or put before anything in your bat-file set GPU_MAX_WORKGROUP_SIZE 256

after this worksize in miner should be 256/256 instead of 256/1024

Fantastic-Dave commented 3 years ago

when i tried 256 it displayed worksize: 0/256 and did nothing so i experimented... i tested it with setx GPU_MAX_WORKGROUP_SIZE 2048 and that worked!

image