Bitcoin Forum
June 23, 2025, 09:00:56 PM *
News: Pizza day contest voting
 
   Home   Help Search Login Register More  
Poll
Question: Which expedited shipping option would you like to see:
Flat fee Overnight with insurance ($300+) - 31 (23.7%)
Flat fee Two-Day with insurance($200+) - 39 (29.8%)
Flat fee Overnight, no insurance ($150) - 19 (14.5%)
Flat fee Two-Day with no insurance ($99) - 42 (32.1%)
Total Voters: 131

Pages: « 1 ... 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 [251] 252 253 »
  Print  
Author Topic: [ANN] US/North American Bitfury sales NEW STOCK ***NOW SHIPPING***  (Read 576936 times)
allinvain
Legendary
*
Offline Offline

Activity: 3080
Merit: 1083



View Profile WWW
March 31, 2014, 12:41:32 AM
 #5001

Cool, thanks for the tip. I shall give it a go.

Here is a quote from kano:

Quote
The BaB driver with 7 boards uses less than 10% CPU on RPI Arch - and for my 7 BA BaB boards, mines at over 270GH/s
It seems to be limited to 2 boards per SPI channel. More tends to get all sorts of errors.
Will look into resolving that ... one day.

Kind of a bummer Sad Most of my rigs have more than 2 boards per SPI channel so :\ yeah..

After a few minutes of running with the bab-options set on my v1.2 rigs it still seems that performance is not consistently equivalent to that of chainminer. That may have something to do with the quote from kano above.

Another thing is I'm not sure if cgminer turns off dead or "zombie" chips like I would when manually editing the chainminer best.cnf file. By zombie chips I mean those that no matter what always hash at a pitifully low hashrate (0.05 to 0.10).


solarion
Hero Member
*****
Offline Offline

Activity: 966
Merit: 513



View Profile
March 31, 2014, 12:50:33 AM
Last edit: March 31, 2014, 01:01:34 AM by solarion
 #5002

Cool, thanks for the tip. I shall give it a go.

Here is a quote from kano:

Quote
The BaB driver with 7 boards uses less than 10% CPU on RPI Arch - and for my 7 BA BaB boards, mines at over 270GH/s
It seems to be limited to 2 boards per SPI channel. More tends to get all sorts of errors.
Will look into resolving that ... one day.

Kind of a bummer Sad Most of my rigs have more than 2 boards per SPI channel so :\ yeah..

After a few minutes of running with the bab-options set on my v1.2 rigs it still seems that performance is not consistently equivalent to that of chainminer. That may have something to do with the quote from kano above.

Another thing is I'm not sure if cgminer turns off dead or "zombie" chips like I would when manually editing the chainminer best.cnf file. By zombie chips I mean those that no matter what always hash at a pitifully low hashrate (0.05 to 0.10).

It does shut them down. Check the driver for BAB_BAD_DEAD. This is set to BAB_BAD_MIN * 2 by default. I have cgminer running on a full rig.

The display tells you exactly what's going on with your rig:

0: BaB 0      : 4.16.256 B:034 D:000

BaB 0 4(banks)16(cards)256(chips)34(bad_min)0(disabled)

Here's a very naughty rig:

0: BaB 0       : 4.13.200 B:008 D:025

Cgminer doesn't seem to like the cards set to .85v. The same cards freak out bfgminer.

You can also decrease the time necessary for testing by changing the history setting to something like 120(s) from the default 300(s).
allinvain
Legendary
*
Offline Offline

Activity: 3080
Merit: 1083



View Profile WWW
March 31, 2014, 04:42:13 AM
 #5003

All my v1.2 h-cards are overclocked so maybe cgminer does not like that. The v2.3 is not overclocked by me but it comes out of the box pretty much pushed to the limits (ie the adjustable voltage pot is aggressively tuned already). I dunno, I will wait until the next release of cgminer and see if kano/ckolivas make any improvements. I said it before and I will say it again, I wish cgminer/bfgminer had a chip table that allowed me to manually set which chips I want to be completely turned off or tuned down from the start.

JakeTri
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
March 31, 2014, 12:12:57 PM
 #5004

All my v1.2 h-cards are overclocked so maybe cgminer does not like that. The v2.3 is not overclocked by me but it comes out of the box pretty much pushed to the limits (ie the adjustable voltage pot is aggressively tuned already). I dunno, I will wait until the next release of cgminer and see if kano/ckolivas make any improvements. I said it before and I will say it again, I wish cgminer/bfgminer had a chip table that allowed me to manually set which chips I want to be completely turned off or tuned down from the start.

bfgminer already support table with per chip start value.

Here is part of my bfgminer config file that I use on my system where I have about 14 bad chips and I want them to start very low (at 32) but everything else to start at 56. If you want you can set start value for every single chip (like on chainminer).

Code:
"scan-serial" : [ "bfsb:auto" ],
"set-device" : [
        "bfsb:osc6_bits=56",
        "bfsb0av:osc6_bits=32",
        "bfsb0be:osc6_bits=32",
        "bfsb0bi:osc6_bits=32",
        "bfsb0cj:osc6_bits=32",
        "bfsb1ar:osc6_bits=32",
        "bfsb1aw:osc6_bits=32",
        "bfsb1bn:osc6_bits=32",
        "bfsb2ag:osc6_bits=32",
        "bfsb2av:osc6_bits=32",
        "bfsb2ay:osc6_bits=32",
        "bfsb2ch:osc6_bits=32",
        "bfsb3ad:osc6_bits=32",
        "bfsb3bn:osc6_bits=32",
        "bfsb3cb:osc6_bits=32"
]

BTC donations always welcome: 1JakeTriwbahMYp1rSfJbTn7Afd1w62p2q
allinvain
Legendary
*
Offline Offline

Activity: 3080
Merit: 1083



View Profile WWW
March 31, 2014, 12:25:33 PM
 #5005

All my v1.2 h-cards are overclocked so maybe cgminer does not like that. The v2.3 is not overclocked by me but it comes out of the box pretty much pushed to the limits (ie the adjustable voltage pot is aggressively tuned already). I dunno, I will wait until the next release of cgminer and see if kano/ckolivas make any improvements. I said it before and I will say it again, I wish cgminer/bfgminer had a chip table that allowed me to manually set which chips I want to be completely turned off or tuned down from the start.

bfgminer already support table with per chip start value.

Here is part of my bfgminer config file that I use on my system where I have about 14 bad chips and I want them to start very low (at 32) but everything else to start at 56. If you want you can set start value for every single chip (like on chainminer).

Code:
"scan-serial" : [ "bfsb:auto" ],
"set-device" : [
        "bfsb:osc6_bits=56",
        "bfsb0av:osc6_bits=32",
        "bfsb0be:osc6_bits=32",
        "bfsb0bi:osc6_bits=32",
        "bfsb0cj:osc6_bits=32",
        "bfsb1ar:osc6_bits=32",
        "bfsb1aw:osc6_bits=32",
        "bfsb1bn:osc6_bits=32",
        "bfsb2ag:osc6_bits=32",
        "bfsb2av:osc6_bits=32",
        "bfsb2ay:osc6_bits=32",
        "bfsb2ch:osc6_bits=32",
        "bfsb3ad:osc6_bits=32",
        "bfsb3bn:osc6_bits=32",
        "bfsb3cb:osc6_bits=32"
]

How do you identify the chips? I'm assuming the number after "bfsb" is the bank number but the rest of the characters are? Is there some logic to it.

JakeTri
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
March 31, 2014, 01:11:56 PM
 #5006

All my v1.2 h-cards are overclocked so maybe cgminer does not like that. The v2.3 is not overclocked by me but it comes out of the box pretty much pushed to the limits (ie the adjustable voltage pot is aggressively tuned already). I dunno, I will wait until the next release of cgminer and see if kano/ckolivas make any improvements. I said it before and I will say it again, I wish cgminer/bfgminer had a chip table that allowed me to manually set which chips I want to be completely turned off or tuned down from the start.

bfgminer already support table with per chip start value.

Here is part of my bfgminer config file that I use on my system where I have about 14 bad chips and I want them to start very low (at 32) but everything else to start at 56. If you want you can set start value for every single chip (like on chainminer).

