3.3.0a3.3.0 recompiled on 64 bit Fedora18, 64 bit xubuntu 11.04 and also on the RPi 32 (2012-12-16-wheezy-raspbian and rpi-update)
https://github.com/kanoi/cgminer-binariesTo get the 64 bit xubuntu 11.04 binary:
wget https://github.com/kanoi/cgminer-binaries/raw/master/Ubuntu_11.04_x86_64/cgminer-3.3.0a
chmod +x cgminer-3.3.0a
md5sum cgminer-3.3.0abbabc0f5d047b8b91656719dd2f796f9 cgminer-3.3.0a(this version should also work on Fedora 16 and Fedora 17)
To get the RPi 32bit binary:
wget https://github.com/kanoi/cgminer-binaries/raw/master/RPi_32/cgminer-3.3.0a
chmod +x cgminer-3.3.0a
md5sum cgminer-3.3.0a6d3dad50604e26fff44316b01ac52419 cgminer-3.3.0aTo get the Fedora 18 binary:
wget https://github.com/kanoi/cgminer-binaries/raw/master/Fedora18_x86_64/cgminer-3.3.0a
chmod +x cgminer-3.3.0a
md5sum cgminer-3.3.0a6b7e23ea8012618b236db3a4456d99c6 cgminer-3.3.0aFor anyone who didn't realise, it's just the executable file to put in place of 'cgminer'
Nothing else needs changing
On xubuntu 11.04 - first get and extract the full binary release from ckolivas and then copy my file in place of 'cgminer'
I've run all three binaries for 3.5hrs without any problems so far, with 1x6950, 1xJalapeno, 1xAMU, 1xBLT, 1xBFL, 1xICA, 1xMMQ (Total ~8.6GH/s)
All have been built with -g
The -g (instead of -O2) means it's a debug build so if anyone finds a problem and has core dumps enabled, it will dump a much more useful debug core.
Otherwise, the same configure options as ckolivas' binary version for 64 bit xubuntu 11.04
In case anyone was wondering:
CFLAGS="-g -W -Wall" ./autogen.sh --enable-bflsc --enable-icarus --enable-bitforce --enable-modminer --enable-ztex --enable-avalon --enable-scrypt
make clean
makeAll USBs (only) for the RPi 32bit version
CFLAGS="-g -W -Wall" ./autogen.sh --enable-bflsc --enable-icarus --enable-bitforce --enable-modminer --enable-ztex --enable-avalon
make clean
makeYou will need to install libusb-1.0.0All USBs (only) for the Fedora18 x86_64 version
CFLAGS="-g -W -Wall" ./autogen.sh --enable-bflsc --enable-icarus --enable-bitforce --enable-modminer --enable-ztex --enable-avalon
make clean
makeYou will need to install libusb-1.0.0Note I have binary folders of ckolivas official release files in my binaries git also, for if you can't get to his downloads
To get them you select the folder (e.g. 3.3.0) then click on the file you want then right-click save-as "View Raw"
Important: Read ASIC-README or FPGA-README about USB configuration on linux and windows