Skip to content
This repository has been archived by the owner on Jan 9, 2021. It is now read-only.

Add gekkoscience support to nicehash cgminer version (xtranonce) #13

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

wareck
Copy link

@wareck wareck commented Jan 16, 2016

Hi
This is my version , supporting Gekko-Science usb stick

to use it

git clone https://github.com/wareck/cgminer-gekko.git
cd cgminer-gekko
sh autogen.sh
./configure --enable-gekko
make

To use it
./cgminer o stratum+tcp://sha256.eu.nicehash.com:3334/#xnsub -u YOUR-BITCOIN-ADDRESS.Compac1 -p d=128 --compac-freq 200

If you use bitshopper.de usb stick instead of gekko science:
cd cgminer-gekko
nano usbutils.c

goto line 932 and change

ifdef USE_GEKKO

    {
            .drv = DRIVER_gekko,
            .name = "GEK",
            .ident = IDENT_GEK,
            .idVendor = 0x10c4,
            .idProduct = 0xea60,
            .iManufacturer = "bitshopperde", //for bitshopper.de version (black)
            //.iManufacturer = "GekkoScience", //for gekkoscience version (green)
            .iProduct = "Compac BM1384 Bitcoin Miner",
            .config = 1,
            .timeout = GEKKO_TIMEOUT_MS,
            .latency = LATENCY_UNUSED,
            INTINFO(amu_ints) },

endif

save and make

Olivier

wareck added 4 commits January 16, 2016 19:46
Add Gekoscience usb stick support

Merged and mod from Nicehash cgminer-ckolivas version



Signed-off-by: wareck <wareck@gmail.com>
add choice between bitshopper and gekkoscience version
@@ -1969,7 +2007,7 @@ static char *opt_verusage_and_exit(const char *extra)
"cointerra "
#endif
#ifdef USE_DRILLBIT
"drillbit "
"drillbit "

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indent break

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants