Just as a PSA to anyone out there that has more than one stick and wants to overclock it by serial number, the proper format is still:
--gekko-serial "GS-10019785"
When you run the Compac F's on cgminer, they come up as GSF so I was under the impression that it might have required "GSF-10019785" but if you add the "F" in, cgminer won't find the stick.
I'm sorry for the sillyness here but I'm still going crazy with a single stick out of the 15 that I have ordered that won't hold up at 400mhz.
It's not the hub so I can rule that out. Even running it by itself it just one falls flat on its face.
What is the command to underclock a single stick on a version of cgminer if I am running more than 1 stick?
I've tried these with no luck to control a single stick out of 4:
--gekko-serial "GS-10050486" -freq 350
--gekko-serial GS-10050486 -freq 350
--gekko-serial-freq 350 "GS-10050486"
--gekko-serial-freq-"GS-10050486" 350
Any ideas?
I believe you can only run one frequency per instance of cgminer. so if you want to run different sticks at different frequencies, you can open a new tab in terminal and just enter the new command.
should look something like this:
sudo cgminer -o stratum+tcp://stratum.kano.is:3333 -u zzz.worker -p x --suggest-diff 442 --gekko-serial "GS-10050486" --gekko-compacf-freq 350
if you wanted to run more than one stick at the same frequency, just add commas.
sudo cgminer -o stratum+tcp://stratum.kano.is:3333 -u zzz.worker -p x --suggest-diff 442 --gekko-serial "GS-10050486,GS-10050489,GS-10050487" --gekko-compacf-freq 350
you should also look into adding these at the end if you're having trouble with under hashing
--gekko-compacf-detect --gekko-start-freq 300 --gekko-mine2 --gekko-tune2 60
so at the end the command might look like:
sudo cgminer -o stratum+tcp://stratum.kano.is:3333 -u zzz.worker -p x --suggest-diff 442 --gekko-serial "GS-10050486,GS-10050489,GS-10050487" --gekko-compacf-detect --gekko-compacf-freq 350 --gekko-start-freq 300 --gekko-mine2 --gekko-tune2 60
Just wanted to share a project I have been working on.
dude, this is sick! great work. i was thinking about trying liquid or immersion cooling eventually but it seems like i can get 300 GH+ range w/ just some fans and the right PSU [and obviously sidehacks hub]