I can't get this syntax to work on this same distro. I must be an idiot but any help would be great. Here is the way it is now and i have tried everything
--scrypt --gridseed-options baud=115200 --gridseed-options chips=5 --gridseed-options freq=875 --gridseed-freq 6D8F08885148=900,6D7E256F5650=900,6D7A17675650=875,6D8620AA5650=875 -o stratum+tcp blha blah blah
the --gridseed-options are all comma separated values like this:
--gridseed-options=baud=115200,freq=875,chips=5
right on but if you look back at his post he talks about being able to set the a per device frequency like this
"You can also define a base frequency as usual, then set per device frequencies by the units' serial number if you want:
--gridseed-options freq=888 --gridseed-freq 8D74488A4949=900,8D96227B5449=900,8D7357785355=875"
Darn if i can get that to work, it is all or nothing. I have one Gridseed that will run 950 and one that will run 925 with no mods. The others are happy at 875. I would like to squeeze every coin i can out of the two faster units.
Here's what I'm doing and it seems to work...
My cgminer.conf (don't forget to change this around so its setup for our pools/workers):
{
"pools" : [
{
"name" : "Pool-1",
"url" : "stratum+tcp://POOL-URL:PORT",
"user" : "user.1",
"pass" : "abc",
"pool-priority" : "0"
},
{
"name" : "Pool-2",
"url" : "stratum+tcp://POOL-URL:PORT",
"user" : "user.1",
"pass" : "abc",
"pool-priority" : "0"
}
],
"api-allow" : "W:127.0.0.1,192.168.1/24",
"api-listen" : true,
"failover-only" : true,
"scrypt" : true,
"gridseed-options" : "freq=875,baud=115200,chips=5,per_chip_stats=1"
}
Command I use to start cgminer with the different frequencies:
sudo ./cgminer --config=cgminer.conf --hotplug=0 --gridseed-freq 6D7014835251=800,6D741FA25251=888,6D7545995251=863,6D7F30A65251=863,6D89369B5251=863,6D7B177A5251=813,6D75407B5455=888,8D8155785551=863,8D8521785551=863,6D7846A95251=850