|
Bogart
Legendary
Offline
Activity: 966
Merit: 1000
|
|
September 19, 2013, 01:36:57 AM |
|
So I find that maybe once every 12-48 hours cgminer (on Linux on a Pi) stops mining on my bitburner. The device still shows in the list, but it shows 0 hashes/sec and the output shows a stream of: [2013-09-19 00:55:22] BTB2: Idled 1 miners [2013-09-19 00:55:23] BTB2: Idled 1 miners [2013-09-19 00:55:24] BTB2: Idled 1 miners [2013-09-19 00:55:26] BTB2: Idled 1 miners [2013-09-19 00:55:27] BTB2: Idled 1 miners [2013-09-19 00:55:28] BTB2: Idled 1 miners [2013-09-19 00:55:29] BTB2: Idled 1 miners [2013-09-19 00:55:30] BTB2: Idled 1 miners [2013-09-19 00:55:32] BTB2: Idled 1 miners [2013-09-19 00:55:33] BTB2: Idled 1 miners
Restarting cgminer makes it work again. Any ideas on the cause or solution? (I'm running firmware 1.0.2.)
|
"All safe deposit boxes in banks or financial institutions have been sealed... and may only be opened in the presence of an agent of the I.R.S." - President F.D. Roosevelt, 1933
|
|
|
kano
Legendary
Offline
Activity: 4620
Merit: 1851
Linux since 1997 RedHat 4
|
|
September 19, 2013, 01:54:21 AM |
|
Which cgminer version and what settings? Maybe it was a pool connection problem? What did the log show for a few pages before that started? Here's a cap of my main rig with the BTB: cgminer version 3.4.2g - Started: [2013-09-17 16:39:04] -------------------------------------------------------------------------------- (5s):143.2G (avg):141.7Gh/s | A:5022959 R:17920 HW:60053 WU:1954.3/m ST: 2 SS: 15 NB: 290 LW: 5163981 GF: 1 RF: 0 Connected to au.ozco.in diff 256 with stratum as user Block: 001b7ea4826cbc99... Diff:113M Started: [11:34:09] Best share: 5.55M -------------------------------------------------------------------------------- [ P]ool management [ S]ettings [ D]isplay options [ Q]uit . . BTB 0: 41C 350 1225mV | 8.952G/6.989Gh/s | A: 258060 R:1536 HW: 13 WU: 97.6/m --------------------------------------------------------------------------------
[2013-09-19 11:42:01] Accepted 00f69e21 Diff 265/256 BAS 1 pool 0
Elapsed is ~1.8 days, but that's only coz I often restart my main rig when I make code changes to any cgminer code ...
|
|
|
|
Bogart
Legendary
Offline
Activity: 966
Merit: 1000
|
|
September 19, 2013, 02:14:59 AM |
|
Which cgminer version and what settings?
3.4.2. /home/pi/bin/cgminer/cgminer --avalon-auto --avalon-freq 350-450 --avalon-options 115200:2:10:d:350 --failover-only --api-listen --api-allow W:192.168.23.0/24 ...followed by -o/-u/-p for 3 pools. Maybe it was a pool connection problem?
Seems unlikely. It would/should have failed over to a backup pool, and restarting cgminer fixed it right away this time (last time I power-cycled the bitburner and that also fixed it right away). Also my other miners on the same pools were working. What did the log show for a few pages before that started?
I wasn't watching it. Is there an easy way to send the output to a logfile?
|
"All safe deposit boxes in banks or financial institutions have been sealed... and may only be opened in the presence of an agent of the I.R.S." - President F.D. Roosevelt, 1933
|
|
|
kano
Legendary
Offline
Activity: 4620
Merit: 1851
Linux since 1997 RedHat 4
|
|
September 19, 2013, 02:26:51 AM |
|
... I wasn't watching it. Is there an easy way to send the output to a logfile?
/home/pi/bin/cgminer/cgminer --avalon-auto --avalon-freq 350-450 --avalon-options 115200:2:10:d:350 --failover-only --api-listen --api-allow W:192.168.23.0/24 2> file.logAlso --failover-only means that if the stratum pool says it is still connected but it isn't providing work properly you may indeed not get work to give to the BTB I'm not sure why that can happen, but I've seen it on a stratum pool that was having trouble but not losing the connection Oh I just checked, my previous was Runtime: 71 hrs : 36 mins : 16 secs (until I did a code restart) [2013-09-17 16:38:38] BTB0 42C/ 42C 0000R | (5s):5.742G (avg):6.956Gh/s | A:416626 R:3442 HW:19 WU:97.2/m Heh I just noticed that looks like a minor bug in the final summary report
|
|
|
|
JHenderson
Member
Offline
Activity: 70
Merit: 10
|
|
September 19, 2013, 03:36:11 AM |
|
So I find that maybe once every 12-48 hours cgminer (on Linux on a Pi) stops mining on my bitburner. The device still shows in the list, but it shows 0 hashes/sec and the output shows a stream of: [2013-09-19 00:55:22] BTB2: Idled 1 miners [2013-09-19 00:55:23] BTB2: Idled 1 miners [2013-09-19 00:55:24] BTB2: Idled 1 miners [2013-09-19 00:55:26] BTB2: Idled 1 miners [2013-09-19 00:55:27] BTB2: Idled 1 miners [2013-09-19 00:55:28] BTB2: Idled 1 miners [2013-09-19 00:55:29] BTB2: Idled 1 miners [2013-09-19 00:55:30] BTB2: Idled 1 miners [2013-09-19 00:55:32] BTB2: Idled 1 miners [2013-09-19 00:55:33] BTB2: Idled 1 miners
Restarting cgminer makes it work again. Any ideas on the cause or solution? (I'm running firmware 1.0.2.) Here is a simple script to put in cron. #!/bin/sh # if pgrep cgminer > /dev/null then logger "cgminer up" else logger "** cgminer down" logger "** Starting cgminer" screen -dmS cgminer /home/cgminer/cgstart.ksh fi
|
|
|
|
Newar
Legendary
Offline
Activity: 1358
Merit: 1001
https://gliph.me/hUF
|
|
September 19, 2013, 03:39:54 AM |
|
Transfers of whole orders are possible.
I have had orders transferred to my account with additional information. However the majority of info is now wrong (on asic-hardware.com). Most importantly the shipping address. I have contacted Cryptx, to no avail. Please advise how to handle this.
|
|
|
|
JHenderson
Member
Offline
Activity: 70
Merit: 10
|
|
September 19, 2013, 03:41:35 AM |
|
So I find that maybe once every 12-48 hours cgminer (on Linux on a Pi) stops mining on my bitburner. The device still shows in the list, but it shows 0 hashes/sec and the output shows a stream of: [2013-09-19 00:55:22] BTB2: Idled 1 miners [2013-09-19 00:55:23] BTB2: Idled 1 miners [2013-09-19 00:55:24] BTB2: Idled 1 miners [2013-09-19 00:55:26] BTB2: Idled 1 miners [2013-09-19 00:55:27] BTB2: Idled 1 miners [2013-09-19 00:55:28] BTB2: Idled 1 miners [2013-09-19 00:55:29] BTB2: Idled 1 miners [2013-09-19 00:55:30] BTB2: Idled 1 miners [2013-09-19 00:55:32] BTB2: Idled 1 miners [2013-09-19 00:55:33] BTB2: Idled 1 miners
Restarting cgminer makes it work again. Any ideas on the cause or solution? (I'm running firmware 1.0.2.) Here is a simple script to put in cron. #!/bin/sh # if pgrep cgminer > /dev/null then logger "cgminer up" else logger "** cgminer down" logger "** Starting cgminer" screen -dmS cgminer /home/cgminer/cgstart.ksh fi
Put in a "killall screen" will end the process.
|
|
|
|
RicRock
|
|
September 19, 2013, 03:55:59 AM |
|
Here is a simple script to put in cron. #!/bin/sh # if pgrep cgminer > /dev/null then logger "cgminer up" else logger "** cgminer down" logger "** Starting cgminer" screen -dmS cgminer /home/cgminer/cgstart.ksh fi
I'm a big fan of ps-watcher http://ps-watcher.sourceforge.net/
|
|
|
|
JHenderson
Member
Offline
Activity: 70
Merit: 10
|
|
September 19, 2013, 04:05:08 AM |
|
Here is a simple script to put in cron. #!/bin/sh # if pgrep cgminer > /dev/null then logger "cgminer up" else logger "** cgminer down" logger "** Starting cgminer" screen -dmS cgminer /home/cgminer/cgstart.ksh fi
I'm a big fan of ps-watcher http://ps-watcher.sourceforge.net/Why reinvent the wheel?
|
|
|
|
RicRock
|
|
September 19, 2013, 04:25:57 AM |
|
Why reinvent the wheel? Right on
|
|
|
|
Roy Badami
|
|
September 19, 2013, 07:34:42 AM |
|
Transfers of whole orders are possible.
I have had orders transferred to my account with additional information. However the majority of info is now wrong (on asic-hardware.com). Most importantly the shipping address. I have contacted Cryptx, to no avail. Please advise how to handle this. Have you tried mailing info@asic-hardware.com ? roy
|
|
|
|
cryptx
|
|
September 19, 2013, 07:49:00 AM |
|
Transfers of whole orders are possible.
I have had orders transferred to my account with additional information. However the majority of info is now wrong (on asic-hardware.com). Most importantly the shipping address. I have contacted Cryptx, to no avail. Please advise how to handle this. Somehow we have not received your request. Sent a mail to info@asic-hardware.com and we will look into it.
|
|
|
|
Newar
Legendary
Offline
Activity: 1358
Merit: 1001
https://gliph.me/hUF
|
|
September 19, 2013, 08:45:14 AM |
|
Transfers of whole orders are possible.
I have had orders transferred to my account with additional information. However the majority of info is now wrong (on asic-hardware.com). Most importantly the shipping address. I have contacted Cryptx, to no avail. Please advise how to handle this. Somehow we have not received your request. Sent a mail to info@asic-hardware.com and we will look into it. A couple of days ago. Will send another one.
|
|
|
|
2weiX
Legendary
Offline
Activity: 2058
Merit: 1005
this space intentionally left blank
|
|
September 19, 2013, 12:34:09 PM |
|
Transfers of whole orders are possible.
I have had orders transferred to my account with additional information. However the majority of info is now wrong (on asic-hardware.com). Most importantly the shipping address. I have contacted Cryptx, to no avail. Please advise how to handle this. Somehow we have not received your request. Sent a mail to info@asic-hardware.com and we will look into it. Are you answering to stuff sent thru your web form?
|
|
|
|
cryptx
|
|
September 19, 2013, 01:01:29 PM |
|
Are you answering to stuff sent thru your web form?
Yes, we are
|
|
|
|
Newar
Legendary
Offline
Activity: 1358
Merit: 1001
https://gliph.me/hUF
|
|
September 19, 2013, 01:13:45 PM |
|
Transfers of whole orders are possible.
I have had orders transferred to my account with additional information. However the majority of info is now wrong (on asic-hardware.com). Most importantly the shipping address. I have contacted Cryptx, to no avail. Please advise how to handle this. Somehow we have not received your request. Sent a mail to info@asic-hardware.com and we will look into it. Are you answering to stuff sent thru your web form? To be fair I got a quick answer on my second email. Turns out however that changes (i.e. shipping address) to orders are to be done by burnin. Just leaving this here for general info.
|
|
|
|
mutex
Member
Offline
Activity: 99
Merit: 10
|
|
September 19, 2013, 01:17:33 PM |
|
FOR SALE:
Order for 4 x BitBurner XX with heatsinks + 1 CAN-BUS stacking cable + 70eur of express shipping. Original price 498eur selling for 373eur (25% discount)
Order for 6 x BitBurner XX with heatsinks + 1 CAN-BUS stacking calbe + 70eur of express shipping. Original price 708eur selling for 530eur (25% discount)
Payment via bitcoin at 100eur/btc rate. PM me.
|
|
|
|
gateway
|
|
September 19, 2013, 04:45:41 PM |
|
... I wasn't watching it. Is there an easy way to send the output to a logfile?
/home/pi/bin/cgminer/cgminer --avalon-auto --avalon-freq 350-450 --avalon-options 115200:2:10:d:350 --failover-only --api-listen --api-allow W:192.168.23.0/24 2> file.logAlso --failover-only means that if the stratum pool says it is still connected but it isn't providing work properly you may indeed not get work to give to the BTB I'm not sure why that can happen, but I've seen it on a stratum pool that was having trouble but not losing the connection Oh I just checked, my previous was Runtime: 71 hrs : 36 mins : 16 secs (until I did a code restart) [2013-09-17 16:38:38] BTB0 42C/ 42C 0000R | (5s):5.742G (avg):6.956Gh/s | A:416626 R:3442 HW:19 WU:97.2/m Heh I just noticed that looks like a minor bug in the final summary report Hmm I seem to get a crash every day now.. , any way I can help debug this issue or provide info for the devs?
|
|
|
|
AMD FTW
Sr. Member
Offline
Activity: 317
Merit: 250
GET IN - Smart Ticket Protocol - Live in market!
|
|
September 19, 2013, 05:31:38 PM |
|
... I wasn't watching it. Is there an easy way to send the output to a logfile?
/home/pi/bin/cgminer/cgminer --avalon-auto --avalon-freq 350-450 --avalon-options 115200:2:10:d:350 --failover-only --api-listen --api-allow W:192.168.23.0/24 2> file.logAlso --failover-only means that if the stratum pool says it is still connected but it isn't providing work properly you may indeed not get work to give to the BTB I'm not sure why that can happen, but I've seen it on a stratum pool that was having trouble but not losing the connection Oh I just checked, my previous was Runtime: 71 hrs : 36 mins : 16 secs (until I did a code restart) [2013-09-17 16:38:38] BTB0 42C/ 42C 0000R | (5s):5.742G (avg):6.956Gh/s | A:416626 R:3442 HW:19 WU:97.2/m Heh I just noticed that looks like a minor bug in the final summary report Hmm I seem to get a crash every day now.. , any way I can help debug this issue or provide info for the devs? Mine crashes like every 30 hrs or so. I just make sure to restart cgminer every morning when I grab my coffee. It doesn't matter if it's one burnin miner or 32 plugged into the system. I just figured it wasn't much of a hassle so I didn't bother posting this.
|
|
|
|
|