hey everyone im new to SIGT and SKUNKHASH all together.
im hoping someone can lend me their expertise on my set up, i have been mining for weeks not months but have only been using claymore.
i will list my steps and settings, thanks a ton again for reading!
steps:
1. downloaded client wallet for windows from
https://signatum.io2. downloaded AMD miner from
https://signatum.io3. created account on suprnova.cc for sigt mining.
4. set my bat file with these current lines:
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
sgminer -k skunkhash --gpu-platform 1 -o stratum+tcp://sigt.suprnova.cc:7106 -u hidden.hidden -p hidden -I 20
my current stats in the miner, i assume my hash rate it 19? FYI im running 3 brand new rx580s asus strix all samsung memory an flashed. these were pushing a nice 30+MH/s in claymore for ETH mining.
Pool management GPU management Settings Display options Quit
GPU 0: 56.0C 1479RPM | 19.10M/19.19Mh/s | R: 0.0% HW:0 WU:0.213/m I:20
GPU 1: 58.0C 1464RPM | 19.21M/19.20Mh/s | R: 0.0% HW:0 WU:0.265/m I:20
GPU 2: 52.0C 1401RPM | 19.21M/19.20Mh/s | R: 0.0% HW:0 WU:0.205/m I:20
how can i push my machine to higher hashrates, i read its the -I command line that pushes the cards more?
Hi igotfits
Yes you can try -I 20, to 25. You stop when you saw intensity of one card starting to go down by itselfe. Or when windows freeze or crashes. Then you know you found the ideal maximum for all cards
If you want to be fully optimal and not play with OC, what I suggest is to tune every card (becasue no cards are the same !)
So your ideal max was 22, then you go :
sgminer -k skunkhash --gpu-platform 1 -o stratum+tcp://sigt.suprnova.cc:7106 -u hidden.hidden -p hidden -I 22,22,22,22,22,2
Run 5 minutes. Observe I: flickering.
sgminer -k skunkhash --gpu-platform 1 -o stratum+tcp://sigt.suprnova.cc:7106 -u hidden.hidden -p hidden -I 23,22,22,22,22,22
Run 5 minutes. Observe I: flickering.
sgminer -k skunkhash --gpu-platform 1 -o stratum+tcp://sigt.suprnova.cc:7106 -u hidden.hidden -p hidden -I 23,23,22,22,22,22
Run 5 minutes. Observe no I: flickering.
sgminer -k skunkhash --gpu-platform 1 -o stratum+tcp://sigt.suprnova.cc:7106 -u hidden.hidden -p hidden -I 23,23,22,22,22,22
Run 5 minutes. Observe no I: flickering.
sgminer -k skunkhash --gpu-platform 1 -o stratum+tcp://sigt.suprnova.cc:7106 -u hidden.hidden -p hidden -I 23,23,23,22,22,22
...
When it crashes then you found the optimal max for that card. You note it, lower it by 1, and continue the itterations on the other cards.
At the end you have sonmething like this
sgminer -k skunkhash --gpu-platform 1 -o stratum+tcp://sigt.suprnova.cc:7106 -u hidden.hidden -p hidden -I 19,21,21,23,21,24
On another note, I must say 19.2 is quite low for a 580. I get this on my 480.
And also if you want 5% faster MHs you can download the miner I optimized based on the official signatum amd miner. Did not test it with a 580, but my 480 went from 18.2 to 19.2 !
If you're scared of the .exe, then just unzip the kernel folder on top of the one in your sgminer folder.
https://github.com/qualialibre/signatum.minerQualiaLibre