Bitcoin Forum
May 02, 2024, 08:28:16 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   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 ... 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 [188] 189 190 191 192 193 194 195 196 197 198 199 200 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 ... 255 »
  Print  
Author Topic: [ANN] US/North American Bitfury sales NEW STOCK ***NOW SHIPPING***  (Read 576754 times)
ericdc30
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile
November 11, 2013, 10:17:38 PM
 #3741

 Huh Hi guys I have this card that keeps going to 0GH/s. I already used the last slot for a card with high miso error count. Any idea what procedure I should be following to get my rig working at 100% reliably?
"You Asked For Change, We Gave You Coins" -- casascius
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714638496
Hero Member
*
Offline Offline

Posts: 1714638496

View Profile Personal Message (Offline)

Ignore
1714638496
Reply with quote  #2

1714638496
Report to moderator
1714638496
Hero Member
*
Offline Offline

Posts: 1714638496

View Profile Personal Message (Offline)

Ignore
1714638496
Reply with quote  #2

1714638496
Report to moderator
1714638496
Hero Member
*
Offline Offline

Posts: 1714638496

View Profile Personal Message (Offline)

Ignore
1714638496
Reply with quote  #2

1714638496
Report to moderator
Doff
Sr. Member
****
Offline Offline

Activity: 327
Merit: 250


View Profile
November 11, 2013, 10:19:23 PM
 #3742

Got my rigs in, and can't get chainminer connected to ghash.io at all Sad Trying to build BFGMiner...

Poop.

EDIT: Fuck my ass. BFGMiner only picks up 4 of 16 boards on the first rig I'm trying to bring up... it's going to be a long night...

Odd I am using ghash.io with no issues. Make sure to cool it enough, but don't over-cool it! Haha.  The heatsinks on the back of the regulator help I have found as well.
Doff
Sr. Member
****
Offline Offline

Activity: 327
Merit: 250


View Profile
November 11, 2013, 10:21:23 PM
 #3743

I've written a cgminer driver (it's in the current cgminer 3.8.0/3.8.1) for the BlackArrow Bitfury V1 boards.
I've no idea if that is the same as a standard Bitfury board - I never had one and the twits would never sell me one either.
... maybe I should have put in the copyright header that Punin and Buzzdave aren't allowed to use the driver Cheesy

Anyway, as I posted about it the other day:

For anyone who has a V1 BlackArrow Bitfury board - the latest cgminer 3.8.1 (3.8.0 also) has the RPi source for a driver now - consider it an early release since there are certain improvements I'll make to it that I've already sorted out what to do - in future versions - but it already runs with great performance.

The configure option is --enable-bab

It runs at 39.9GH/s valid shares with a bit under 10% HW errors above the 39.9GH/s on a standard board
i.e. if you were to also count bad nonces returned (which I prefer not to but I will mention in case anyone wishes to compare that number) it's returning 44GH/s of good+bad nonces.

I've run it with a single board on Raspbian to write and test it - it's based on the V1 initialisation of a single board.
I based the I/O code on the chainminer GPIO/SPI code as should be obvious for anyone who looks at my driver-bab.c and chainminer (as I also mention that at the top of driver-bab.c)

It's a bit CPU hungry so soon I'll be spending more effort on reducing that - 20% CPU with a single board - I've only tested with a single board.

It also doesn't tune the chip at all - so there is also assured performance improvement there - it runs at default settings at the moment.
That's the next effort I'll expend on the driver.

If anyone has a standard V1 BitFury board I'd also be curious to know if it works with them.


Id love to see this running on a V3 rig, I miss having fail-over. Its Cainsmore all over again for me.
Xian01
Legendary
*
Offline Offline

Activity: 1652
Merit: 1067


Christian Antkow


View Profile
November 11, 2013, 10:27:26 PM
Last edit: November 11, 2013, 10:46:13 PM by Xian01
 #3744

Odd I am using ghash.io with no issues. Make sure to cool it enough, but don't over-cool it! Haha.  The heatsinks on the back of the regulator help I have found as well.

 Did you have to preface the ghash.io url with "stratum+tcp://nl1.ghash.io" in Chainminer ?

EDIT: sshing into the pi gets me this;

Using username "pi".
pi@192.168.5.230's password:
Linux bf01 3.6.11+ #474 PREEMPT Thu Jun 13 17:14:42 BST 2013 armv6l

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Mon Nov 11 22:44:37 2013 from soundwave.home.lan
cat: .stat.log: No such file or directory
pi@bf01:/run/shm$


 Guess the .stat.log not being where it is might explain something wrong with why Chainminer isn't starting up....
Doff
Sr. Member
****
Offline Offline

Activity: 327
Merit: 250


View Profile
November 11, 2013, 10:34:43 PM
 #3745

Odd I am using ghash.io with no issues. Make sure to cool it enough, but don't over-cool it! Haha.  The heatsinks on the back of the regulator help I have found as well.

 Did you have to preface the ghash.io url with "stratum+tcp://nl1.ghash.io" in Chainminer ?

No, and make sure you use a password it doesn't like the blank one.

I just have nl1.ghash.io in all 3 boxes.
tacotime
Legendary
*
Offline Offline

Activity: 1484
Merit: 1005



View Profile
November 11, 2013, 10:41:09 PM
 #3746

Huh Hi guys I have this card that keeps going to 0GH/s. I already used the last slot for a card with high miso error count. Any idea what procedure I should be following to get my rig working at 100% reliably?


You need to turn the voltage down, scroll back a few pages to see how to adjust the trimpots

Code:
XMR: 44GBHzv6ZyQdJkjqZje6KLZ3xSyN1hBSFAnLP6EAqJtCRVzMzZmeXTC2AHKDS9aEDTRKmo6a6o9r9j86pYfhCWDkKjbtcns
mb300sd
Legendary
*
Offline Offline

Activity: 1260
Merit: 1000

Drunk Posts


View Profile WWW
November 11, 2013, 10:41:20 PM
 #3747

Huh Hi guys I have this card that keeps going to 0GH/s. I already used the last slot for a card with high miso error count. Any idea what procedure I should be following to get my rig working at 100% reliably?


If its one of the new m-boards, the cards are divided into groups of 4.

1D7FJWRzeKa4SLmTznd3JpeNU13L1ErEco
mb300sd
Legendary
*
Offline Offline

Activity: 1260
Merit: 1000

Drunk Posts


View Profile WWW
November 11, 2013, 10:42:15 PM
 #3748

I have 1 bad H-card what will not hash at all... Waiting on RMA, how long does it usually take?

1D7FJWRzeKa4SLmTznd3JpeNU13L1ErEco
Xian01
Legendary
*
Offline Offline

Activity: 1652
Merit: 1067


Christian Antkow


View Profile
November 11, 2013, 10:46:56 PM
 #3749

If its one of the new m-boards, the cards are divided into groups of 4.

 Oh, I see, so 16 boards should appear as 4 miners to BFGMiner ?
Doff
Sr. Member
****
Offline Offline

Activity: 327
Merit: 250


View Profile
November 11, 2013, 10:51:42 PM
 #3750

If its one of the new m-boards, the cards are divided into groups of 4.

 Oh, I see, so 16 boards should appear as 4 miners to BFGMiner ?

Yes 4 banks of 4.
 
Bank 1
1: 39.084GH/s
2: 37.08GH/s
3: 37.366GH/s
4: 36.808GH/s
Bank 2
5: 36.808GH/s
6: 37.638GH/s
7: 35.935GH/s
8: 38.254GH/s
Bank 3
9: 36.808GH/s
10: 37.581GH/s
11: 34.66GH/s
12: 37.338GH/s
Bank 4
13: 34.675GH/s
14: 30.909GH/s
15: 33.887GH/s
16: 35.949GH/s
CoinHoarder
Legendary
*
Offline Offline

Activity: 1484
Merit: 1026

In Cryptocoins I Trust


View Profile
November 11, 2013, 11:04:12 PM
 #3751

Hrm. This is not exactly how I envisioned this going. This is very frustrating.. my Avalons and KNCminers I was able to setup and get hashing within minutes. Add the assembly time of a full rig, plus the fact they're both not working....

I got two full rigs today. One is running at 225 Gh and the other is running at 0 Gh.

Code:
Rig 1:
Bank 1
1: 33.415GH/s
2: 33.443GH/s
3: 20.702GH/s
4: 21.79GH/s
Bank 2
5: 4.223GH/s
6: 0GH/s
7: 0GH/s
8: 0GH/s
Bank 3
9: 15.677GH/s
10: 10.107GH/s
11: 11.167GH/s
12: 13.758GH/s
Bank 4
13: 9.621GH/s
14: 9.893GH/s
15: 10.165GH/s
16: 20.916GH/s

Rig 2:
Bank 1
1: 0GH/s
2: 0GH/s
3: 0GH/s
4: 0GH/s
Bank 2
5: 0GH/s
6: 0GH/s
7: 0GH/s
8: 0GH/s
Bank 3
9: 0GH/s
10: 0GH/s
11: 0GH/s
12: 0GH/s
Bank 4
13: 0GH/s
14: 0GH/s
15: 0GH/s
16: 0GH/s

I'm certain everything is hooked up correctly. I have checked several times. I tried replacing the PSU and that didn't do anything. I am using a 1200w to run both full rigs. I'm sorry if this is covered... (I'm going to go back and read through this thread now.) Any quick suggestions though? This thread is so long..

I'm not sure if this matters, but it seems the two rigs might have different firmware versions. One says this on the main admin screen the other does not: "Attention! Please set pool difficulty on your pool to 32-512 depending on your hashrate. Low difficulty setting will result in work queue overload, and drop your hashrate substantially. If running a full unit, please make sure all cards are installed in slots written on the back side of the card. Due to SPI bugs, the miner may need to be stopped and restarted using the buttons above."
Xian01
Legendary
*
Offline Offline

Activity: 1652
Merit: 1067


Christian Antkow


View Profile
November 11, 2013, 11:05:54 PM
 #3752

I got two full rigs today. One is running at 225 Gh and the other is running at 0 Gh.


 Glad to know it's not just me Sad
tom99
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


View Profile
November 11, 2013, 11:22:08 PM
 #3753

I got two full rigs today. One is running at 225 Gh and the other is running at 0 Gh.


 Glad to know it's not just me Sad

  here good section to read https://bitcointalk.org/index.php?topic=287590.0


   I got 2 Hboards stop working yesterday.


ps: did anyone return bad hboards to Dave for replacement and I got 2 Hboards for replacement and need to return bad Hboards to Dave.  I am waiting for information to return bad hboard for long time now.
tom99
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


View Profile
November 11, 2013, 11:23:22 PM
 #3754

I got two full rigs today. One is running at 225 Gh and the other is running at 0 Gh.


 Glad to know it's not just me Sad

  You need to start  one at time to check for bad Hboard.
Keefe
Hero Member
*****
Offline Offline

Activity: 681
Merit: 500


View Profile
November 11, 2013, 11:24:19 PM
 #3755

Odd I am using ghash.io with no issues. Make sure to cool it enough, but don't over-cool it! Haha.  The heatsinks on the back of the regulator help I have found as well.

 Did you have to preface the ghash.io url with "stratum+tcp://nl1.ghash.io" in Chainminer ?

EDIT: sshing into the pi gets me this;

Using username "pi".
pi@192.168.5.230's password:
Linux bf01 3.6.11+ #474 PREEMPT Thu Jun 13 17:14:42 BST 2013 armv6l

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Mon Nov 11 22:44:37 2013 from soundwave.home.lan
cat: .stat.log: No such file or directory
pi@bf01:/run/shm$


 Guess the .stat.log not being where it is might explain something wrong with why Chainminer isn't starting up....

.stat.log doesn't exist because chainminer isn't working right, not the other way around. Try running chainminer directly like this, to see if it gives any explanation for not working:
Code:
sudo killall -q miner ; cd /run/shm ; sudo /opt/bitfury/chainminer/miner

CoinHoarder
Legendary
*
Offline Offline

Activity: 1484
Merit: 1026

In Cryptocoins I Trust


View Profile
November 11, 2013, 11:48:02 PM
 #3756

As suggested, I'm going to replace the H boards that aren't working on the rig that is half working to try to get it to the advertised 550+ Gh.

The one that's at 0 I'm still at a loss. I think it's a firmware issue. Are there any instructions on how to flash the SD cards with the images in the OP?
Xian01
Legendary
*
Offline Offline

Activity: 1652
Merit: 1067


Christian Antkow


View Profile
November 11, 2013, 11:57:48 PM
 #3757

.stat.log doesn't exist because chainminer isn't working right, not the other way around. Try running chainminer directly like this, to see if it gives any explanation for not working:
Code:
sudo killall -q miner ; cd /run/shm ; sudo /opt/bitfury/chainminer/miner

 Thanks. Turns out I had a few problems;

 1) miner was not built.
 2) so far 1 bad hboard out of 32. Will get the second rig up-and-running later this evening.
 3) Here's the results of getting a rig to work :| Big-ass fan blowing on it... 850W power supply.

speed:13568 noncerate[GH/s]:242.265 (0.946/chip) hashrate[GH/s]:263.596 good:16922 errors:7916 spi-err:8 miso-err:27 duplicates:1450 jobs:284 cores:8% good:256 bad:0 off:0 (best[GH/s]:0.000) Mon Nov 11 23:55:21 2013
board-2 speed   nrate   hrate   good    errors  spi-err miso-er duplic  good    bad     off     per chip        good cores
0:      848     33.057  35.821  2309    273     1       1       35      16      0       0       (2.066/chip)    17%
1:      848     3.908   4.154   273     137     0       2       23      16      0       0       (0.244/chip)    2%
2:      848     10.279  11.109  718     176     0       1       36      16      0       0       (0.642/chip)    6%
3:      848     4.667   5.570   326     177     0       2       36      16      0       0       (0.292/chip)    3%
4:      848     5.927   6.617   414     179     0       1       61      16      0       0       (0.370/chip)    3%
5:      848     24.882  25.103  1738    354     0       2       37      16      0       0       (1.555/chip)    13%
6:      848     22.763  24.067  1590    319     2       2       61      16      0       0       (1.423/chip)    12%
7:      848     23.107  23.856  1614    365     0       3       82      16      0       0       (1.444/chip)    12%
8:      848     8.891   9.766   621     498     1       1       104     16      0       0       (0.556/chip)    5%
9:      848     13.443  15.072  939     544     0       1       102     16      0       0       (0.840/chip)    7%
A:      848     12.642  14.628  883     668     0       4       137     16      0       0       (0.790/chip)    7%
B:      848     3.923   5.073   274     644     0       2       95      16      0       0       (0.245/chip)    2%
C:      848     8.275   9.861   578     691     2       2       165     16      0       0       (0.517/chip)    5%
D:      848     16.407  18.032  1146    766     0       2       145     16      0       0       (1.025/chip)    9%
E:      848     30.881  33.601  2157    944     0       0       153     16      0       0       (1.930/chip)    16%
F:      848     19.213  21.266  1342    1181    2       1       178     16      0       0       (1.201/chip)    10%


Got a long night of troubleshooting ahead Sad
AMD FTW
Sr. Member
****
Offline Offline

Activity: 317
Merit: 250


GET IN - Smart Ticket Protocol - Live in market!


View Profile
November 11, 2013, 11:59:24 PM
 #3758

I have a full rig populated and am trying to figure out how to get this thing mining. I can log into the ip address using my laptop via the bitfury admin page and set the pools address along with my username and password. However when I hit start mining, nothing happens. If I look at my screen hooked up to the raspberry pi, it asks for a login and password. I think the raspberry pi doesn't like my sidewinder x4 Microsoft keyboard has it constantly looks to have a stuck key. Not to mention when I try to type a password, nothing shows. It makes typing on this keyboard quite difficult. I'm thinking I might need to pick up a basic keyboard.

Anyone have a good how to setup link

GUTS | GET-Protocol ICO
smart-ticket protocol for events | live product with market traction!
BTC ANN | WEBSITE | BLOG | SANDBOX | WHITEPAPER | BOUNTY
goxed
Legendary
*
Offline Offline

Activity: 1946
Merit: 1006


Bitcoin / Crypto mining Hardware.


View Profile
November 11, 2013, 11:59:39 PM
 #3759

guys please heatsink regulator, and at least the last 2 rows of chips.
http://www.ebay.com/itm/8pcs-14x12x5-5mm-Copper-Chipset-Cooler-Heat-Sink-For-IC-SD-DDR-SDRAM-VGA-Memory-/350876577198?pt=LH_DefaultDomain_0&hash=item51b1dfadae

Revewing Bitcoin / Crypto mining Hardware.
goxed
Legendary
*
Offline Offline

Activity: 1946
Merit: 1006


Bitcoin / Crypto mining Hardware.


View Profile
November 12, 2013, 12:00:34 AM
 #3760

If you donot add heatsinks to the regulator area, cards will cycle. The real point of adding heatsinks to the ASIC is to keep the regulator cool. Add sinks to the regulator and atleast the bottom 2 rows of ASICS and reduce STRESS in your life Wink.
BTW, I also did another mod, but I will not advise anyone to do that unless they know what they are doing. It's obvious to the astute user if you look at my H-card very carefully.





Revewing Bitcoin / Crypto mining Hardware.
Pages: « 1 ... 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 [188] 189 190 191 192 193 194 195 196 197 198 199 200 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 ... 255 »
  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!