Code:
"scan-serial" : [ "bfsb:auto" ],
"set-device" : [
        "bfsb:osc6_bits=56",
        "bfsb0av:osc6_bits=32",
        "bfsb0be:osc6_bits=32",
        "bfsb0bi:osc6_bits=32",
        "bfsb0cj:osc6_bits=32",
        "bfsb1ar:osc6_bits=32",
        "bfsb1aw:osc6_bits=32",
        "bfsb1bn:osc6_bits=32",
        "bfsb2ag:osc6_bits=32",
        "bfsb2av:osc6_bits=32",
        "bfsb2ay:osc6_bits=32",
        "bfsb2ch:osc6_bits=32",
        "bfsb3ad:osc6_bits=32",
        "bfsb3bn:osc6_bits=32",
        "bfsb3cb:osc6_bits=32"
]

How do you identify the chips? I'm assuming the number after "bfsb" is the bank number but the rest of the characters are? Is there some logic to it.
Yes your are right, the number after bfsb is the bank number (0 to 3) the next 2 letters identify the chip in the bank (64 chips per bank - first chip is "aa" follow by "ab", "ac" ... then "az", "ba" ... and so on until "cl").

BTC donations always welcome: 1JakeTriwbahMYp1rSfJbTn7Afd1w62p2q
Taugeran
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


CCNA: There i fixed the internet.


View Profile
March 31, 2014, 05:53:19 PM
 #5007

posted an RMA request for 3 h-cards. just a heads up MBP  Cry

Bitfury HW & Habañero : 1.625Th/s
tips/Donations: 1NoS89H3Mr6U5CmP4VwWzU2318JEMxHL1
Come join Coinbase
Lloydimiller4
Full Member
***
Offline Offline

Activity: 186
Merit: 100


Monero


View Profile
April 08, 2014, 06:21:16 PM
 #5008

I've got 8 Bitfury ASIC chips that I don't want/need. I will send them to anyone who wants them if they cover shipping costs. PM me.

XMR: 43uAvbYL7z9NrKQig2DswM69XaeDug1Rf8v4Un1ndssb2To51Vojz2uZ21jFumWsCcgvqZ9hPuE3fEr xKoGCkHU8CzqHFiS
Swimmer63
Legendary
*
Offline Offline

Activity: 1593
Merit: 1004



View Profile
April 08, 2014, 06:31:37 PM
 #5009

I've got 8 Bitfury ASIC chips that I don't want/need. I will send them to anyone who wants them if they cover shipping costs. PM me.
Are they Rev2?
Lloydimiller4
Full Member
***
Offline Offline

Activity: 186
Merit: 100


Monero


View Profile
April 09, 2014, 02:52:08 AM
 #5010

No, they are Rev1

XMR: 43uAvbYL7z9NrKQig2DswM69XaeDug1Rf8v4Un1ndssb2To51Vojz2uZ21jFumWsCcgvqZ9hPuE3fEr xKoGCkHU8CzqHFiS
btcusr
Sr. Member
****
Offline Offline

Activity: 405
Merit: 255


@_vjy


View Profile
April 15, 2014, 11:38:38 PM
 #5011

Hi guys, just wondering, how 55nm bitfury ASICs still going good when KNC is releasing 20nm ASICs?

If I can afford more space then I should choose bit fury over KNC?

Taugeran
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


CCNA: There i fixed the internet.


View Profile
April 16, 2014, 01:08:59 AM
 #5012

Hi guys, just wondering, how 55nm bitfury ASICs still going good when KNC is releasing 20nm ASICs?

If I can afford more space then I should choose bit fury over KNC?

The only outlet you can presently get bitfury hardware through is the EU site

Bitfurystrikesback.com

With the way KnC has been recently, I'd personally go bitfury

Bitfury HW & Habañero : 1.625Th/s
tips/Donations: 1NoS89H3Mr6U5CmP4VwWzU2318JEMxHL1
Come join Coinbase
xstr8guy
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1004


Glow Stick Dance!


View Profile
April 16, 2014, 02:03:44 AM
 #5013

Hi guys, just wondering, how 55nm bitfury ASICs still going good when KNC is releasing 20nm ASICs?

If I can afford more space then I should choose bit fury over KNC?

The only outlet you can presently get bitfury hardware through is the EU site

Bitfurystrikesback.com

With the way KnC has been recently, I'd personally go bitfury

There are many other more desirable options these days.  Just have a look at the rest of the Hardware forum.  The current Bitfury products just aren't competitive price-wise.  Perhaps the next generation Bitfury products will be more reasonably priced.

And for god's sake, don't preorder from anyone if the product ships more than two weeks from the time of order.  There is no need to gamble like that anymore.
Taugeran
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


