Author

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

jr. member
Activity: 120
Merit: 2
which rasp pi?

 the 3 the 3 plus or an older version.

how big is the sd or micro sd card?

what is the  power brick you use?

using the RPI3B. 16gb SD with a fresh raspian install. Using the adifruit power brick that the pi came with.
member
Activity: 177
Merit: 10
Looking to get about 10 of these. Any recommendations on a powered hub i can look into?

Plan to run off a raspberry pi if it will accomodate that much.
vh
hero member
Activity: 699
Merit: 666
Anybody stable on raspian? cgminer is still crashing every 24-48 hours for me. Getting the error : corrup25.789] Shutdown signal received. Really stumped here

I haven't been able to recreate the issue on my RPi3.

I'm assuming you already updated to the latest build from Nov 6 (a few posts back).

Other thoughts:
  • If you have different miners, use the new options from the latest build to separate them.  
  • Try reducing the number of miners per instance to see if it makes a difference --usb :3
legendary
Activity: 4102
Merit: 7765
'The right to privacy matters'
Anybody stable on raspian? cgminer is still crashing every 24-48 hours for me. Getting the error : corrup25.789] Shutdown signal received. Really stumped here

which rasp pi?

 the 3 the 3 plus or an older version.

how big is the sd or micro sd card?

what is the  power brick you use?
jr. member
Activity: 120
Merit: 2
Anybody stable on raspian? cgminer is still crashing every 24-48 hours for me. Getting the error : corrup25.789] Shutdown signal received. Really stumped here
member
Activity: 62
Merit: 10
i get

Code:
cgminer version 4.11.1 - Started: [1971-12-25 06:10:28.504]

except for that minor detail it runs fine

Mine does this as well while 4.10 report the correct date/time.
hero member
Activity: 2478
Merit: 621
Superb thanks vh!
vh
hero member
Activity: 699
Merit: 666
Vh,  does the new cgminer version include asicboost or is it still in development? Thanks.

Yes.   Add command line option --gekko-newpac-boost, when connecting to a known Overt AB supported pool.
You can run it once with --verbose to look for the midstate messages, but there's not much noticeable difference otherwise unless you have a USB Amp meter to compare before / after.

@100MHz was 2.65W, with AsicBoost measured 2.35W.      (default)
@200MHz was 4.66W, with AsicBoost measured 4.20W.      (fan cooled)
@400MHz was 9.63W, with AsicBoost measured 8.38W.      (out of support zone)
@600MHz was 13.62W, with AsicBoost measured 12.45W.  (damage if fan gets tired zone)
hero member
Activity: 2478
Merit: 621
Vh,  does the new cgminer version include asicboost or is it still in development? Thanks.
newbie
Activity: 4
Merit: 0
The rig
https://imgur.com/xtIc0WJ

The cgminer screen cap
https://imgur.com/RBwbtV5

Running great on ckpool
legendary
Activity: 3304
Merit: 1842
Curmudgeonly hardware guy
Errors matter very little with the NewPac. Just watch that the hashrate stays up around 98-100% of expected; if it drops, maybe adjust upward a little bit. I have some sticks running at 600MHz on stock voltage (about 830 mV) and 99.5% target hashrate.
Bez
newbie
Activity: 14
Merit: 0
What should the vcore be set to?  I just got my newpac today and it isn't wanting to work.  I thought I would check the vcore but I couldn't find what it should be.  Thanks!

I got my newpac working but I would still like to know what the vcore should be set to.  I am getting a fair ammount of errors so I'm guessing more voltage would help but I don't want to do to much.  A chart like you made for the 2pac would be much appreciated.
sr. member
Activity: 473
Merit: 250
Sodium hypochlorite, acetone, ethanol
i get

Code:
cgminer version 4.11.1 - Started: [1971-12-25 06:10:28.504]

except for that minor detail it runs fine
vh
hero member
Activity: 699
Merit: 666
A new build is available:  09a2f37

Windows binary: http://23.108.83.14/images/cgminer-4.11.1-windows-gekko-09a2f37.7z

 - Lowered unhealthy hashrate sensitivity for non-newpac down to 33%.

 - Added testing options --gekko-compac-detect, --gekko-2pac-detect, --gekko-terminus-detect and --gekko-newpac-detect

      usage: separates out miner types per cgminer instance.  detects all types if not specified.

      to assign only newpacs to a cgminer, include in the command line options:
         screen 1's cgminer add:   --gekko-newpac-detect
       
      remember if you set one, set all other instances too:
         screen 2's cgminer add:   --gekko-compac-detect --gekko-terminus-detect
         screen 3's cgminer add:   --gekko-2pac-detect
   
 - Added testing option --gekko-newpac-boost

      Triggers asics to do some extra stuff when connected to version rolling enabled pools.
      Hash rate remains as expected for the frequency, power usage is reduced by about 10%.
      Will hose startup if trying to connect with option to unsupported pool.

 - Updated udev rules file to allow access to newpac as non-root user.


Best practice update process: keep old working version handy.
  • move the existing "cgminer" folder to "cgminer.yyyymmdd"
  • clone repository to create a new cgminer folder as noted from first post instructions.


jr. member
Activity: 103
Merit: 1
Took me 2 days trying to figure it out, now it works perfect, Thanks!!!!
vh
hero member
Activity: 699
Merit: 666
So I just got my NewPac works fine with windows7.
But I can't make work with my new Raspberry - I did everything step by step from the fist post and got stuck with "failed usb_init"

[...]

Didn't help either

Does anybody has same issues like I do?

Looks like I missed a step.

Options:
1 - Run as root.
2 - Wait until next build release.
3 - Append this to the bottom of the 01-cgminer.rules file and try that step again.

Code:
# GekkoScience
ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6015", SUBSYSTEM=="usb", ACTION=="add", MODE="0666", GROUP="plugdev"
jr. member
Activity: 103
Merit: 1
So I just got my NewPac works fine with windows7.
But I can't make work with my new Raspberry - I did everything step by step from the fist post and got stuck with "failed usb_init"

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

Didn't help either

Does anybody has same issues like I do?
Bez
newbie
Activity: 14
Merit: 0
What should the vcore be set to?  I just got my newpac today and it isn't wanting to work.  I thought I would check the vcore but I couldn't find what it should be.  Thanks!
legendary
Activity: 4102
Merit: 7765
'The right to privacy matters'
I did windows  win 10     Ccminer 4.11

Zadig on all sticks

I have a top end pc with 16 gb a 500 gb sd and an i7 6700t

I have an eyboot hub 49 ports with a high end psu 240 watts.

I will post bat in a bit.

So 8 sticks pull maybe

8+8 = 16
8.     = 16
5x4. = 40

So 72 watts.

Code:
cgminer -o stratum+tcp://stratum.bravo-mining.com:3333 -u philipma1957.two --gekko-compac-freq 150 --gekko-2pac-freq 125 --gekko-newpac-freq 175 -p x

My 2pac may be dying.

But all the compacs work with the NewPacs
full member
Activity: 214
Merit: 100
1KippERXwH1PdBxKNt1ksgqh89WBv6CtWQ
Hopefully this post will not be delete...
But can you elaborate on you command line you are using for all the versions of 'pacs' you are using?  My original compacs appear to be coming up as unhealthy and reseting.

Code:
 [2018-10-30 21:28:05.810] Accepted c6edda73 Diff 329/128 GSH 2 
 [2018-10-30 21:28:10.224] Accepted 01bad167 Diff 148/128 GSC 3
 [2018-10-30 21:28:22.698] Accepted 3a031230 Diff 1.13K/128 GSH 1
 [2018-10-30 21:28:23.540] Accepted 01693d40 Diff 181/128 GSC 1
 [2018-10-30 21:28:28.591] Accepted 019e7299 Diff 158/128 GSH 1
 [2018-10-30 21:28:31.419] Accepted 7cc08b50 Diff 525/128 GSH 0
 [2018-10-30 21:28:35.420] Accepted 018304b8 Diff 169/128 GSH 3
 [2018-10-30 21:28:37.380] Accepted 01030972 Diff 253/128 GSH 0
 [2018-10-30 21:28:41.453] Accepted 7e039bef Diff 520/128 GSH 3
 [2018-10-30 21:28:41.667] 5735283823 : 2794884994 : 8250000000
 [2018-10-30 21:28:41.668] GSC 0: unhealthy miner
 [2018-10-30 21:28:41.773] GSC 0 failure, disabling!
 [2018-10-30 21:28:41.774] GSC 0: setting frequency to 100.00MHz
 [2018-10-30 21:28:49.283] GSC 6: Compac BM1384 Bitcoin Miner (10000175)
 [2018-10-30 21:28:49.284] Hotplug: GekkoScience added GSC 6
 [2018-10-30 21:28:49.285] GSC 6: read thread created
 [2018-10-30 21:28:49.334] GSH 3: missing nonces
 [2018-10-30 21:28:49.334] GSH 2: missing nonces
 [2018-10-30 21:28:49.392] GSC 6: found 1 chip(s)
 [2018-10-30 21:28:49.423] GSH 2: Toggling ASIC nRST to reset
 [2018-10-30 21:28:49.511] GSC 6: setting frequency to 150.00MHz
 [2018-10-30 21:28:49.517] GSC 6: open cores @ 150.00MHz
 [2018-10-30 21:28:49.552] 5851544532 : 3047242946 : 8250000000
 [2018-10-30 21:28:49.552] GSC 3: unhealthy miner
 [2018-10-30 21:28:49.555] GSC 3 failure, disabling!
 [2018-10-30 21:28:49.555] GSC 3: setting frequency to 100.00MHz
 [2018-10-30 21:28:49.608] GSH 3: Toggling ASIC nRST to reset
 [2018-10-30 21:28:50.069] GSH 2: found 2 chip(s)
 [2018-10-30 21:28:50.177] GSH 2: setting frequency to 100.00MHz
 [2018-10-30 21:28:50.184] GSH 2: open cores @ 100.00MHz
 [2018-10-30 21:28:50.192] GSH 2: start work @ 100.00MHz
 [2018-10-30 21:28:50.363] GSH 3: found 2 chip(s)
 [2018-10-30 21:28:50.477] GSH 3: setting frequency to 100.00MHz
 [2018-10-30 21:28:50.489] GSH 3: open cores @ 100.00MHz
 [2018-10-30 21:28:50.497] GSH 3: start work @ 100.00MHz
 [2018-10-30 21:28:52.783] Accepted 4d3477f4 Diff 849/128 GSC 4
 [2018-10-30 21:28:53.777] Accepted 016ce20a Diff 180/128 GSH 0
 [2018-10-30 21:28:54.534] GSC 7: Compac BM1384 Bitcoin Miner (10000391)
 [2018-10-30 21:28:54.534] Hotplug: GekkoScience added GSC 7
 [2018-10-30 21:28:54.534] GSC 7: read thread created
 [2018-10-30 21:28:54.641] GSC 7: found 1 chip(s)
 [2018-10-30 21:28:54.758] GSC 7: setting frequency to 150.00MHz
 [2018-10-30 21:28:54.763] GSC 7: open cores @ 150.00MHz
 [2018-10-30 21:28:55.837] Accepted b9610b8b Diff 354/128 GSH 3
 [2018-10-30 21:28:56.260] Accepted 3f53a426 Diff 1.03K/128 GSC 1
 [2018-10-30 21:28:59.183] GSC 6: start work @ 150.00MHz
 [2018-10-30 21:29:00.665] Accepted 01b78e2e Diff 149/128 GSH 1
 [2018-10-30 21:29:02.838] Accepted 01369efe Diff 211/128 GSC 6
 [2018-10-30 21:29:04.386] GSC 7: start work @ 150.00MHz
 [2018-10-30 21:29:05.514] Accepted 86bdee08 Diff 486/128 GSH 3
Jump to: