Subw
|
 |
June 25, 2013, 07:30:44 AM |
|
|
|
|
|
ebereon
|
 |
June 25, 2013, 07:46:18 AM |
|
can anyone help me with the flags for cross compiling to avalon openwrt? I do: ./configure --build=mips-openwrt-linux-uclibc --disable-opencl --disable-adl --enable-avalon But got error on make: CC cgminer-cgminer.o cgminer.c:15:20: fatal error: curses.h: No such file or directory compilation terminated.
Sorry, I'm not a linux expert with cross compiling  please help, thank you!
|
|
|
|
kano
Legendary
Offline
Activity: 4676
Merit: 1858
Linux since 1997 RedHat 4
|
 |
June 25, 2013, 08:34:22 AM |
|
|
|
|
|
yantis
Member

Offline
Activity: 110
Merit: 11
|
 |
June 25, 2013, 11:17:44 AM |
|
ckolivas / kano - Can you tell me which is a better stat for measuring. Its is MHS or Work Utility?
From your readme: WU: The Work Utility defined as the number of diff1 shares work / minute (accepted or rejected).
On some units at 375 Mhz overclock I get a higher work utility but lower MHS than I do at 350 Mhz. (and on other units I get a what I feel is good scaling). I am not sure how work utility is calculated or if its just an estimate. My theory was if Work Utility provided a better stat then I would target that vs MHS. I just have so much variance so was trying to figure it out. Any help appreciated!
Thanks!
|
|
|
|
-ck (OP)
Legendary
Offline
Activity: 4480
Merit: 1664
Ruu \o/
|
 |
June 25, 2013, 11:23:59 AM |
|
ckolivas / kano - Can you tell me which is a better stat for measuring. Its is MHS or Work Utility?
From your readme: WU: The Work Utility defined as the number of diff1 shares work / minute (accepted or rejected).
On some units at 375 Mhz overclock I get a higher work utility but lower MHS than I do at 350 Mhz. (and on other units I get a what I feel is good scaling). I am not sure how work utility is calculated or if its just an estimate. My theory was if Work Utility provided a better stat then I would target that vs MHS. I just have so much variance so was trying to figure it out. Any help appreciated!
Thanks!
On avalon: WU is accepted + rejected + nonce errors. MHs is accepted + rejected So you're better off with MHs for that particular hardware and how it measures those values.
|
Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel 2% Fee Solo mining at solo.ckpool.org -ck
|
|
|
Subw
|
 |
June 25, 2013, 11:25:34 AM |
|
Problem is not with that pool, it works fine in signle-pool mode, problem is with cgminer.
|
|
|
|
yantis
Member

Offline
Activity: 110
Merit: 11
|
 |
June 25, 2013, 11:28:25 AM |
|
ckolivas thanks!!!
|
|
|
|
juhakall
|
 |
June 25, 2013, 11:30:11 AM |
|
ckolivas / kano - Can you tell me which is a better stat for measuring. Its is MHS or Work Utility?
From your readme: WU: The Work Utility defined as the number of diff1 shares work / minute (accepted or rejected).
On some units at 375 Mhz overclock I get a higher work utility but lower MHS than I do at 350 Mhz. (and on other units I get a what I feel is good scaling). I am not sure how work utility is calculated or if its just an estimate. My theory was if Work Utility provided a better stat then I would target that vs MHS. I just have so much variance so was trying to figure it out. Any help appreciated!
Thanks!
On avalon: WU is accepted + rejected + nonce errors. MHs is accepted + rejected So you're better off with MHs for that particular hardware and how it measures those values. Is it the same for BFL ASICs, or are HW errors included in their hashrate? I thought they were included in the hashrate for all devices, it's quite confusing if they are included for some but not for others.
|
|
|
|
-ck (OP)
Legendary
Offline
Activity: 4480
Merit: 1664
Ruu \o/
|
 |
June 25, 2013, 11:36:22 AM |
|
Is it the same for BFL ASICs, or are HW errors included in their hashrate? I thought they were included in the hashrate for all devices, it's quite confusing if they are included for some but not for others.
You're right, it is confusing and they are different. It has to do with the fact that on one device, BFLSC, I know precisely how many "hashes" were attempted by the device, while on the Avalon, the best I can do is estimate based on the amount of nonces returned due to work being aborted a random proportion through its completion rather than at the end. If I start counting the hw errors as hashes on the avalon, I could get a flood of hw errors in a row, as sometimes happens, that make the hashrate look like it's spiked upwards. It's painful with every manufacturer doing something different and there being no meaningful way to unite a lot of these into "standards".
|
Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel 2% Fee Solo mining at solo.ckpool.org -ck
|
|
|
-ck (OP)
Legendary
Offline
Activity: 4480
Merit: 1664
Ruu \o/
|
 |
June 25, 2013, 02:57:56 PM |
|
New release: version 3.3.1, 26th June 2013Hotfix release. Last minute bug went into 3.3.0 preventing BFL SC singles from working as planned  Note now there are avalon firmware images in my directory as well, with the latest version. Human readable changelog:- Bugfix for BFL SC singles and minirigs which prevented them working. - Bugfix for the usb wildcards 1:* - Increased target temperature on Avalons to 50 since 45 was overkill - Added overheat temperature cutoff to avalons - Added dynamic automatic overclocking to avalons with --avalon-auto Full changelog:- Add an avalon-auto option which enables dynamic overclocking based on hardware error rate for maximum effective hashrate. - Add an --avalon-cutoff feature which puts the avalon idle should it reach this temperature, defaulting to 60, re-enabling it when it gets to target temperature. - Change default avalon target temperature to 50 degrees. - usbutils - incorrect test for * in bus:dev - Redo +1 fix in bflsc.
|
Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel 2% Fee Solo mining at solo.ckpool.org -ck
|
|
|
Subw
|
 |
June 25, 2013, 03:12:30 PM |
|
|
|
|
|
ebereon
|
 |
June 25, 2013, 03:12:53 PM Last edit: June 25, 2013, 03:30:33 PM by ebereon |
|
New release: version 3.3.1, 26th June 2013Hotfix release. Last minute bug went into 3.3.0 preventing BFL SC singles from working as planned  Note now there are avalon firmware images in my directory as well, with the latest version. Human readable changelog:- Bugfix for BFL SC singles and minirigs which prevented them working. - Bugfix for the usb wildcards 1:* - Increased target temperature on Avalons to 50 since 45 was overkill - Added overheat temperature cutoff to avalons - Added dynamic automatic overclocking to avalons with --avalon-auto Full changelog:- Add an avalon-auto option which enables dynamic overclocking based on hardware error rate for maximum effective hashrate. - Add an --avalon-cutoff feature which puts the avalon idle should it reach this temperature, defaulting to 60, re-enabling it when it gets to target temperature. - Change default avalon target temperature to 50 degrees. - usbutils - incorrect test for * in bus:dev - Redo +1 fix in bflsc. Nice! But is there a way you can implement 5MH steps from 300 to 375? That would get more on some configs. My avalons run fine on 365.Tip is on the way  EDIT: Holyshit!!! it's already in there  Another Tip send!!! Thanks!
|
|
|
|
bitdaniel
|
 |
June 25, 2013, 03:48:50 PM |
|
New release: version 3.3.1, 26th June 2013Hotfix release. Last minute bug went into 3.3.0 preventing BFL SC singles from working as planned  Note now there are avalon firmware images in my directory as well, with the latest version. Human readable changelog:- Bugfix for BFL SC singles and minirigs which prevented them working. - Bugfix for the usb wildcards 1:* - Increased target temperature on Avalons to 50 since 45 was overkill - Added overheat temperature cutoff to avalons - Added dynamic automatic overclocking to avalons with --avalon-auto Full changelog:- Add an avalon-auto option which enables dynamic overclocking based on hardware error rate for maximum effective hashrate. - Add an --avalon-cutoff feature which puts the avalon idle should it reach this temperature, defaulting to 60, re-enabling it when it gets to target temperature. - Change default avalon target temperature to 50 degrees. - usbutils - incorrect test for * in bus:dev - Redo +1 fix in bflsc. This is so awesome! Getting my new avalon just today when so much new functions are released! Thank you!
|
|
|
|
Kuma
Member

Offline
Activity: 107
Merit: 10
|
 |
June 26, 2013, 11:20:39 AM |
|
Thanks a lot Con for avalon-auto option. Is it possible to create something like avalon-limit frequency option? One of my avalons has freezing controller board at 350 MHz, but during avalon-auto it worked around 330-340 without problems, so I'm currently locked at 325  .
|
|
|
|
-ck (OP)
Legendary
Offline
Activity: 4480
Merit: 1664
Ruu \o/
|
 |
June 26, 2013, 11:23:49 AM |
|
Thanks a lot Con for avalon-auto option. Is it possible to create something like avalon-limit frequency option? One of my avalons has freezing controller board at 350 MHz, but during avalon-auto it worked around 330-340 without problems, so I'm currently locked at 325  . Maybe so.
|
Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel 2% Fee Solo mining at solo.ckpool.org -ck
|
|
|
crazyates
Legendary
Offline
Activity: 952
Merit: 1000
|
 |
June 26, 2013, 05:36:27 PM |
|
What does the error "-3" mean when I have a BFL FPGA Single with the WinUSB drivers installed, but CGMiner says it can't open the device?
|
|
|
|
-ck (OP)
Legendary
Offline
Activity: 4480
Merit: 1664
Ruu \o/
|
 |
June 26, 2013, 09:55:06 PM |
|
What does the error "-3" mean when I have a BFL FPGA Single with the WinUSB drivers installed, but CGMiner says it can't open the device?
/** Access denied (insufficient permissions) */ LIBUSB_ERROR_ACCESS = -3,
|
Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel 2% Fee Solo mining at solo.ckpool.org -ck
|
|
|
Rant2112
Newbie
Offline
Activity: 70
Merit: 0
|
 |
June 27, 2013, 04:06:15 AM |
|
ASICMiner USB Block Erupter cgminer 3.3.1
I get
AMU0: Comms error (werr=-7 amt=0)
cgminer 3.1.1 works fine. I couldn't get 3.2.1 to work.
I'm starting 3.1.1 with --icarus-options and --icarus-timing and -S and the pool info.
I'm starting 3.3.1 with just the pool info.
|
|
|
|
Paladin69
|
 |
June 27, 2013, 05:09:00 AM Last edit: June 27, 2013, 06:03:24 AM by Paladin69 |
|
Yay zadig utility fucked up my ability to connect to my FPGA BFL MiniRig.  Is there a tutorial out there somewhere? Maybe this can't be done on an older XP laptop? Was working before just fine prior to this winusb garbage. It appeared to install correctly but no com ports are recognized now.
|
|
|
|
Askit2
|
 |
June 27, 2013, 06:40:07 AM |
|
Yay zadig utility fucked up my ability to connect to my FPGA BFL MiniRig.  Is there a tutorial out there somewhere? Maybe this can't be done on an older XP laptop? Was working before just fine prior to this winusb garbage. It appeared to install correctly but no com ports are recognized now. Easy to undo. Go under system, device manager, USB serial bus controllers. The device will be there. Tell Windows to upgrade the driver. It will install the old serial one. Open Zadig, show all devices, and administrator. use WinUSB and the version of Zadig in the FPGA-README to try again. It will work. I went to Linux and found far less errors. Raspberry Pi's are cheap, capable and low power. Personally it was the best <$60 I spent case included. Good luck!
|
|
|
|
|