Post
Topic
Board Pools
Re: [2000Th] Eligius: ASIC, no registration, no fee CPPSRB BTC + 105% PPS NMC, 877 #
by
rmolby
on 24/01/2014, 19:15:03 UTC
1Nbq2XZaRsKknf5fcT2wTXvBS31PaUWSeX moved away and pool lost 20% in a second ... gooood Smiley
Come back buddy ...

He's is back with MOOOOOOORE POWEEEEER!!! who the hell is this Huh  Huh  Huh

Why the hell do you or any of us care? the fact he (or she) is mining on Eligius and helping US all solve more blocks is A VERY GOOD thing.... so quit worrying about it or who (he or she) is.

On another note... I am working on trying to make my U1s work as efficiently as possible... Can anyone tell me what settings in BFGminer I might tweak? Does the Queue setting make any difference for instance? I know that if it is too low my hashrate drops do to waiting for work but what is a good setting? is there any benefit to increasing it to a certain point or any detriment to setting it too high?

Just a noob here but trying to learn and working on increasing my production. will be doubling my hashrate in a few days and hoping to increase it exponentially soon... If I can find a way to finance my purchase and convert funds to bitcoin to make the purchase of new hardware.

1B3rJa8jAHhCK6nuRQEfYWz4bDiCsbR5P3

TRN1062

+1 on the caring issue

For the ANTminer U1 optimization, I can only speak for the Windows version (I'm running Windows 7 32bit so BFGminer 32bit for me).

I run the following:

Code:
bfgminer -S antminer:all -S erupter:all -S all --set-device antminer:clock=x0981 --icarus-options 115200:2:2 --icarus-timing 2.5=90

I have seen another user further back in this forum run the following:

Code:
bfgminer -S antminer:all -S erupter:all -S all --set-device antminer:clock=x0981 --icarus-options 115200:2:2 --icarus-timing 2.5=90 --weighed-stats

Either way, without making the resistor mods to provide more power to the ASIC chip, the above settings will eek out the maximum hash rate from the U1s

Also, if you run the above, and then do the keystroke S -> W -> ENTER to save the config file bfgminer.conf, then the bottom section should look a little like this:

Code:
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "120",
"expiry-lp" : "3600",
"gpu-dyninterval" : "7",
"log" : "5",
"no-pool-disable" : true,
"no-show-processors" : true,
"no-show-procs" : true,
"no-unicode" : true,
"queue" : "22",
"scan-time" : "60",
"skip-security-checks" : "0",
"submit-stale" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "D:/MinGW/msys/1.0/local/share/bfgminer",
"scan" : [
"antminer:all",
"erupter:all",
"all"
],
"set-device" : [
"antminer:clock=x0981"
],
"icarus-options" : "115200:2:2",
"icarus-timing" : "2.5=90"
}

and then you can just run the BFGminer application by itself without all the command line options because the conf file will load all the settings

Hope this helps.