Pages:
Author

Topic: GekkoScience NewPac / Terminus R606 (BM1387) Official Support Thread - page 19. (Read 62004 times)

newbie
Activity: 19
Merit: 2
I'm wondering if someone can help me.

I'm attempting to install cgminer on a Rasberry pi 4 to ultimately control an GekkoScience NEWPAC or two.

In following the instructions on page 1, when I enter the line "git clone -b r606 https://github.com/vthoang/cgminer.git" and try to execute it I get an error message saying that it dose not exist.

I've looked at that directory on github and I see that ie dose exist so I'm a bit confused as to what I'm doing wrong.

TNX
newbie
Activity: 83
Merit: 0
I'm a newbie and started to mine using the GekkoScience NewPac. The most I have used is at 200Mhz via Solo pool.
I run it on its own 2amp power supply USB hub and have a dedicated cooling fan on it. Can I run it at 300Mhz?? On the table on the first page, all frequencies above 200Mhz are greyed out.  Huh
Thank you
Abulig.

I run 492mhz and get over 100 gh/s on coiminerz.com just fine but with a good fan 24/7.
newbie
Activity: 4
Merit: 0
[...]

Thank you so much! This fixed everything! You guys are awesome!
member
Activity: 100
Merit: 29
Please don't suggest to run cgminer as root. All that's needed is to copy the udev rules across.

See Q&A section from first post:

Quote
Q. How to get past "USB init, open device failed" ... "you don't have privilege to access" error.

Code:
cd ~/git/vthoang/cgminer/
sudo usermod -G plugdev -a `whoami`
sudo cp 01-cgminer.rules /etc/udev/rules.d/
sudo reboot
legendary
Activity: 3586
Merit: 1098
Think for yourself
I think you have to put "sudo" in front of the ./cgminer.
newbie
Activity: 4
Merit: 0
[...]

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.
hero member
Activity: 2534
Merit: 623
Anything over stock freq is not guaranteed and will void and warranty. If you have good active cooling then up the freq as much as you dare. I hit 650m with my 6 sticks and ran for 18months without problems.
newbie
Activity: 24
Merit: 8
I'm a newbie and started to mine using the GekkoScience NewPac. The most I have used is at 200Mhz via Solo pool.
I run it on its own 2amp power supply USB hub and have a dedicated cooling fan on it. Can I run it at 300Mhz?? On the table on the first page, all frequencies above 200Mhz are greyed out.  Huh
Thank you
Abulig.
member
Activity: 100
Merit: 29
If the cgminer binary is not there - and you are in the directory where it has been built when running ./cgminer - it means that the compilation did not succeed.

Check for errors in the output of the build process. You can always re-run make, which should help to pinpoint the issue, as it will bail out at the very same step again. Most probably a needed package is missing.
legendary
Activity: 3586
Merit: 1098
Think for yourself
Im having problems setting up cgminer on Ubuntu 20.10. I want to have it setup to mine pool.

The .10 version may be the issue.  Here's a past post on that version

Anyone got this to compile on Ubuntu 20.10? I get errors.

Copied and pasted from 1st post.

I haven't tried 20.10.  Others have tried other versions of the .10 beta's and have had trouble.  I would probably try the 20.04 LTS.  Or switch to a Pi 4, which is what most of us did.


Yep, got it to build on 20.04, THANKS for the advice!
newbie
Activity: 4
Merit: 0
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
hero member
Activity: 2534
Merit: 623
[...]

Put a space between the the cgminer and -o. So "./cgminer -o".

[...]

Huh  You said you were mining dogecoin??


P.S. Not sure why the cropped quote I did wasn't right. I only quoted the bit I was referring to  Roll Eyes
newbie
Activity: 4
Merit: 0
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!
newbie
Activity: 2
Merit: 0
when i put haha or any password try to execute the file it's going to show up for 1 sec then close.

i'm mining bitcoin at slushpool and it's working properly.

running at 450mhz right now.
hero member
Activity: 2534
Merit: 623
if you have put "haha" in your worker password on the pool then that's what it should be on your .bat file. Try changing that first and see what happens.

Also you are aware that Dogecoin is Scrypt and NOT SHA256. Gekkoscience products only mine SHA256 algos.
newbie
Activity: 2
Merit: 0
hi im planning to mine dogecoin with this gekkoscience newpac.

i followed all the instruction on the 1st page but it's seems it's not running properly.

tried test_mining.bat and it's seems working properly.

here's the screenshot of my configuration

https://ibb.co/F0z5PFR
https://ibb.co/QNbHbv9

tried to follow aikapool instruction but it's not working properly.

https://ibb.co/NLPBQDc

anybody tried to mine dogecoin on aikapool?

can you guys share your settings thanks.
legendary
Activity: 3416
Merit: 1865
Curmudgeonly hardware guy
Also are you sure it's a NewPac and not a 2Pac?
member
Activity: 100
Merit: 29
This is definitely not normal behaviour. But you need to provide more details if you want to get support for your issue.

  • Windows or Linux?
  • Using desktop/laptop/RaspberryPi as cgminer host?
  • Fan pointing at the stick's cooler?

Also please share the the output of

Code:
cgminer -n

And, probably most important, did you follow all the steps as listed in the first post of this thread?
newbie
Activity: 2
Merit: 0
hero member
Activity: 2534
Merit: 623
I set 200 freq on my new pac but he work only at 10gh/s, can help me?

ps: in 100 freq work at 10 gh/s, at 200 freq work at 1 gh/s

Need more information.

What OS are you using?
What version of cgminer?
What usb hub are you using (mains powered or passive?)?
Is the stick being cooled by a fan?
Pages:
Jump to: