Bitcoin Forum
April 24, 2024, 02:29:29 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 [19] 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 ... 115 »
  Print  
Author Topic: GekkoScience NewPac / Terminus R606 (BM1387) Official Support Thread  (Read 61319 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic. (1 post by 1+ user deleted.)
vh (OP)
Hero Member
*****
Offline Offline

Activity: 699
Merit: 666


View Profile
March 04, 2019, 05:29:03 PM
 #361

Is this the point where i have to adjust the voltage of the 2nd stick? like sayd in the first pages of this thread.
Or is it not usefull to adjust voltage?
Bit in doubt here

voltage setting (potentiometer) and available power (hub) has an affect to the max stable MHz.

As gt_addict mentioned, its effect varies per stick.

If you want to test voltage tuning, focus in on one stick (without anything else drawing power) and adjust 1-2 degrees at time.
Try to stay within a few degrees of its original setting.

Each time you move clockwise that it consumes more power and runs hotter, even at lower frequencies.

If unchecked, this can quickly lead to heat based damage so keep it as low as you can, or don't change it at all.

1713925769
Hero Member
*
Offline Offline

Posts: 1713925769

View Profile Personal Message (Offline)

Ignore
1713925769
Reply with quote  #2

1713925769
Report to moderator
1713925769
Hero Member
*
Offline Offline

Posts: 1713925769

View Profile Personal Message (Offline)

Ignore
1713925769
Reply with quote  #2

1713925769
Report to moderator
1713925769
Hero Member
*
Offline Offline

Posts: 1713925769

View Profile Personal Message (Offline)

Ignore
1713925769
Reply with quote  #2

1713925769
Report to moderator
"Bitcoin: the cutting edge of begging technology." -- Giraffe.BTC
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
WilcoWi
Member
**
Offline Offline

Activity: 88
Merit: 85


View Profile
March 04, 2019, 06:46:41 PM
Last edit: March 04, 2019, 07:04:36 PM by WilcoWi
 #362

thx, i'll try adjust voltage just a little bit.
My 1st stick runs very very cool @ 600 Mhz, so adjusting a little bit wont be a problem.
The fans i got work well Smiley
Btw i use GS hub

THe other question i got about the serial option to make sticks run on different freq, any1 know more about that? possibble or not.
vh (OP)
Hero Member
*****
Offline Offline

Activity: 699
Merit: 666


View Profile
March 04, 2019, 09:23:29 PM
Last edit: March 05, 2019, 01:01:27 AM by frodocooper
 #363

Quote from: WilcoWi link=topic=5053833.msg50020682#msg50020682
Btw i use GS hub...

+1

Even on that nice hub, keep in mind the power output will still be constrained by the power input and the shared regulators.

While the "All" option is still available near the site's page navigation, click it and search for "serial".

Morlok8k
Newbie
*
Offline Offline

Activity: 23
Merit: 29


View Profile
March 05, 2019, 12:21:54 AM
Last edit: March 05, 2019, 01:04:40 AM by frodocooper
Merited by frodocooper (5), 419mining (2), philipma1957 (1)
 #364

THe other question i got about the serial option to make sticks run on different freq, any1 know more about that? possibble or not.

Yeah, I’m the one who asked for the serial number targeting added to the cgminer code.

Sadly, there is no current way of setting multiple frequencies to the same type of asic in once instance of cgminer. So here’s what you do:

Get your serial numbers.  You can verify them with

Code:
cgminer -T --usb-dump 1 > usbinfo.txt

then open usbinfo.txt and look for the following section(s):

Code:
        Manufacturer: 'GekkoScience'
        Product: '2Pac BM1384 Bitcoin Miner'
        Serial 'GS-10019785'

Take your normal cgminer launch command and modify like this to include all 2pacs you want at the same frequency:

Code:
cgminer -o stratum+tcp://pool.ckpool.org:3333 -u 1HpnRjN2ru4NhYFrZFsXe3JXCyJWW9fDeh.2pac -p x --suggest-diff 1 --gekko-serial "GS-10019785" --gekko-2pac-detect --gekko-2pac-freq 100

 --gekko-2pac-detect only finds 2pac's.  The --gekko-serial will only find the serials listed in the format shown above.  Yes, that hyphen in GS- is critical.

Make another script for units you want at a different frequency:

Code:
cgminer -o stratum+tcp://pool.ckpool.org:3333 -u 1HpnRjN2ru4NhYFrZFsXe3JXCyJWW9fDeh.2pac -p x --suggest-diff 1 --gekko-2pac-detect --gekko-2pac-freq 200

This will find the rest of your 2pacs (no serial lookup) and run them at 200.  You would need to start this script after the first - unless you want to specify all your serials like this:

Code:
cgminer -o stratum+tcp://pool.ckpool.org:3333 -u 1HpnRjN2ru4NhYFrZFsXe3JXCyJWW9fDeh.2pac -p x --suggest-diff 1 --gekko-serial "GGS-10019358,GS-10021759,GS-10021553,GS-10021581" --gekko-2pac-detect --gekko-2pac-freq 200

For the newpac:

Code:
cgminer -o stratum+tcp://pool.ckpool.org:3333 -u 1HpnRjN2ru4NhYFrZFsXe3JXCyJWW9fDeh.newpac -p x --suggest-diff 1 --gekko-serial "GS-10030095" --gekko-newpac-detect --gekko-newpac-boost --gekko-newpac-freq 400

You can combine these as needed as well - combining newpacs and 2pacs together, as well as compacs and terminus in the same manners.

Example:

Code:
cgminer -o stratum+tcp://pool.ckpool.org:3333 -u 1HpnRjN2ru4NhYFrZFsXe3JXCyJWW9fDeh.0 -p x --suggest-diff 1 --gekko-serial "GS-10000058,GS-10019358,GS-10021759,GS-10021553,GS-10021581,GS-10030095" --gekko-compac-detect --gekko-2pac-detect --gekko-newpac-detect --gekko-newpac-boost --gekko-compac-freq 200 --gekko-2pac-freq 250 --gekko-newpac-freq 425

This would run the selected 4 sticks at: 200 if it’s a compac (GSC 10000058), 250 if it’s a 2pac (GSD 10019358, GSD 10021759, GSD 10021553, GSD 10021581) or 425 if it’s a newpac (GSH 10030095) (with newpac-boost for pools that support it).  Note that the --gekko-xxxx-detect options aren't needed here, unless you also had a terminus connected and on its own cgminer instance, but they can be useful depending on your setup and how you want to group together devices.

Here are all the flags you can use:

For detecting only one type of gekkoscience asic's:

--gekko-compac-detect, --gekko-2pac-detect, --gekko-terminus-detect and --gekko-newpac-detect

For setting frequency:

--gekko-compac-freq, --gekko-2pac-freq, --gekko-terminus-freq, and --gekko-newpac-freq,

For ramping up frequency over time on 2pac & Terminus (not supported on Newpac. The Compac hardware itself supports it, but the code needed for it isn't enabled in vthoang/cgminer yet. (I sent a pull request for it though!)):

--gekko-start-freq 25 --gekko-step-freq 6 --gekko-step-delay 30

(Starts all supported units at 25MHz (minimum), and steps up 6.25MHz (6.25MHz is the minimum step) every 30 seconds until it reaches the --gekko-xxxxx-freq.)

Serial lookup:

--gekko-serial "GS-10019785,GS-10021212,GS-10033333,GS-10033334"

But anyways, Here is what I use right now (I have a troublesome 2pac (GSD 10019785) separated out for testing at the moment - I have been able to get it stable for 2 weeks now at default stock speed and stock voltage - though still with a solid white light.  It won’t take any overclocking over 125, but at least I don't have to underclock it to 25 anymore!):

First script file:

Code:
cgminer -o stratum+tcp://pool.ckpool.org:3333 -u 1HpnRjN2ru4NhYFrZFsXe3JXCyJWW9fDeh.2pac -p x --suggest-diff 1 --gekko-serial "GS-10019785" --gekko-2pac-freq 100

2nd script file (a mix of 1 compac, 4 2pac's and 1 newpac.):

Code:
cgminer --suggest-diff 1 --gekko-serial "GS-10000058,GS-10019358,GS-10021759,GS-10021553,GS-10021581,GS-10030095" --gekko-start-freq 100 --gekko-step-freq 25 --gekko-step-delay 10 --gekko-newpac-boost --gekko-compac-freq 250 --gekko-2pac-freq 200 --gekko-newpac-freq 425 -c miner_conf.json

miner_conf.json contents:

Code:
{
    "api-listen": true,
    "api-allow": "W:127.0.0.1",
    "log-file": "cgminer.log",
    "pools": [
        {
            "url": "stratum+tcp:\/\/pool.ckpool.org:3333",
            "user": "1HpnRjN2ru4NhYFrZFsXe3JXCyJWW9fDeh",
            "pass": "x"
        },
        {
            "url": "stratum+tcp:\/\/solo.ckpool.org:3333",
            "user": "1HpnRjN2ru4NhYFrZFsXe3JXCyJWW9fDeh",
            "pass": "x"
        }
    ]
}

Yeah, I’m lazy and haven't set up that single 2pac for a fail-over to solo.ckpool!  Not that it’s really needed for a single stock speed 2pac though!
Also, the serial for the compac and the newpac isn't needed - since I only have one of each.  But I plan to change that in the future - at least the newpac!  

One other note: Yes, I use "--suggest-diff 1" - my mix of 6 stated above has ckpool auto-correct it to ~112, and the single stock 2pac to ~7.  (32 (the default suggested for ckpool) on the stock single 2pac will still work - you just wont see as much activity)

TL;DR:

figure out your serial numbers, and what frequency each should run at.

take all the identical ones and group them together.

combine groups of generations (compac, 2pac, newpac, etc) into one command to reduce the amount of cgminer instances (if desired)(example: [3 newpacs @ 400, 3 2pacs @ 200, 5 compacs @ 150], and a separate script with: [1 newpac @ 500, 6 2pacs @ 250, 1 compac @ 250], etc.)

profit!
WilcoWi
Member
**
Offline Offline

Activity: 88
Merit: 85


View Profile
March 05, 2019, 02:57:30 AM
Last edit: March 06, 2019, 02:53:41 AM by frodocooper
 #365

YES!!  thx. this works for me.
The sticks indeed differ from each other, but now i can run em @ their own best frequency. For now i am not tuning the voltage. Seems my 1st stick was a good one Smiley

Running 1st stick @ 600 Mhz and 2nd @ 425 Mhz looks like this is max for both.

This option is what does it for me now: --gekko-serial "GS-xxxxxxxx" running two separate instances now. Wonder if cgminer is adapted so only 1 instance is needed, based on serialnumber.

Anyway thx for the help.



+1

Even on that nice hub, keep in mind the power output will still be constrained by the power input and the shared regulators.

While the "All" option is still available near the site's page navigation, click it and search for "serial".

Well tried to search and knew there was a thread handling the serials, but could not find it anymore. I know it was a 2pac thread, but even could not find it.

My power is good, using a single rail 12v power supply. used it for older technobit miners in the past (these miners where pulling much more power), now dedicated to suppling the hub.
Morlok8k
Newbie
*
Offline Offline

Activity: 23
Merit: 29


View Profile
March 05, 2019, 05:48:39 PM
 #366

Wonder if cgminer is adapted so only 1 instance is needed, based on serialnumber.

Anyway thx for the help.

Nope, not without changing a lot of code in cgminer.

Your welcome!  Hope it helps others too.
johnstewart
Newbie
*
Offline Offline

Activity: 21
Merit: 1


View Profile
March 10, 2019, 01:25:13 PM
Last edit: March 11, 2019, 12:18:19 AM by frodocooper
 #367

Hello Everyone !

So i received yesterday a Newpac and he was running smoothly until today :

i got this message on cgminer:

Code:
[2019-03-10 14:21:43.355] GSH 0: Toggling ASIC nRST to reset
[2019-03-10 14:21:48.997] GSH 0: found 0 chip(s)

tried to lowered the frequency to 25 but nothing better ... seems the chips are dead. i never passed a frequency above 150
sidehack
Legendary
*
Offline Offline

Activity: 3304
Merit: 1842

Curmudgeonly hardware guy


View Profile
March 10, 2019, 03:21:17 PM
 #368

Really hope you had a fan on it at that speed, otherwise it probably burned the chips up.

Cool, quiet and up to 1TH pod miner, on sale now!
Currently in development - 200+GH USB stick; 6TH volt-adjustable S1/3/5 upgrade kit
Server PSU interface boards and cables. USB and small-scale miners. Hardware hosting, advice and odd-jobs. Supporting the home miner community since 2013 - http://www.gekkoscience.com
johnstewart
Newbie
*
Offline Offline

Activity: 21
Merit: 1


View Profile
March 10, 2019, 05:19:58 PM
 #369

I just tested this frequency just a few minutes.. i just let it run on the stock speed overdose the night : 100 And this morning was dead ...
gt_addict
Hero Member
*****
Offline Offline

Activity: 2478
Merit: 621


View Profile
March 10, 2019, 05:54:54 PM
 #370

I just tested this frequency just a few minutes.. i just let it run on the stock speed overdose the night : 100 And this morning was dead ...

But as sidehack said....did you have a fan on it?

**SUPPORT SIDEHACK** Miner Development Donations to:  1BURGERAXHH6Yi6LRybRJK7ybEm5m5HwTr

Donations/Tips to:-   1GTADDicTXD1uachKKgW24DZDxDGhSMdRa

Join Bitconnect: https://bitconnect.co/?ref=gtaddict
sidehack
Legendary
*
Offline Offline

Activity: 3304
Merit: 1842

Curmudgeonly hardware guy


View Profile
March 10, 2019, 06:00:02 PM
 #371

I don't know if it's intrinsic to 16nm or something about the 1387 architecture, but these chips are very susceptible to thermal runaway. Take a look at VH's power charts in the first post. The moderately-cooled 200MHz power draw is about the same as the 100MHz uncooled. The BM1384 2Pac worked better (more stable at least) when running a bit hot, but the BM1387 really love the cold. We had to set the stock speed down to 100MHz on the NewPac, even though it's capable of so much more, because of the heat risk.

Cool, quiet and up to 1TH pod miner, on sale now!
Currently in development - 200+GH USB stick; 6TH volt-adjustable S1/3/5 upgrade kit
Server PSU interface boards and cables. USB and small-scale miners. Hardware hosting, advice and odd-jobs. Supporting the home miner community since 2013 - http://www.gekkoscience.com
vh (OP)
Hero Member
*****
Offline Offline

Activity: 699
Merit: 666


View Profile
March 10, 2019, 06:22:27 PM
Last edit: March 11, 2019, 12:19:26 AM by frodocooper
 #372

Unplug the miner and let it rest for an hour without power.

Confirm the potentiometer is at its default location.

https://bitcointalk.org/index.php?topic=5053833.msg48600421#msg48600421

The chips may respond once cooled, if they haven’t fully overheated.

mikso
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
March 12, 2019, 05:13:29 AM
 #373

This is a big, duh now... but hoping this post will confirm for those starting out (like myself) that you should pay a little more for a decent hub if you want to use a lot of these stick miners.  I love shortcuts, but power for these guys isn't something to mess with.

I was super green last month and got the usb hub below thinking I could get this and throw some miners on it and be all good.
https://www.amazon.com/dp/B00GGYU46O

I have only been able to get two to run on the hub (moved them around to different ports) and had to turn down the pot, but I have two newpacs running at 325mhz getting about 98-99% of 74.1 GH/s on each.  If I move them to the stock position, then one will pull the correct voltage and the other fights, and gets reset over and over.  Where I have them set now, if I try to push to 350mhz then the same thing happens, one pulls all the voltage and the other get's hosed.

No heat issues, but I have a fan on them just in case.

When my birthday comes around in August, I'll be asking for a new hub and more newpacs (or the next iterations, if available).  Thanks for all the work and updates on everyone's adventures.

More Reading:
USB HUB THREAD https://bitcointalk.org/index.php?topic=1779423.0;all
NEWPAC Announcement THREAD https://bitcointalk.org/index.php?topic=5053711.0;all - Don't change the potentiometer!
2PAC Support THREAD https://bitcointalk.org/index.php?topic=1764803.0 - learned a lot here too.
RaymondDuby
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
March 17, 2019, 01:58:12 AM
Last edit: March 18, 2019, 03:44:03 AM by frodocooper
 #374

I have purchased several newpac and 2 PAC miners and have been trying desparately to get cgminer and bfgminer to recognize them. Miners supply have been very helpful in suggesting fixes both software and hardware. Nothing to date has caused these miners to be picked up by either program. Both of these programs pick up block erupter and nanofury miners. So I believe these miners have bad drivers. Can you direct me to the manufacturer to get them reloaded or repaired.
sidehack
Legendary
*
Offline Offline

Activity: 3304
Merit: 1842

Curmudgeonly hardware guy


View Profile
March 17, 2019, 04:27:19 AM
 #375

Look in the first post of this thread.

Cool, quiet and up to 1TH pod miner, on sale now!
Currently in development - 200+GH USB stick; 6TH volt-adjustable S1/3/5 upgrade kit
Server PSU interface boards and cables. USB and small-scale miners. Hardware hosting, advice and odd-jobs. Supporting the home miner community since 2013 - http://www.gekkoscience.com
azjewels
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
March 18, 2019, 01:40:21 AM
Last edit: March 18, 2019, 03:44:49 AM by frodocooper
 #376

Darn it.. How long till you guys get more hubs built.. Went to put one of the heavy duty hubs into my cart and said 0 available.. Ive looked I might have one option that's viable as an option which is heavy duty and can do 2.1A per port but its a wee more expensive then the GekkoScience one even including the add on power supply.

One other question for sidehack.. Any plans to create a BM1387 version of the Terminus 808 miner you made with the 1384s?? The thought of something with the mining capacity of 4 Newpacs is almost enough to make somebody drool (minimum 100Ghs on lowest setting vs the 66Ghs of the Terminum plus potential to run 500GH/s (130x4 is 520)).. I doubt itll be immediately but that would be a neat option maybe later this year Wink
419mining
Copper Member
Full Member
***
Offline Offline

Activity: 190
Merit: 111

https://www.419mining.com


View Profile WWW
March 18, 2019, 12:12:13 PM
Last edit: March 19, 2019, 01:20:21 AM by frodocooper
 #377

Darn it.. How long till you guys get more hubs built.. Went to put one of the heavy duty hubs into my cart and said 0 available.. Ive looked I might have one option that's viable as an option which is heavy duty and can do 2.1A per port but its a wee more expensive then the GekkoScience one even including the add on power supply...

We still have a few in stock and will be replenishing before we run out.
https://www.419mining.com/shop/cables/gekkoscience-7-port-base-hub/

*** Checkout the latest in GekkoScience Tech  - Order NOW: use 'Gekkoship' coupon for free US shipping***
Gage-Miner
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
March 18, 2019, 03:38:51 PM
Last edit: March 19, 2019, 01:21:02 AM by frodocooper
 #378

[...]

Filax,

How were you able to get 2 fans to work?  I have not yet built it, just wanted to know before i screw something up.

Thank you.
Morlok8k
Newbie
*
Offline Offline

Activity: 23
Merit: 29


View Profile
March 18, 2019, 10:52:38 PM
Last edit: March 19, 2019, 01:21:25 AM by frodocooper
 #379

So I bought a new newpac (GSH 10031154) on amazon from "BitMinerJoe".  Literally received it today a few hours ago.

Plugged in, zadig'd, test script set to stock speed of 100.
doesnt work - 0 chips found.

unpluged many times - no luck.
tired on linux, same issue.
also tried tightening the heatsink screws.

checked vcore - 0.0V?Huh  Yeah... that might explain it!
At least I assume I am checking vcore correctly - from the GND pin on the USB to the orange component next to asic #2 shown here:  (Its how I checked on the 2pacs...)
https://postimg.cc/wyhHqSBh

tried adjusting vcore from stock position to 6 'o-clock - still getting 0V.  

Should I return it, or does someone have any other ideas?
EDIT: nevermind, i'm just returning it...
sidehack
Legendary
*
Offline Offline

Activity: 3304
Merit: 1842

Curmudgeonly hardware guy


View Profile
March 19, 2019, 02:02:09 AM
 #380

First you should contact BitMinerJoe for advice, and look over the board (specifically in the bottom right corner area) for missing or broken parts. Also make sure your USB port doesn't suck.

Cool, quiet and up to 1TH pod miner, on sale now!
Currently in development - 200+GH USB stick; 6TH volt-adjustable S1/3/5 upgrade kit
Server PSU interface boards and cables. USB and small-scale miners. Hardware hosting, advice and odd-jobs. Supporting the home miner community since 2013 - http://www.gekkoscience.com
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 [19] 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 ... 115 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!