Bitcoin Forum
May 10, 2024, 07:32:09 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 ... 115 »
  Print  
Author Topic: GekkoScience NewPac / Terminus R606 (BM1387) Official Support Thread  (Read 61336 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.)
zsmith
Member
**
Offline Offline

Activity: 142
Merit: 60


View Profile
December 05, 2018, 10:03:11 PM
Last edit: December 06, 2018, 12:32:28 AM by frodocooper
Merited by frodocooper (5)
 #121

I am running mine on 49 port hub, 10 port siopar 2.1a per port.  when they start all good.  then next day they all stop.  I am using raspberry pi, and uddo machine. it happens on both.. So that might be issues that you are talking about can't go 24 hours without all stopping.  was running them at 250mhz with powered 100v fan.

Not sure what to do to fix this.

I have not had any issues with these new-pacs but I have never ran them longer than 6 hours because my standard procedure is to use a script to restart cgminer every couple of hours.

Here is a similar code to what I use, but written for your Raspberry Pi.  You still have to edit it slightly to fit your particulars.

Save this code as mine.sh, edit the line starting with lxterminal with the full path to your cgminer folder and then put in the commands you usually use for your pool, mark as an executing program and run.  It goes in a loop so to exit, just use control C.

Code:
#!/bin/sh
echo "Restarting cgminer every 6 hours"
while true
do
 lxterminal -e "/home/USERNAME/cgminer/cgminer -o POOL_URL -u USER -p PW --suggest-diff 128"
 sleep 21600
 pkill -f cgminer
 echo "Restarting cgminer..."
 sleep 4
done
1715326329
Hero Member
*
Offline Offline

Posts: 1715326329

View Profile Personal Message (Offline)

Ignore
1715326329
Reply with quote  #2

1715326329
Report to moderator
The forum was founded in 2009 by Satoshi and Sirius. It replaced a SourceForge forum.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715326329
Hero Member
*
Offline Offline

Posts: 1715326329

View Profile Personal Message (Offline)

Ignore
1715326329
Reply with quote  #2

1715326329
Report to moderator
House Xylander
Jr. Member
*
Offline Offline

Activity: 97
Merit: 5


View Profile
December 06, 2018, 12:14:49 AM
Last edit: December 06, 2018, 12:54:01 AM by frodocooper
 #122

Ubuntu machine and cgminer running solid.

However, I came home to one of the NewPacs in a loop showing "0 chips found" and trying to restart

Tried changing hubs, solo instance, different computers all to no avail.

I have all of my NewPacs running at 200MHz and 860mV with ample cooling.

Is there anything else I can try or test for before sending it in for repair?



I have not had any issues with these new-pacs but I have never ran them longer than 6 hours because my standard procedure is to use a script to restart cgminer every couple of hours.

Here is a similar code to what I use, but written for your Raspberry Pi.  You still have to edit it slightly to fit your particulars.

Save this code as mine.sh, edit the line starting with lxterminal with the full path to your cgminer folder and then put in the commands you usually use for your pool, mark as an executing program and run.  It goes in a loop so to exit, just use control C.

[...]

Interesting, what do I need to change to run on Ubuntu aside from username and file location?
zsmith
Member
**
Offline Offline

Activity: 142
Merit: 60


View Profile
December 06, 2018, 05:16:38 AM
Last edit: December 07, 2018, 05:06:09 AM by frodocooper
 #123

Interesting, what do I need to change to run on Ubuntu aside from username and file location?

Change lxterminal to gnome-terminal.  I run Ubuntu myself, I just changed it to lxterminal for him because he mentioned using the raspberry pi.
House Xylander
Jr. Member
*
Offline Offline

Activity: 97
Merit: 5


View Profile
December 06, 2018, 05:28:01 AM
Last edit: December 07, 2018, 05:06:24 AM by frodocooper
 #124

Change lxterminal to gnome-terminal.  I run Ubuntu myself, I just changed it to lxterminal for him because he mentioned using the raspberry pi.

Thank you, I'm still learning my way around Linux but getting there.

I made the changes and saved to the desktop. When I double-click or right-click "Open with Run Software" it spins for a bit then nothing.

This is a fresh install so I may be missing something that it is calling for.
minefarmbuy
Full Member
***
Offline Offline

Activity: 1022
Merit: 221


We are not retail.


View Profile WWW
December 06, 2018, 05:28:22 AM
Last edit: December 07, 2018, 05:06:54 AM by frodocooper
 #125

Ubuntu machine and cgminer running solid.

However, I came home to one of the NewPacs in a loop showing "0 chips found" and trying to restart

Tried changing hubs, solo instance, different computers all to no avail.

I have all of my NewPacs running at 200MHz and 860mV with ample cooling.

Is there anything else I can try or test for before sending it in for repair?

I had the same issue with a 2pac recently. Took a few attempts to to start hashing again. But essentially when I dropped the clock on it, it started right up. Let it warm up and then upped it again. Maybe worth a shot before sending back.

Premier asic sourcing minefarmbuy.com #mineon
Twitter:@minefarmbuy -LN Tips-
Email: info@minefarmbuy.com PGP:1A1C A4D4 CE04 F57E 1C0C 5240 592A 09BF CCB4 F0C3
House Xylander
Jr. Member
*
Offline Offline

Activity: 97
Merit: 5


View Profile
December 06, 2018, 05:42:31 AM
Last edit: December 07, 2018, 05:07:14 AM by frodocooper
 #126

I had the same issue with a 2pac recently. Took a few attempts to to start hashing again. But essentially when I dropped the clock on it, it started right up. Let it warm up and then upped it again. Maybe worth a shot before sending back.

will do, thank you

I left the voltage at 860mV and tried all the way down to 50MHz with no success.
zsmith
Member
**
Offline Offline

Activity: 142
Merit: 60


View Profile
December 06, 2018, 06:42:54 AM
Merited by 419mining (1)
 #127

Thank you, I'm still learning my way around Linux but getting there.

I made the changes and saved to the desktop. When I double-click or right-click "Open with Run Software" it spins for a bit then nothing.

This is a fresh install so I may be missing something that it is calling for.

Open terminal and run the following command from the directory you saved your script to (moving it to the home folder first is easiest, or navigate to your desktop folder):

Code:
./mine.sh

You can also add the script to your startup applications once you've tested that it works.
House Xylander
Jr. Member
*
Offline Offline

Activity: 97
Merit: 5


View Profile
December 06, 2018, 01:04:34 PM
Last edit: December 07, 2018, 05:07:53 AM by frodocooper
 #128

Open terminal and run the following command from the directory you saved your script to (moving it to the home folder first is easiest, or navigate to your desktop folder):

Code:
./mine.sh

You can also add the script to your startup applications once you've tested that it works.

Awesome! I got it to work on the first try. I did see that the first window mentions that the "-e" is deprecated. Is there something else that should be used like "--" in front of the gnome-terminal?
zsmith
Member
**
Offline Offline

Activity: 142
Merit: 60


View Profile
December 06, 2018, 06:15:05 PM
Last edit: December 06, 2018, 08:01:54 PM by zsmith
 #129

Awesome! I got it to work on the first try. I did see that the first window mentions that the "-e" is depricated. Is there something else that should be used like "--" in front of the gnome-terminal?

Oh yeah they depreciated the "-e" for some reason in 18.04 LTS. I don't know why. I started getting this error message when I upgraded from 16.04. It will still work, but might not work on future versions of Ubuntu (18.04 is supported for 10 years). The current manual still shows the "-e" option but doesn't give any alternative, other than "--command=", which is also depreciated. What the error message suggests does not work and it doesn't work without the "-e".  I assume this is a bug in gnome-terminal that will be fixed or an alternative solution will be found if and when they actually remove it.
rockmoney
Sr. Member
****
Offline Offline

Activity: 439
Merit: 297


www.amazon.com/shops/MinersSupply


View Profile WWW
December 06, 2018, 10:24:13 PM
Last edit: December 07, 2018, 05:09:43 AM by frodocooper
 #130

Unfortunately, I am on Windows 10.1 and can't help much with running these sticks on linux or other OS's. I restart my PC and cgminer at least once every 24 hours, otherwise my sticks will generally start experiencing performance degradation and may even go zombie (similar to the problems a couple of others seem to posting about). I remember a program from back in the day when USB miners were your only option to mine Bitcoin, called "cgwatcher". The program was made solely to restart cgminer at intervals set by the user. Having said that, I would presume the culprit has something to do with cgminer.

The solution to the problem seems to be the same for everyone - either manually restart cgminer and/or run a script to do it automatically for you. Also, running them at higher frequencies only seems to make matters worse, and may cause working sticks to suddenly go bad. As someone else previously stated, I have also noticed that these NewPac sticks run MUCH cooler than the 2PAC sticks (although I use the same powerful fan for cooling regardless).



Now to be a bit hypocritical. After seeing others run these NewPac sticks at such high frequencies, I began running some very closely monitored tests. The results are simply amazing! Using two Plugable USB3.0 7-Port 60 Watt USB Hubs (two sticks in each hub), I was able to achieve a hashrate of over 100Gh/s per stick. In order to make all four sticks run with stability, it took many voltage adjustments to get it right. All x4 sticks ran smoothly until I purposely shut cgminer down to change the frequencies back to stock. Here is a screenshot of my results:



- click on image to enlarge -


GekkoScience Products on Amazon Prime 1-DAY SHIPPING 
gt_addict
Hero Member
*****
Offline Offline

Activity: 2492
Merit: 621


View Profile
December 06, 2018, 11:07:46 PM
 #131

What sort of cooling did you use to get them running at that speed and stable?

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

Donations/Tips to:-   1GTADDicTXD1uachKKgW24DZDxDGhSMdRa

Join Bitconnect: https://bitconnect.co/?ref=gtaddict
House Xylander
Jr. Member
*
Offline Offline

Activity: 97
Merit: 5


View Profile
December 07, 2018, 12:16:34 AM
Last edit: December 07, 2018, 05:10:05 AM by frodocooper
 #132

What sort of cooling did you use to get them running at that speed and stable?

Yea, and what kind of temps are you seeing with said cooling. What are your ambient, pcb, chips and post air temps?

You could get 1Ths for under 150 watts on 8 sticks at 500MHz, lol. It's about 300MHz higher and hotter for sure than I would feel comfortable leaving alone in the house.
zsmith
Member
**
Offline Offline

Activity: 142
Merit: 60


View Profile
December 07, 2018, 12:45:31 AM
 #133

I remember a program from back in the day when USB miners were your only option to mine Bitcoin, called "cgwatcher". The program was made solely to restart cgminer at intervals set by the user. Having said that, I would presume the culprit has something to do with cgminer.

The solution to the problem seems to be the same for everyone - either manually restart cgminer and/or run a script to do it automatically for you.

I agree that the culprit isn't the NewPacs or Sidehack, as I have running a restart script since the days of .333 G/h USB miners.  I still have my old .bat restart script for Windows archived. If anyone wants me to post it, I will.

Restarting loses only seconds, where if it goes offline you may lose minutes or hours.
vh (OP)
Hero Member
*****
Offline Offline

Activity: 699
Merit: 666


View Profile
December 07, 2018, 01:45:03 AM
Last edit: December 07, 2018, 05:10:23 AM by frodocooper
Merited by minefarmbuy (1)
 #134

A new build is available (9d66fd3):

Windows binary: cgminer-4.11.1-windows-gekko-9d66fd3.7z

  - Fixed datetime display.

  - Closed gaps in data transmission to reduce line power fluxations.
    - Spin off dedicated work tx thread.
    - Switch from blocking get_work to get_queued.
    - Send null work to keep asic busy during network glitches and when pool is reacting to block events.

Reminder best practice update process: keep old working (or favorite) build readily available.
  • move the existing "cgminer" folder to "cgminer.yyyymmdd"
  • clone repository to create a new cgminer folder as noted from first post instructions.

sidehack
Legendary
*
Offline Offline

Activity: 3318
Merit: 1848

Curmudgeonly hardware guy


View Profile
December 07, 2018, 02:19:23 AM
 #135

I've had this build running on my sketchiest tester with the sketchiest sticks (it's been a billboard example of the kind of instability and low hashrate folks are complaining about), without AB enabled, for the last 8 hours and I'm seeing 99% target hashrate and no zombies. Try it out.

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
House Xylander
Jr. Member
*
Offline Offline

Activity: 97
Merit: 5


View Profile
December 07, 2018, 03:13:23 AM
Last edit: December 07, 2018, 06:32:47 AM by House Xylander
 #136

Thank you for fixing the datetime display. I was having flashbacks every time I glanced over and saw that it was 1970-12-02.

is there a way to have cgminer display each device's hash rate or another way to monitor them aside from individual sessions?

Update: Went back to the previous release as I started getting the "missing nonces" and hashrate was lower after about  2 hours of running it.

Not sure what is happening but I know that since I switched to a Linux machine I had not seen any sign of the nonces issue.

I really thought it was a windows 10 thing now I have no idea unless something was left out in the new release by chance.
sidehack
Legendary
*
Offline Offline

Activity: 3318
Merit: 1848

Curmudgeonly hardware guy


View Profile
December 07, 2018, 01:54:14 PM
 #137

cgminer does display each device's hash rate. What are you seeing?

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
House Xylander
Jr. Member
*
Offline Offline

Activity: 97
Merit: 5


View Profile
December 07, 2018, 03:48:46 PM
 #138

cgminer does display each device's hash rate. What are you seeing?

Only data I see are the accepted shares and new block found announcement mostly. The average hash rates of all the sticks flash at the bottom every few seconds.

I have not figured out how to remote into the linux computer yet or I would upload a screen shot.
nuanicaj
Member
**
Offline Offline

Activity: 178
Merit: 12


View Profile
December 07, 2018, 03:57:13 PM
 #139

A new build is available (9d66fd3):

Windows binary: cgminer-4.11.1-windows-gekko-9d66fd3.7z

  - Fixed datetime display.

  - Closed gaps in data transmission to reduce line power fluxations.
    - Spin off dedicated work tx thread.
    - Switch from blocking get_work to get_queued.
    - Send null work to keep asic busy during network glitches and when pool is reacting to block events.

Reminder best practice update process: keep old working (or favorite) build readily available.
  • move the existing "cgminer" folder to "cgminer.yyyymmdd"
  • clone repository to create a new cgminer folder as noted from first post instructions.

Linux update?
sidehack
Legendary
*
Offline Offline

Activity: 3318
Merit: 1848

Curmudgeonly hardware guy


View Profile
December 07, 2018, 04:13:59 PM
 #140

Did you install all the dependencies, specifically libncurses5-dev?

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 ... 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!