What Amd drivers do I need to mine Groestl coin? I use 16.9.1 and 15.12.
For some reason I can not start mining. I use sgminer5-grs. Should I use an older sgminer version? (I did not mine last 2 years so I have pretty old cards: I mine with 8 x 7950 cards. 1 x r9 280 and 1 x rx480)
Or is there something wrong in my .bat or .conf file?
This is my bat file (for the 7950 and r9 280 cards):
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
sgminer --kernel groestlcoin -o stratum+tcp://erebor.dwarfpool.com:3345 -u private -p 1 --thread-concurrency 8192 -I 20 --worksize 256 -g 1 --gpu-engine 1100 --gpu-memclock 1500
This is my .conf file (for the 7950 and r9 280 cards)
{
"pools" : [
{
"url" : "stratum+tcp://erebor.dwarfpool.com:3345",
"user" : “private”,
"pass" : “1”
},
{
"url" : "stratum+tcp://erebor.dwarfpool.com:3345",
"user" : “private”,
"pass" : “1” }
],
"
kernel" : “groestlcoin”
"intensity" : “20”,
"thread-concurrency" : “8192”,
"lookup-gap" : “2",
"worksize" : “256",
"gpu-engine" : “1100",
"gpu-fan" : “0-85”,
"gpu-memclock" : “1500”,
"gpu-threads" : “2",
"gpu-powertune" : “20”,
"temp-cutoff" : “83",
"temp-overheat" : “80",
"temp-target" : “70",
"
auto-fan" : true,
"auto-gpu" : true,
"expiry" : "120",
"failover-only" : true,
"log" : "5",
"queue" : "4",
"scan-time" : "40",
"temp-hysteresis" : "3",
"no-submit-stale" : true
What are the values for an rx 480 card btw?