CCNA: There i fixed the internet.


View Profile
April 16, 2014, 07:34:52 PM
 #5014

Hi guys, just wondering, how 55nm bitfury ASICs still going good when KNC is releasing 20nm ASICs?

If I can afford more space then I should choose bit fury over KNC?

The only outlet you can presently get bitfury hardware through is the EU site

Bitfurystrikesback.com

With the way KnC has been recently, I'd personally go bitfury

There are many other more desirable options these days.  Just have a look at the rest of the Hardware forum.  The current Bitfury products just aren't competitive price-wise.  Perhaps the next generation Bitfury products will be more reasonably priced.

And for god's sake, don't preorder from anyone if the product ships more than two weeks from the time of order.  There is no need to gamble like that anymore.


+[(e^i*pi)+2]

Bitfury HW & Habañero : 1.625Th/s
tips/Donations: 1NoS89H3Mr6U5CmP4VwWzU2318JEMxHL1
Come join Coinbase
organofcorti
Donator
Legendary
*
Offline Offline

Activity: 2058
Merit: 1007


Poor impulse control.


View Profile WWW
April 17, 2014, 12:14:35 AM
 #5015

<snip>
+[(e^i*pi)+2]

Ugh. Nerd jokes.

Just when this forum seems to nerdy to be real, someone has to go and up the nerd-quotient.


Bitcoin network and pool analysis 12QxPHEuxDrs7mCyGSx1iVSozTwtquDB3r
follow @oocBlog for new post notifications
Taugeran
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


CCNA: There i fixed the internet.


View Profile
April 17, 2014, 01:15:49 AM
 #5016

<snip>
+[(e^i*pi)+2]

Ugh. Nerd jokes.

Just when this forum seems to nerdy to be real, someone has to go and up the nerd-quotient.



It simplifies to 1 Tongue

I added it for the shits and giggles

Bitfury HW & Habañero : 1.625Th/s
tips/Donations: 1NoS89H3Mr6U5CmP4VwWzU2318JEMxHL1
Come join Coinbase
organofcorti
Donator
Legendary
*
Offline Offline

Activity: 2058
Merit: 1007


Poor impulse control.


View Profile WWW
April 17, 2014, 07:54:52 AM
 #5017

<snip>
+[(e^i*pi)+2]

Ugh. Nerd jokes.

Just when this forum seems to nerdy to be real, someone has to go and up the nerd-quotient.



It simplifies to 1 Tongue

I added it for the shits and giggles

Explaining the nerd joke is even worse! Smiley

Bitcoin network and pool analysis 12QxPHEuxDrs7mCyGSx1iVSozTwtquDB3r
follow @oocBlog for new post notifications
Taugeran
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


CCNA: There i fixed the internet.


View Profile
April 17, 2014, 11:11:13 PM
 #5018

<snip>
+[(e^i*pi)+2]

Ugh. Nerd jokes.

Just when this forum seems to nerdy to be real, someone has to go and up the nerd-quotient.



It simplifies to 1 Tongue

I added it for the shits and giggles

Explaining the nerd joke is even worse! Smiley

Lol

Bitfury HW & Habañero : 1.625Th/s
tips/Donations: 1NoS89H3Mr6U5CmP4VwWzU2318JEMxHL1
Come join Coinbase
stan258
Sr. Member
****
Offline Offline

Activity: 440
Merit: 250



View Profile
April 18, 2014, 10:21:16 PM
 #5019

I have 9 PCI 3.0 H cards I would like to sell. Purchase all 9 and I will include the M board for free.   

$105 USD, .215 BTC shipped USPS Priorty Mail. Escrow, PayPal Accepted however Buyer must cover third party costs.   Any Interested Parties please PM me. 
allinvain
Legendary
*
Offline Offline

Activity: 3080
Merit: 1083



View Profile WWW
April 20, 2014, 01:53:14 PM
 #5020

I have 9 PCI 3.0 H cards I would like to sell. Purchase all 9 and I will include the M board for free.   

$105 USD, .215 BTC shipped USPS Priorty Mail. Escrow, PayPal Accepted however Buyer must cover third party costs.   Any Interested Parties please PM me. 


You mean $105 per board, right? Assuming each card gets 31 gh that's a total of 279 gh which currently earns $307 /month.

Pages: « 1 ... 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 [251] 252 253 »
  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!