Author

Topic: OFFICIAL CGMINER mining software thread for linux/win/osx/mips/arm/r-pi 4.11.0 - page 136. (Read 5805527 times)

full member
Activity: 216
Merit: 100
Yeah you're right I'm looking for the 7.2 version

Are you from the future?
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
Unofficial Mac binaries have been updated for v3.12.0 and are available here.

These are precompiled universal binaries that support Mac OS X 10.5.8 through 10.9+.
Thanks for that. I take it that means the new libusb included compiled ok on osx without a problem then which I was worried about.
member
Activity: 109
Merit: 10
Unofficial Mac binaries have been updated for v3.12.0 and are available here.

These are precompiled universal binaries that support Mac OS X 10.5.8 through 10.9+.
member
Activity: 79
Merit: 10
Yeah you're right I'm looking for the 7.2 version
It's gone.

ahh lols, watch the freakout now
legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
People need to RTFT, read the friendly thread, and use the search function... Are people seriously this lazy?
Yes, usually.
legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
Yeah you're right I'm looking for the 7.2 version
It's gone.
member
Activity: 66
Merit: 10
Yeah you're right I'm looking for the 7.2 version
legendary
Activity: 3583
Merit: 1094
Think for yourself

Most likely because he wants to mine with his GPU's.  3.7.2 is the last version to support that.
member
Activity: 115
Merit: 10
member
Activity: 66
Merit: 10
When I try to download cgminer of http://ck.kolivas.org/apps/cgminer/3.7/ there's no cgminer.exe inside the map..

And when I check other versions I see there's some windows versions and linux, but I'm looking for a windows version but for some reason there's only .tar and .bz2 in that map.

Is there anyone that could help me please.
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
So how do I set a non default clock rate for an Antminer U1 with Cgminer? For example overclocking from 0781 to 0A81? in Bfgminer I would use this:
bfgminer -o http://your.stratum.server:port/ -u worker.name -p password -S antminer:all --icarus-options 115200:2:2 --set-device antiminer:clock=x0781 --no-submit-stale

In AntMain's version of Cgminer they use this:
cgminer -o stratum+tcp://your.stratum.server:port/ -u worker.name -p password --bmsc-options 115200:20 --bmsc-freq 0781 --no-submit-stale

How do I set a clock rate with Cgminer 3.12.0?

Good day,

thanks for the really fast FIX for the Antminer, but is with the ICARUS driver also overclocking possible?

regards
Not from cgminer itself, no.
newbie
Activity: 15
Merit: 0
So how do I set a non default clock rate for an Antminer U1 with Cgminer? For example overclocking from 0781 to 0A81? in Bfgminer I would use this:
bfgminer -o http://your.stratum.server:port/ -u worker.name -p password -S antminer:all --icarus-options 115200:2:2 --set-device antiminer:clock=x0781 --no-submit-stale

In AntMain's version of Cgminer they use this:
cgminer -o stratum+tcp://your.stratum.server:port/ -u worker.name -p password --bmsc-options 115200:20 --bmsc-freq 0781 --no-submit-stale

How do I set a clock rate with Cgminer 3.12.0?
legendary
Activity: 3416
Merit: 1142
Ιntergalactic Conciliator
Yes i know sorry. How i have to set this command --nfu-bits to the end of cgminer line like this?

./cgminer -o adress -u worker -p password --nfu-bits=54
hero member
Activity: 546
Merit: 500
Ckolivias can you help me make a log file to send to you. I'm not really sure how to add it to the shortcut i have that normally set the settings for my devices.

I have at least cgminer in debug mode so hopefully I'll have a nicer snapshot to show you shortly.
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
legendary
Activity: 3416
Merit: 1142
Ιntergalactic Conciliator
Ok i dont see the changelog that you have add command to set the clock speed. Smiley
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
In the previous version of cgminer in line 417 there was this

info->osc6_bits = 54;

now instead of that there is a

info->osc6_bits = opt_nf1_bits;

with opt_nf1_bits to set to 50 in the line 19

int opt_nf1_bits = 50;

can i change this to 54 to increase the hashrate of nanofury?
I thought I just answered that.
legendary
Activity: 3416
Merit: 1142
Ιntergalactic Conciliator
In the previous version of cgminer in line 417 there was this

info->osc6_bits = 54;

now instead of that there is a

info->osc6_bits = opt_nf1_bits;

with opt_nf1_bits to set to 50 in the line 19

int opt_nf1_bits = 50;

can i change this to 54 to increase the hashrate of nanofury?
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
With the last version did you set nanofury to 50 bits? because i see in their driver this

int opt_nf1_bits = 50;

and my nanofury goes hashrate between 1.8-1.9. With the previous version was to 54. Can i change this to 54?
See changelog in 3.11.0. The warning was there about it being changed and the new command line to change it.
legendary
Activity: 3416
Merit: 1142
Ιntergalactic Conciliator
With the last version did you set nanofury to 50 bits? because i see in their driver this

int opt_nf1_bits = 50;

and my nanofury goes hashrate between 1.8-1.9. With the previous version was to 54. Can i change this to 54?
Jump to: