Bitcoin Forum
May 02, 2024, 02:40:07 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 [110] 111 112 113 114 115 »
  Print  
Author Topic: GekkoScience NewPac / Terminus R606 (BM1387) Official Support Thread  (Read 61327 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.)
amand
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
December 12, 2021, 08:35:43 AM
 #2181

Regarding
cgminer issue with bitcoin core 0.20 and superior... (pool 0 json failed to decode gbt)

Try something like this:

Code:
diff --git a/cgminer.c b/cgminer.c
index ece7ce10..ab52e30a 100644
--- a/cgminer.c
+++ b/cgminer.c
@@ -2960,7 +2960,7 @@ static bool gbt_solo_decode(struct pool *pool, json_t *res_val)
        flags = json_string_value(json_object_get(coinbase_aux, "flags"));
        default_witness_commitment = json_string_value(json_object_get(res_val, "default_witness_commitment"));
 
-       if (!previousblockhash || !target || !version || !curtime || !bits || !coinbase_aux || !flags) {
+       if (!previousblockhash || !target || !version || !curtime || !bits) {
                applog(LOG_ERR, "Pool %d JSON failed to decode GBT", pool->pool_no);
                return false;
        }
@@ -3039,10 +3039,12 @@ static bool gbt_solo_decode(struct pool *pool, json_t *res_val)
        ofs += ser_number(pool->scriptsig_base + ofs, height); // max 5
 
        /* Followed by flags */
-       len = strlen(flags) / 2;
-       pool->scriptsig_base[ofs++] = len;
-       hex2bin(pool->scriptsig_base + ofs, flags, len);
-       ofs += len;
+       if (flags) {
+               len = strlen(flags) / 2;
+               pool->scriptsig_base[ofs++] = len;
+               hex2bin(pool->scriptsig_base + ofs, flags, len);
+               ofs += len;
+       }
 
        /* Followed by timestamp */
        cgtime(&now);

Compiles clean, and should work just fine. Didn't test myself, since not running a node.


Worked for me,  thanks 100knot2dae !
1714660807
Hero Member
*
Offline Offline

Posts: 1714660807

View Profile Personal Message (Offline)

Ignore
1714660807
Reply with quote  #2

1714660807
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Muppet007
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
December 28, 2021, 10:50:36 AM
 #2182

I have acquired a Pi 4 8gig and would like to run my newpac's and r606 through it.
I understand the install and version of cg miner is designed for Raspbian - Kernel version: 4.4.
Is there an install for 'PI OS'? My searches so far have been fruitless as was my attempt to compile it using the current instructions.
I also tried one of the Raspbian images from here https://downloads.raspberrypi.org/raspbian_lite/ however this did not work either.
Anyone know which one works with the PI 4?
Thanks in advance.


 
os2sam
Legendary
*
Offline Offline

Activity: 3578
Merit: 1090


Think for yourself


View Profile
December 28, 2021, 12:40:46 PM
 #2183

I have acquired a Pi 4 8gig and would like to run my newpac's and r606 through it.
I understand the install and version of cg miner is designed for Raspbian - Kernel version: 4.4.
Is there an install for 'PI OS'? My searches so far have been fruitless as was my attempt to compile it using the current instructions.
I also tried one of the Raspbian images from here https://downloads.raspberrypi.org/raspbian_lite/ however this did not work either.
Anyone know which one works with the PI 4?
Thanks in advance.


 

Here are the instructions I used to install CGMiner on my Pi 4.  I just used the Raspbian OS that came with it.

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

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
MinerRock
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
December 28, 2021, 04:57:35 PM
Last edit: December 28, 2021, 05:42:49 PM by MinerRock
 #2184

I have acquired a Pi 4 8gig and would like to run my newpac's and r606 through it.
I understand the install and version of cg miner is designed for Raspbian - Kernel version: 4.4.
Is there an install for 'PI OS'? My searches so far have been fruitless as was my attempt to compile it using the current instructions.
I also tried one of the Raspbian images from here https://downloads.raspberrypi.org/raspbian_lite/ however this did not work either.
Anyone know which one works with the PI 4?
Thanks in advance.


  

Here are the instructions I used to install CGMiner on my Pi 4.  I just used the Raspbian OS that came with it.

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

I've gone through these installs on my PI4 (and PI3b) and latest Raspbian OS and the posted CGMiner package. I constantly get errors from the make -j 2;

collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:907: cgminer] Error 1
make[2]: Leaving directory '/home/pi/miner/cgminer'
make[1]: *** [Makefile:1896: all-recursive] Error 1
make[1]: Leaving directory '/home/pi/miner/cgminer'
make: *** [Makefile:810: all] Error 2
pi@RockPi:~/miner/cgminer $

I've tried several Raspbian OS versions and keep getting the same errors when compiling CGMiner..
pkspks
Newbie
*
Offline Offline

Activity: 7
Merit: 2


View Profile
December 29, 2021, 11:46:10 AM
 #2185

I encountered the same error when using 2021-10-30-raspios-bullseye-armhf-lite.img so I used 2021-05-07-raspios-buster-armhf-lite.img and it worked fine.
Muppet007
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
December 29, 2021, 12:39:55 PM
Last edit: December 29, 2021, 01:35:57 PM by Muppet007
 #2186

I have acquired a Pi 4 8gig and would like to run my newpac's and r606 through it.
I understand the install and version of cg miner is designed for Raspbian - Kernel version: 4.4.
Is there an install for 'PI OS'? My searches so far have been fruitless as was my attempt to compile it using the current instructions.
I also tried one of the Raspbian images from here https://downloads.raspberrypi.org/raspbian_lite/ however this did not work either.
Anyone know which one works with the PI 4?
Thanks in advance.


  

Here are the instructions I used to install CGMiner on my Pi 4.  I just used the Raspbian OS that came with it.

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

I've gone through these installs on my PI4 (and PI3b) and latest Raspbian OS and the posted CGMiner package. I constantly get errors from the make -j 2;

collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:907: cgminer] Error 1
make[2]: Leaving directory '/home/pi/miner/cgminer'
make[1]: *** [Makefile:1896: all-recursive] Error 1
make[1]: Leaving directory '/home/pi/miner/cgminer'
make: *** [Makefile:810: all] Error 2
pi@RockPi:~/miner/cgminer $

I've tried several Raspbian OS versions and keep getting the same errors when compiling CGMiner..


collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:907: cgminer] Error 1
make[2]: Leaving directory '/home/pi/git/vthoang/cgminer'
make[1]: *** [Makefile:1896: all-recursive] Error 1
make[1]: Leaving directory '/home/pi/git/vthoang/cgminer'
make: *** [Makefile:810: all] Error 2
pi@raspberrypi:~/git/vthoang/cgminer $

Same problem here however this version https://downloads.raspberrypi.org/raspios_lite_armhf/images/raspios_lite_armhf-2021-05-28/ with the slub_debug=FP added to the cmdline.txt works.

Thank you pkspks.


 



wholepunch
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
January 08, 2022, 11:38:10 AM
 #2187

N00b question, potentially..

I bought a used (I know, I know) NewPac and suspect it's b0rked but just want some advice on how to confirm or otherwise. CGMiner sees it OK and it starts work, but with passive cooling it very quickly overheats (90 degrees plus after 10 minutes) even if I restrict it to 50Mhz. I'm happy to add some active cooling but I'd prefer to do some diagnostics first to make sure I'm not throwing good money after bad - so, what can I look for?

Thanks in advance.

gt_addict
Hero Member
*****
Offline Offline

Activity: 2492
Merit: 621


View Profile
January 08, 2022, 12:04:53 PM
 #2188

Personally i wouldnt even try it without some sort of active cooling.

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

Donations/Tips to:-   1GTADDicTXD1uachKKgW24DZDxDGhSMdRa

Join Bitconnect: https://bitconnect.co/?ref=gtaddict
wholepunch
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
January 08, 2022, 01:09:10 PM
 #2189

Personally i wouldnt even try it without some sort of active cooling.

OK - good to know, thank you. I shall get hold of a suitable cooler and try it!
irontee88
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
January 10, 2022, 01:50:21 AM
 #2190

I saw this chart in the compac F thread.  Is there something similar for the Newpacs? (maybe not as high) Im trying to figure out how many amps for each frequency.  I think im maxing out my hub.
Thanks

https://i.ibb.co/0sJZkbV/CF.jpg
MinerRock
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
January 10, 2022, 02:04:15 AM
 #2191

Look on page #1
irontee88
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
January 10, 2022, 04:46:53 PM
 #2192

Look on page #1

I see the chart with the mhz, gh/s, and watts. It doesn't have amps though.  But I guess if i take 300mhz = 6.795w / 5v = 1.359a

My hub has 2.1a per port, x 5v = 10.5w. Based on the chart, I'm guessing 10.5w would be around 490mhz. That would explain why 1 or 2 sticks start lagging behind when I run them at 500mhz.

Sorry, I'm new to all this, but I'm starting to get the hang of it.
Thanks!
licutis
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
January 13, 2022, 03:42:12 AM
 #2193

I have a Terminus R606 (BM1387) that stopped working recently. Can't seem to figure out what's wrong with it. The orange LED comes on solid and cgminer seems to find the board and then it just keeps resetting.

Code:
-------------------------------------------------------------------------------
 [U]SB management [P]ool management [S]ettings [D]isplay options [Q]uit
 2: GSI 10040323: found 0 chip(s)         | OFF
--------------------------------------------------------------------------------
 [2022-01-12 21:36:55.769] Pool 0 difficulty changed to 8190
 [2022-01-12 21:36:55.855] Pool 0 message: Authorised, Kano-san says welcome to
KanoPool licutis!
 [2022-01-12 21:36:55.855] Pool 0 difficulty changed to 442
 [2022-01-12 21:36:55.855] Network diff set to 24.4T
 [2022-01-12 21:36:56.678] 0: GSI 0 - Toggling ASIC nRST to reset
 [2022-01-12 21:36:56.954] 0: GSI 0 - R606 Bitcoin Miner (10040323)
 [2022-01-12 21:37:17.665] GSI 0 failure, disabling!
 [2022-01-12 21:37:22.897] 0: GSI 0 - Toggling ASIC nRST to reset
 [2022-01-12 21:37:28.173] Hotplug: GekkoScience added GSI 1
 [2022-01-12 21:37:48.886] GSI 1 failure, disabling!
 [2022-01-12 21:37:54.116] 0: GSI 0 - Toggling ASIC nRST to reset
 [2022-01-12 21:37:54.393] Hotplug: GekkoScience added GSI 2

dmesg shows USB device keeps resetting

Code:
[469809.213725] ftdi_sio 3-3:1.0: device disconnected
[469809.227434] ftdi_sio 3-3:1.0: FTDI USB Serial Device converter detected
[469809.227494] usb 3-3: Detected FT-X
[469809.238543] usb 3-3: FTDI USB Serial Device converter now attached to ttyUSB1
[469809.238854] ftdi_sio ttyUSB1: FTDI USB Serial Device converter now disconnected from ttyUSB1
[469809.238873] ftdi_sio 3-3:1.0: device disconnected
[469835.243607] ftdi_sio 3-3:1.0: FTDI USB Serial Device converter detected
[469835.243667] usb 3-3: Detected FT-X
[469835.254065] usb 3-3: FTDI USB Serial Device converter now attached to ttyUSB1
[469840.432975] ftdi_sio ttyUSB1: FTDI USB Serial Device converter now disconnected from ttyUSB1
[469840.432995] ftdi_sio 3-3:1.0: device disconnected
[469840.446995] ftdi_sio 3-3:1.0: FTDI USB Serial Device converter detected
[469840.447040] usb 3-3: Detected FT-X
[469840.458077] usb 3-3: FTDI USB Serial Device converter now attached to ttyUSB1
[469840.458326] ftdi_sio ttyUSB1: FTDI USB Serial Device converter now disconnected from ttyUSB1
[469840.458343] ftdi_sio 3-3:1.0: device disconnected

Any ideas? I would love to get this back into service. Thanks!
kano
Legendary
*
Offline Offline

Activity: 4480
Merit: 1800


Linux since 1997 RedHat 4


View Profile
January 13, 2022, 08:08:35 AM
 #2194

Last time I had a truck load of that happening (a couple of weeks ago) it was too hot.
Settled down later when the room was cooler.

Pool: https://kano.is - low 0.5% fee PPLNS 3 Days - Most reliable Solo with ONLY 0.5% fee   Bitcointalk thread: Forum
Discord support invite at https://kano.is/ Majority developer of the ckpool code - k for kano
The ONLY active original developer of cgminer. Original master git: https://github.com/kanoi/cgminer
licutis
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
January 13, 2022, 02:05:38 PM
 #2195

Last time I had a truck load of that happening (a couple of weeks ago) it was too hot.
Settled down later when the room was cooler.

Thanks for the reply. The errors I am getting are from a cold start.
PakoTor
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
January 14, 2022, 12:28:17 AM
 #2196

Code:
[quote author=licutis link=topic=5053833.msg58974521#msg58974521 date=1642045332]
I have a Terminus R606 (BM1387) that stopped working recently. Can't seem to figure out what's wrong with it. The orange LED comes on solid and cgminer seems to find the board and then it just keeps resetting.


These R606 are really bad. They took our money and run. Absolutely no customer service.
Mine kept restarting as well. I replaced the big capacitor and it helped but never as good as new.
Be careful no messing up the tiny resistors while soldering they are hard to put back in place
Muppet007
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
January 18, 2022, 12:41:12 PM
 #2197

Hi all, had a few issues when cold starting one of my r606's, it will often come up with BM1387:11+ then restart a few times before showing BM1387:12+.
Tried everything, power leads, connections etc.
Today I found it in its usual state of OFF found 0 chip(s).
Tried restarting her but all I get is found 0 chip(s). | OFF.
Any suggestions?
jack1cryptotalk007
Member
**
Offline Offline

Activity: 60
Merit: 20


View Profile
January 18, 2022, 04:40:52 PM
 #2198

Hi all, had a few issues when cold starting one of my r606's, it will often come up with BM1387:11+ then restart a few times before showing BM1387:12+.
Tried everything, power leads, connections etc.
Today I found it in its usual state of OFF found 0 chip(s).
Tried restarting her but all I get is found 0 chip(s). | OFF.
Any suggestions?


1. check voltage pf power, etc. if power is not work, chip will not work. This is major cause.
2. check usb port on unit or on your pc. if usb is not work, __usb_init() will not find chip.
3. check if green light on the stick is on. no light, usb stick is damaged.
4. plug out 5 usb sticks, only left one usb stick, check which usb stick is wrong.
5. remove cgminer, then, re-install cgminer. when code got damaged.
6. run debugging to trace error, check total_devices?  check __usb_init()  function.
7. the 0-rules must written into linux. Read README.

Muppet007
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
January 18, 2022, 09:27:37 PM
 #2199

Hi all, had a few issues when cold starting one of my r606's, it will often come up with BM1387:11+ then restart a few times before showing BM1387:12+.
Tried everything, power leads, connections etc.
Today I found it in its usual state of OFF found 0 chip(s).
Tried restarting her but all I get is found 0 chip(s). | OFF.
Any suggestions?


1. check voltage pf power, etc. if power is not work, chip will not work. This is major cause.
2. check usb port on unit or on your pc. if usb is not work, __usb_init() will not find chip.
3. check if green light on the stick is on. no light, usb stick is damaged.
4. plug out 5 usb sticks, only left one usb stick, check which usb stick is wrong.
5. remove cgminer, then, re-install cgminer. when code got damaged.
6. run debugging to trace error, check total_devices?  check __usb_init()  function.
7. the 0-rules must written into linux. Read README.



This is a Terminus r606 that has failed (no green light) not newpac usb stick miner.
Voltage is fine; swapped working terminus r606 power and usb with the non working unit, no change.
I do not think cgminer would be the problem as 10 x newpacs and 1 x terminus r606 work like trojans without fail.
Interesting you should mention the usb as it has hot glue all over the usb plug unlike the working one with none.
Got a gut feeling something has failed in a big way on this one.
cBrix1984
Newbie
*
Offline Offline

Activity: 5
Merit: 1


View Profile
January 24, 2022, 11:27:41 AM
Last edit: January 24, 2022, 01:48:03 PM by cBrix1984
 #2200

Hello, I have a Raspberry Zero WH with 7 port RSHTECH USB 3.0 hub.
Raspbian Pi OS Lite 32 bit. 4x GekkoScience NewPac 22 bis 45 GH/s

Everything runs normally

 sudo apt-get-Update sudo apt-get Upgrade -y sudo apt-get install -y build-essential git libusb-1.0-0-dev libusb-1.0-0 libcurl4-openssl-dev libncurses5-dev libudev-dev screenlibtool automake pkg-config libjansson-dev mkdir -p git/vthoang; cd git/vthoang Git-Klon https://github.com/vthoang/cgminer.git CD-CGminer CFLAGS="-O2" ./autogen.sh --enable-gekko

Then "make -j 2" comes with an error message. c
Collect2: error:ld gab 1 Exit [2]: 中重 ?? [Makefile:893: cgminer] Error 1 makel21: m/home/pi/mining/newpac/cgminer" make1l: [Makefile: 1837: rein-rekursiver Error 1 makel1l: /home/pi/mining/newpac/cgminer" machen: [Makefile:706: alle] Fehler 2  

And the installation stops.
Does anyone have a solution?
Pages: « 1 ... 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 [110] 111 112 113 114 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!