Bitcoin Forum
September 23, 2025, 06:02:55 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Hardware / Re: GekkoScience 2Pac BM1384 Stickminer Official Support Thread on: November 21, 2017, 05:17:13 AM
I'mma guess...

Just making sure it's being read correctly, the "-O2" is dash oh two, not dash zero two.

Thank you, that resolved it
2  Bitcoin / Hardware / Re: GekkoScience 2Pac BM1384 Stickminer Official Support Thread on: November 21, 2017, 03:59:07 AM
Please excuse my lack of knowledge. Im not the best with programming and things like the raspi. I currently have a running pi with three gekkos using raspbian(pixel) and running cgminer-gekko (4.9.2).

I ran the first part of this thread:-

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
    


it looks like you did not run the correct code for pi.
Look closer: you need to run the one that says Debian (a longer list of dependencies) and mentions pi few lines down:

Code:
sudo apt-get update
sudo apt-get upgrade -y

sudo apt-get install -y build-essential git libusb-1.0-0-dev libusb-1.0-0 libcurl4-openssl-dev libncurses5-dev libudev-dev screen libtool automake pkg-config libjansson-dev

mkdir -p git/vthoang; cd git/vthoang
git clone https://github.com/vthoang/cgminer.git
cd cgminer

CFLAGS="-O2" ./autogen.sh --enable-gekko
make -j 2

After this:
Code:
sudo reboot
cd ~/git/vthoang/cgminer/
sudo usermod -G plugdev -a `whoami` #whoami=pi if you did not change it
sudo cp 01-cgminer.rules /etc/udev/rules.d/
sudo reboot

then
cd ~/git/vthoang/cgminer/
./cgminer -o stratum+tcp://solo.ckpool.org:3333 -u 1BURGERAXHH6Yi6LRybRJK7ybEm5m5HwTr.yourworkername -p x --suggest-diff 32

I made the updates and upgrades per the instructions,  but I received a configuration error when executing the 'CFLAGS' command.  It did not create the executables so './cgminer' file or command not found.
3  Bitcoin / Hardware / Re: GekkoScience Compac BM1384 Stickminer Official Support Thread on: June 14, 2017, 06:38:46 PM
I have a raspberry Pi 3 with a gekkoscience usb stick miner.  I am running cgminer 4.9.2.  How do I know if my miner is working?  From cgminer, I am getting....Pool 1 difficulty changed to 2048...Pool 0 successfully negotiated resume with the same session ID.  What does this mean? 

Also, I dont have the cgminer header when i launch cgminer.

Biggum
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!