Pages:
Author

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

newbie
Activity: 2
Merit: 0
Hello there,

My NewPAC feels very hot to the touch a few minutes after being plugged into the USB hub,
*despite* not being used by cgminer, just sitting there doing nothing.

Any thoughts on whether this is normal?

I had been hoping to not use any fan at all at 100 Mhz, wishful thinking?
member
Activity: 114
Merit: 151
Also 2 additional things.  It would be best to put your command into a .sh file set it to executable and all you have to do is just sudo ./filename.sh  and good to go.

Which brought up the 2nd point, this error:
Code:
USB init, open device failed, err -3, you don't have privilege to acess -GSH device 1:7

You received the privilege access to your USB device.  You will need to use sudo before the command.
legendary
Activity: 3583
Merit: 1094
Think for yourself

I've not seen that command in any instructions.

Follow the official instructions in the top post or the more step by step instructions found here

https://bitcointalksearch.org/topic/m.50968875
newbie
Activity: 1
Merit: 3
Hello everybody,

I'm new to the mining and Linux/raspberry topic, but i'm pretty know in computers in general.
My problem is, that the cgMinier 4.11.1 dosen't recognize my USB Miner "bitshopper GekkoScience NewPac",
or let me acess it.

I hope, that someone here can help me. I'm really frustrated and desperate.

I installed, i don't know for sure, rasbian (i guess) on the raspberry Pi
Everything's working fine so far.

I used the terminal with these commands in the following order:

Code:
sudo apt-get update
sudo apt-get upgrade
wget http://gekkoscience.com/misc/cgminer-gekko.tar.gz
tar -xvzf cgminer-gekko.tar.gz
cd cgminer-gekko-rev2  (thats how the folder is called, don't know why)
sudo apt-get install build-essential autoconf automake libtool
./autogen.sh
./configure -enable-gekko
sudo apt-get install build-essential autoconf automake libtool pkg-config libcurl3-dev libudev-dev
sudo apt-get install build-essential autoconf automake libtool libcurl4-openssl-dev pkg-config libncurses5-dev libusb-1.0-0-dev and libudev-dev
make [nothing happend]

I start cgminer with this command:

Code:
cd ~/mining/newpac/cgminer
./cgminer -o Stratum+tpc://stratum.slushpool.com:3333 -u (workername) -p (password) --suggest -diff 32 --gekko-newpac-freq 120

Tried it with sudo too.

Programm is starting, but doesn't start minning!

I recieve this error everytime:

Code:
USB init, open device failed, err -3, you don't have privilege to acess -GSH device 1:7

I used

Code:
sudo apt-get install input-utils
sudo lsinput

to look for the miner, but there are just 8 inputs by the mouse and the keyboard

I used

Code:
cd ~/git/vthoang/cgminer/
sudo usermod -G plugdev -a `whoami`
sudo cp 01-cgminer.rules /etc/udev/rules.d/
sudo reboot

after that the error is gone, but no USB device ist detected

I used the miner and the Orico USb 2.0 HUB, to which the stick is connected, on my windows PC.
No problem at all works just fine.

That's where i'am right now, don't have any ideas anymore, that's why i'm here.

Pls help!

Greetings Ricardo
legendary
Activity: 3583
Merit: 1094
Think for yourself
I am looking at the latest version for desktop 19.04, is this one ok or should I go with the previous version 18.04 ?

From what I understand the odd versions are like betas and the even numbers are the supported releases.  I would go with the 18.04 LTS (Long Term Support) version.
jr. member
Activity: 57
Merit: 18
Based on what you're telling me, The miner appears to be detected MacOS. take a look at this procedure to remove the VPS modem driver:

https://bitcointalksearch.org/topic/m.50638400

As you suggested I tried this but still with no luck on this machine ..

and even with no hashrate somehow it was just satisfying to install cgminer with homebrew !

Code:
cgminer version 4.11.1 - Started: [2019-10-09 11:38:08.878]
--------------------------------------------------------------------------------
 (5s):0.000 (1m):0.000 (5m):0.000 (15m):0.000 (avg):0.000h/s
 A:0  R:0  HW:0  WU:0.0/m
 Connected to de.ckpool.org diff 10K with stratum as user
 Block: 14438d41...  Diff:12.8T  Started: [11:38:08.673]  Best share: 0
--------------------------------------------------------------------------------
 [U]SB management [P]ool management [S]ettings [D]isplay options [Q]uit
--------------------------------------------------------------------------------
 [2019-10-09 11:38:07.636] Started cgminer 4.11.1
 [2019-10-09 11:38:07.636] Probing for an alive pool
 [2019-10-09 11:38:08.193] Pool 0 difficulty changed to 10000
 [2019-10-09 11:38:08.416] Pool 0 message: Authorised, welcome to solo.ckpool.org!
 [2019-10-09 11:38:08.672] Pool 0 difficulty changed to 128
 [2019-10-09 11:38:08.673] Network diff set to 12.8T
 [2019-10-09 11:38:08.877] No devices detected!
 [2019-10-09 11:38:08.878] Waiting for USB hotplug devices or press q to quit

When you mentioned swapping from USB2 and USB3 i figured; imo if you have the technical expertise to setup a Hackintosh, I would recommend you dual boot into Ubuntu on a separate drive.  it will be far less PITA to troubleshoot on your exact, same hardware. Even the Identifier (e.g. imac13,1 imac13,2 imac14,2) you picked in Clover can make a huge difference as to how ports are addressed, and is typically hardware-specific to your motherboard and chipsets. I can help out with mining on MacOS, but troubleshooting hackintoshes is out of my wheelhouse.

I ended up buying a ssd where I will be installing Ubuntu as you recommended, hopefully I can manage.

I am looking at the latest version for desktop 19.04, is this one ok or should I go with the previous version 18.04 ?

Thank you for all the help !
legendary
Activity: 2254
Merit: 2419
EIN: 82-3893490
Hello everyone,
I am having trouble setting up my gekko science terminus r606. I have downloaded and installed the drivers, extracted cgminer to folder. Using ckpool and atom wallet.  When I try to exe. cgminer from cmd prompt, with my wallet address and password it says cgminer.exe is not recognized as an internal or external command, operable program or batch file.
Could someone please help me with this . It is driving me crazy. Thank you in advance!

are you putting the full path of the cgminer.exe in your command prompt?

Myself, I just edit the cgminer.exe text and create multiple versions for various speeds and pools and then just double click the cgminer.exe and run it that ways.
newbie
Activity: 1
Merit: 0
Hello everyone,
I am having trouble setting up my gekko science terminus r606. I have downloaded and installed the drivers, extracted cgminer to folder. Using ckpool and atom wallet.  When I try to exe. cgminer from cmd prompt, with my wallet address and password it says cgminer.exe is not recognized as an internal or external command, operable program or batch file.
Could someone please help me with this . It is driving me crazy. Thank you in advance!
sr. member
Activity: 420
Merit: 263
let's make a deal.
not that I can tell, here is what I get when starting cgminer, I would say no error beside the no device found...

Based on what you're telling me, The miner appears to be detected MacOS. take a look at this procedure to remove the VPS modem driver:

https://bitcointalksearch.org/topic/m.50638400

You mentioned this branch to cgminer, I am just a little confused.
Should I run the Homebrew code you guys talk about on the first page ?
And then your branch ? Or just run your branch code ?
I am asking because I don't understand the code ..  so not sure how to proceed, thank you!

please read the above link again - it has the exact command you need to compile the r606 branch of the mining software.

well, it's actually a hackintosh I put together, the identifier was installed as a iMac late 2012 running 10.12.6, I wanna say 13,1 but could also be 13,2 (21 vs 27 inch imac)...

When you mentioned swapping from USB2 and USB3 i figured; imo if you have the technical expertise to setup a Hackintosh, I would recommend you dual boot into Ubuntu on a separate drive.  it will be far less PITA to troubleshoot on your exact, same hardware. Even the Identifier (e.g. imac13,1 imac13,2 imac14,2) you picked in Clover can make a huge difference as to how ports are addressed, and is typically hardware-specific to your motherboard and chipsets. I can help out with mining on MacOS, but troubleshooting hackintoshes is out of my wheelhouse.
legendary
Activity: 3374
Merit: 1859
Curmudgeonly hardware guy
Eyeboot ships from Hong Kong which is sorta in that corner of the globe. MineFarmBuy and 419mining both will ship international from USA. ASICPuppy might also but I don't know for sure.
full member
Activity: 215
Merit: 116
Why so serious?
Any idea where can I buy few more GekkoScience NewPacs with delivery options to New Zealand?
legendary
Activity: 3583
Merit: 1094
Think for yourself
Those look like instructions for building CGMiner.  But I don't know anything about Mac stuff.  Search through the thread, I think somebody got it to work on a Mac but I don't know how successful they were.

You would probably be better off using Ubuntu or a Pi 4.
jr. member
Activity: 57
Merit: 18
All I can see in the top post about macs is this line of code I don't understand. Should I just run it or am I missing something ?

Mac OSX Compiling with Homebrew (NewPac Only / R606 support on the way)

    El Capitan (10.11.6)

Code:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew doctor
brew tap vthoang/cgminer
brew install cgminer
legendary
Activity: 3583
Merit: 1094
Think for yourself
You need to use the version of CGMiner VH made for the Gekko equipment which is linked on the top post.  Regular CGMiner does not work with the R606 or sticks. Also the version you are trying to use is ancient so it probably doesn't work with anything current.
jr. member
Activity: 57
Merit: 18
1. which mac are you on?  >About This Mac>System Report>Model Identifier  (e.g. MacPro5,1)

well, it's actually a hackintosh I put together, the identifier was installed as a iMac late 2012 running 10.12.6, I wanna say 13,1 but could also be 13,2 (21 vs 27 inch imac)
it's a gygabyte Z170-HD3 motherboard with a intel 3.7 GHz Intel Core i3 and a crucial PSU, no video card, I am using the machine as a home server so I only access it remotely

2. Do you get some sort of error message?

not that I can tell, here is what I get when starting cgminer, I would say no error beside the no device found

Code:
[2019-10-07 14:48:47] Started cgminer 4.3.3
[2019-10-07 14:48:49] No devices detected!
[2019-10-07 14:48:49] Waiting for USB hotplug devices or press q to quit
[2019-10-07 14:48:49] Need to specify at least one pool server.
Input server details.
URL:
de.ckpool.org:3333    should I use stratum+tcp://de.ckpool.org:3333 instead ? not even sure what the difference is here ..
Username:
[btc] address
Password:
x

and then it logs in ck pool, I get the authorised and welcome message

Code:
[2019-10-07 15:08:15] Pool 0 difficulty changed to 10000
[2019-10-07 15:08:15] Pool 0 message: Authorised, welcome to solo.ckpool.org
[2019-10-07 15:08:15] Probing for an alive pool
[2019-10-07 15:08:16] Network diff set to 12.8T

problem is no hashrate

3. When the r606 is plugged into the mac, in the System Information app, does it show up as a device under Hardware>USB>USB Device Tree ?

Under USB it shows up as R606 Bitcoin Miner

and below all a bunch of data

Code:
R606 Bitcoin Miner:

  Product ID: 0x6015
  Vendor ID: 0x0403  (Future Technology Devices International Limited)
  Version: 10.00
  Serial Number: GS-100XXXXXX
  Speed: Up to 12 Mb/sec
  Manufacturer: GekkoScience
  Location ID: 0x14600000 / 1
  Current Available (mA): 500
  Current Required (mA): 90
  Extra Operating Current (mA): 0
  Built-In: Yes

vh created an r606 branch to the cgminer compile.  perhaps try testing this branch. See this post for compiling instructions:

https://bitcointalksearch.org/topic/m.51597960

You mentioned this branch to cgminer, I am just a little confused.
Should I run the Homebrew code you guys talk about on the first page ?
And then your branch ? Or just run your branch code ?
I am asking because I don't understand the code ..  so not sure how to proceed, thank you!
sr. member
Activity: 420
Merit: 263
let's make a deal.
vh created an r606 branch to the cgminer compile.  perhaps try testing this branch. See this post for compiling instructions:

https://bitcointalksearch.org/topic/m.51597960

1. which mac are you on?  >About This Mac>System Report>Model Identifier  (e.g. MacPro5,1)

2. Do you get some sort of error message?

3. When the r606 is plugged into the mac, in the System Information app, does it show up as a device under Hardware>USB>USB Device Tree ?
jr. member
Activity: 57
Merit: 18
Hi all !

So Christmas came early for me today .. https://imgur.com/MOICfnT

But somehow playing with cgminer in the last month and nothing connected to it wasn't enough to get everything up and running.

I don't have a fan yet for the newpacs so for now I am just trying to run the r606 (btw I thought it'd be bigger)

Anyhow, I am running cgminer 4.3.3 on a mac (downloaded it from spaceman) but the interface doesn't see the usb.

I bought the power brick but then read that it's more efficient connecting the power to a PSU (so I did), the usb cable goes to a 2.0 usb on the motherboard (also tried 3.0 with no luck)

I connect to the ck solo at de.ckpool.org:3333 then use my btc address for username and x for password

I read about the need? (not sure) to compile Homebrew, is that it for me ? Do I just punch in that code ?

Also running your syntax doesn't seem to work, not sure if relevant

OS X

Code:
cgminer -o stratum+tcp://pool.ckpool.org:3333 -u 1BURGERAXHH6Yi6LRybRJK7ybEm5m5HwTr -p x --suggest-diff 128

That's why I just hit enter at the precompiled version of cgminer and only then I type in the url, user and password in the terminal, not sure what else to do, any suggestions please ?
legendary
Activity: 3583
Merit: 1094
Think for yourself
Thanks very much for the info.  I've added a question 6 to my previous post...what do you think to adding the --btc-address xyz for soloing as per the readme?

"--btc-address" is required for solo mining to your local Bitcoin client.  If you are solo mining to a solo pool like solo.ckpool.org it is not required since that is a pool and not your local bitcoin client.
newbie
Activity: 27
Merit: 30
Thanks very much for the info.  I've added a question 6 to my previous post...what do you think to adding the --btc-address xyz for soloing as per the readme?
legendary
Activity: 3583
Merit: 1094
Think for yourself
[...]

Your R606 numbers look good and inline with what I get at power level 5 on my batch 2 unit.

2.  ASIC's have always gotten Hardware faults, that is pretty much a characteristic of ASIC's.  I don't even look at them anymore as long as my hashrate is decent, and yours is.

3.  You shouldn't need to worry about setting a minimum difficulty for any decent pool.  That setting is just so that an ASIC doesn't flood a pool with diff 1 shares before the pool adjusts to a reasonable value.  Most good pools start at a high value and adjust to a reasonable value that produces around 18 shares per minute. So don't worry about it and let the pool adjust it as the pool will do the adjustment regardless of what you set anyway.

5.  With Gekko gear you need to se VH's versions of CGMiner "."
Pages:
Jump to: