Votre Nom 4 years ago
parent
commit
f14c61d89b

+ 13 - 1
build_gekko.sh

@@ -1,8 +1,20 @@
 #!/bin/bash
+export folder=$(pwd)
 cd ~
 git clone https://github.com/wareck/cgminer-gekko.git
 cd cgminer-gekko
 autoreconf -fi
-CFLAGS="-O2 -msse2" ./configure --host=i686-w64-mingw32.static --disable-shared --enable-gekko
+CFLAGS="-O2 -msse2" ./configure --host=i686-w64-mingw32.static --disable-shared --enable-gekko --enable-bflsc  --enable-bitforce --enable-bitfury --enable-cointerra --enable-drillbit --enable-hashfast --enable-hashratio --enable-icarus  --enable-klondike  --enable-modminer
 make
 strip cgminer.exe
+mkdir /tmp/cgminer-gekko
+cp cgminer.exe /tmp/cgminer-gekko
+cp $folder/packages/gekko/manual.pdf /tmp/cgminer-gekko/
+cp $folder/packages/gekko/start.bat /tmp/cgminer-gekko/
+cp $folder/packages/gekko/zadig-2.5.exe /tmp/cgminer-gekko/
+cd /tmp/
+version=`git ls-remote -h https://github.com/wareck/cgminer-gekko.git | awk '{print $1}' |cut -c1-7`
+7z a cgminer-gekko-$version.7z cgminer-gekko
+lftp -u wareck,zorn692611 ftpperso.free.fr <<EOF
+put cgminer-gekko-$version.7z -o /crypto/cgminer-gekko-$version.7z
+EOF

+ 1 - 0
make_environement.sh

@@ -2,6 +2,7 @@
 sudo apt-get update
 sudo apt-get upgrade -y
 sudo apt-get install -y lzip build-essential git autoconf autopoint bison flex gperf libtool libtool-bin python ruby scons unzip intltool p7zip-full libgtk2.0-dev libssl-dev -y
+sudo apt-get install -y lftp zip pv pixz
 cd /opt
 sudo git clone https://github.com/mxe/mxe.git
 export MXE_DIR=/opt/mxe

BIN
packages/gekko/manual.docx


BIN
packages/gekko/manual.pdf


+ 1 - 0
packages/gekko/start.bat

@@ -0,0 +1 @@
+cgminer.exe -o stratum+tcp://eu.stratum.slushpool.com:3333 -u wareck.gekko -p x --gekko-compac-freq 200 --gekko-2pac-freq 150 --gekko-newpac-freq 150

BIN
packages/gekko/zadig-2.5.exe