Gekkoscience 2PAC: Porovnání verzí
Z Poznámkový blok
(→Zpět) |
(→Pokus instalace) |
||
Řádka 22: | Řádka 22: | ||
== Pokus instalace == | == Pokus instalace == | ||
− | Vychází z https://github.com/wareck/cgminer-gekko | + | Vychází z https://github.com/wareck/cgminer-gekko (stará verze) |
sudo apt-get update | sudo apt-get update | ||
Řádka 31: | Řádka 31: | ||
make | make | ||
make install | make install | ||
+ | |||
+ | |||
+ | Dalčí varianta dle http://www.bitshopper.de/support/instructions/2pac/2pac-setup-linux-raspberry-pi/?lang=en | ||
+ | |||
+ | sudo apt-get update | ||
+ | sudo apt-get upgrade -y | ||
+ | sudo apt-get install -y build-essential git autoconf automake libtool pkg-config libcurl4-openssl-dev libudev-dev libusb-1.0-0-dev libncurses5-dev | ||
+ | mkdir -p mining/2pac; cd mining/2pac | ||
+ | git clone https://github.com/vthoang/cgminer.git | ||
+ | cd cgminer | ||
+ | |||
+ | CFLAGS="-O2" ./autogen.sh --enable-gekko | ||
+ | make -j 2 | ||
+ | ./cgminer -n | ||
== Zpět == | == Zpět == |
Verze z 13. 10. 2018, 21:46
Popis
Parametry:
- Rozhraní k připojení: USB
- Rychlost Hashování : 5,5 až 25 GH/s
- Efektivita: 0,3 W/GH
- Napájení : 5 V USB
- Spotřeba : Max 14 W
- Šifrování : SHA256
- Datashit : https://www.eyeboot.com/download/GekkoScience_2PAC_BM1384_USB_Stick_Miner/2PAC_BM1384_USB_Setup_Guide.pdf
- Návod Win: https://www.bitshopper.de/support/instructions/2pac/2pac-setup-windows/?lang=en
- Návod Lin : http://www.bitshopper.de/support/instructions/2pac/2pac-setup-linux-raspberry-pi/?lang=en
- Konference: bitcointalk.org/index.php?topic=1764803.0
Základní měny které je možné těžit:
- Bitcoin
Pokus instalace
Vychází z https://github.com/wareck/cgminer-gekko (stará verze)
sudo apt-get update sudo apt-get install build-essential autoconf automake libtool pkg-config libcurl4-openssl-dev libudev-dev libjansson-dev libncurses5-dev libudev-dev libjansson-dev git clone https://github.com/wareck/cgminer-gekko.git ./autogen.sh ./configure --enable-gekko make make install
Dalčí varianta dle http://www.bitshopper.de/support/instructions/2pac/2pac-setup-linux-raspberry-pi/?lang=en
sudo apt-get update sudo apt-get upgrade -y sudo apt-get install -y build-essential git autoconf automake libtool pkg-config libcurl4-openssl-dev libudev-dev libusb-1.0-0-dev libncurses5-dev mkdir -p mining/2pac; cd mining/2pac git clone https://github.com/vthoang/cgminer.git cd cgminer CFLAGS="-O2" ./autogen.sh --enable-gekko make -j 2 ./cgminer -n