Pages:
Author

Topic: [Work in progess] Burnins Avalon Chip to mining board service - page 34. (Read 624200 times)

hero member
Activity: 563
Merit: 500
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 [email protected]

roy
sr. member
Activity: 290
Merit: 250
member
Activity: 70
Merit: 10

Here is a simple script to put in cron.

Code:
#!/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?  Grin
sr. member
Activity: 290
Merit: 250

Here is a simple script to put in cron.

Code:
#!/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/
member
Activity: 70
Merit: 10
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:

Code:
[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.

Code:
#!/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.
legendary
Activity: 1358
Merit: 1001
https://gliph.me/hUF
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.
member
Activity: 70
Merit: 10
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:

Code:
[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.

Code:
#!/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
legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
...
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.log

Also --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 Smiley
legendary
Activity: 966
Merit: 1000
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?
legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
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:
Code:
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 ...
legendary
Activity: 966
Merit: 1000
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:

Code:
[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.)
full member
Activity: 149
Merit: 100
Selling 4 Bitburner XX (Two Orders 3+1 Order#42X & #43X) paid with shipping to germany.
https://bitcointalksearch.org/topic/3x-bitburner-xx-order43x-escrow-uber-sebju-moglich-297004
sr. member
Activity: 327
Merit: 250
I am looking to purchase an early order for 6-12 Bitburners at a discounted rate. I had my order of 6 transferred to a discount on the bitfury boards, but, we will see what happens with that over the next few days. PM me with offers. Thanks.
legendary
Activity: 1442
Merit: 1000
Antifragile
I'm joining and offer my Order for sale too.

Order: #422

-- 2 x complete BitBurner Module attached heat-sink (20 chips per Board)
-- 1 x Can-Bus Stacking cable
-- Shipping to Germany

Paid: €267.75

My Price: 220€

Please contact me via PM

Thanks a lot

Hello,

Ok, I will offer you 240€ total (PM deal), your choice of Pay Pal or Überweisung. Let's just wait till Burnin or Sebastian say it is ok.
This includes everything you list above.

Thanks,
IAS


O.k. Deal! as said in the PM.

Sorry Alexius89. We tried. Was just no simple way to get escrow with paypal or Überweisung and a refund offer came up and so I took it.
I wanted a miner and not a refund though, but after trying and thinking, I didn't see a low risk way without using escrow.

This is back open should anyone want to jump in. Nice rig at a fair price with everything you need minus 40 chips.
Best,
IAS
member
Activity: 70
Merit: 10
I put the boards back in stock in case anyone wants still needs some.


Batch 2 is completely done and is currently being shipped.
Big orders take a bit longer because i have to put them through customs.
The maximum batch 2 delivery has been delayed by the Bitfury development is 3 days.

Transfers of whole orders are possible.

Burnin,

Thank you for the update.
newbie
Activity: 28
Merit: 0
I put the boards back in stock in case anyone wants still needs some.


Batch 2 is completely done and is currently being shipped.
Big orders take a bit longer because i have to put them through customs.
The maximum batch 2 delivery has been delayed by the Bitfury development is 3 days.

Transfers of whole orders are possible.

How do we go about transferring an order? (I am a buyer)
I emailed you a screen shot of the receipt w/ order# but before transferring money to the seller, I'd like to know if it is a valid order and approved by you.

Can the selling just log into Cryptx and put in a new name and address, transfer the password to the buyer or ? (Want to make sure it gets shipped to the buyer! ;-)

Thanks, good to see you back!

IAS

I did it by requesting a transfer of the orders by email to [email protected]. To prove that the orders are yours you could use the signing function of bitcoin.

You cannot change name/address at http://www.asic-hardware.com.
legendary
Activity: 1442
Merit: 1000
Antifragile
I put the boards back in stock in case anyone wants still needs some.


Batch 2 is completely done and is currently being shipped.
Big orders take a bit longer because i have to put them through customs.
The maximum batch 2 delivery has been delayed by the Bitfury development is 3 days.

Transfers of whole orders are possible.

How do we go about transferring an order? (I am a buyer)
I emailed you a screen shot of the receipt w/ order# but before transferring money to the seller, I'd like to know if it is a valid order and approved by you.

Can the selling just log into Cryptx and put in a new name and address, transfer the password to the buyer or ? (Want to make sure it gets shipped to the buyer! ;-)

Thanks, good to see you back!

IAS
sr. member
Activity: 243
Merit: 250
ALTCOM Ab9upXvD7ChnJxDRZgMmwNNEf1ftCGWrsE
I put the boards back in stock in case anyone wants still needs some.


Batch 2 is completely done and is currently being shipped.
Big orders take a bit longer because i have to put them through customs.
The maximum batch 2 delivery has been delayed by the Bitfury development is 3 days.

Transfers of whole orders are possible.
hero member
Activity: 822
Merit: 1002
Hi, did anybony try to get a refund / a partial refund?

THX

Z

I decided to get a refund, clicked this option in my account at asic-hardware.com, now my order has this status: "Marked for refund" and nothing more. As it was mentioned refunds will be processed by burnin in mid October. I hope.
newbie
Activity: 11
Merit: 0
Hi, did anybony try to get a refund / a partial refund?

THX

Z
Pages:
Jump to: