Bitcoin Forum
October 14, 2024, 04:30:14 PM *
News: Latest Bitcoin Core release: 28.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Hardware / Re: GekkoScience NewPac / Terminus R606 (BM1387) Official Support Thread on: March 12, 2021, 06:58:12 PM
[...]

Thank you so much! This fixed everything! You guys are awesome!
2  Bitcoin / Hardware / Re: GekkoScience NewPac / Terminus R606 (BM1387) Official Support Thread on: March 12, 2021, 05:11:15 PM
[...]

Thank you for your help. I changed from 20.10 to 20.04 and was able to run cgminer.

However, i have hit a different problem. Once I have cgminer running it gives me this message.

Code:
 [2021-03-12 17:06:06.672] Started cgminer 4.11.1
 [2021-03-12 17:06:06.674] Probing for an alive pool
 [2021-03-12 17:06:06.855] Pool 0 difficulty changed to 8192
 [2021-03-12 17:06:06.968] Rejected untracked stratum share from pool 0
 [2021-03-12 17:06:07.891] USB init, open device failed, err -3, you don't have privilege to ac
cess - GSH device 1:5
 [2021-03-12 17:06:07.891] See README file included for help
 [2021-03-12 17:06:07.891] GekkoScience detect (1:5) failed to initialise (incorrect device?),
resetting
 [2021-03-12 17:06:07.892] No devices detected!
 [2021-03-12 17:06:07.892] Waiting for USB hotplug devices or press q to quit
 [2021-03-12 17:06:07.893] Network diff set to 21.4T
 [2021-03-12 17:06:13.109] USB init, open device failed, err -3, you don't have privilege to ac
cess - GSH device 1:5
 [2021-03-12 17:06:13.110] See README file included for help
 [2021-03-12 17:06:13.110] GekkoScience detect (1:5) failed to initialise (incorrect device?),
resetting

Ive tried different things but i have still run into this issue. Any help would be great! Again I really appreciate the help so far.
3  Bitcoin / Hardware / Re: GekkoScience NewPac / Terminus R606 (BM1387) Official Support Thread on: March 09, 2021, 11:04:07 PM
Thank you for your help. I checked to make sure there was a space but i still received:

Code:
bash: ./cgminer: No such file or directory
4  Bitcoin / Hardware / Re: GekkoScience NewPac / Terminus R606 (BM1387) Official Support Thread on: March 09, 2021, 09:42:26 PM
Im having problems setting up cgminer on Ubuntu 20.10. I want to have it setup to mine pool.

I have gone through the steps as show on the forum:

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

sudo apt-get install -y build-essential git autoconf automake libtool pkg-config zlib1g-dev libcurl4-openssl-dev libncurses5-dev libusb-1.0-0-dev libudev-dev
    
mkdir -p mining/newpac; cd mining/newpac
git clone -b r606 https://github.com/vthoang/cgminer.git
cd cgminer

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

I then put:

Code:
cd ~/mining/newpac/cgminer
./cgminer-o pool - u -p --suggest-diff 32 --gekko-newpac-freq 100

And get the message:

Code:
bash: ./cgminer-o: No such file or directory

Any help is appreciated!
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!