Bitcoin Forum
July 03, 2025, 07:26:32 PM *
News: Latest Bitcoin Core release: 29.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 ... 133 134 135 136 137 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 ... 253 »
  Print  
Author Topic: [ANN] US/North American Bitfury sales NEW STOCK ***NOW SHIPPING***  (Read 576936 times)
tom99
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


View Profile
November 09, 2013, 08:40:13 AM
 #3641

That did it    Shocked ITS WORKING Shocked

PM me an address and I'll shoot you a tip.  Thanks again!  Now I'm off to convert this to a BFG bitfury.


You were right too - Work settings work but this router has funny defaults in it which it why it wasn't seeming to work. 




 you have to look at /etc/network for file interfaces and you need to change ip in the interfaces file.
frankenmint
Legendary
*
Offline Offline

Activity: 1456
Merit: 1020


HoneybadgerOfMoney.com Weed4bitcoin.com


View Profile WWW
November 09, 2013, 01:19:32 PM
 #3642

I have been using bfgminer  since i received my bitfury instead of chainminer and find its a lot more stable and seems to work fine with all the pools i have tried as it does  stratum itself there is no need for the proxies.

 


Does the stratum proxy need to be explicitly disabled on reboot in order for this to work?  I was able to get it installed but it just throws me a TON of hardware errors and doesnt seem to kick over properly.




ktbken
Full Member
***
Offline Offline

Activity: 158
Merit: 100


View Profile WWW
November 09, 2013, 01:22:55 PM
 #3643

I have been using bfgminer  since i received my bitfury instead of chainminer and find its a lot more stable and seems to work fine with all the pools i have tried as it does  stratum itself there is no need for the proxies.

 

This seems reasonable to me as I am a long term cgminer user.

Any tips on how to set it up?
Sorry been tied up have you got it working ?

Multi-coin pools - http://united-miners.com - IRC  freenode #united-miners
ktbken
Full Member
***
Offline Offline

Activity: 158
Merit: 100


View Profile WWW
November 09, 2013, 01:23:46 PM
 #3644

I have been using bfgminer  since i received my bitfury instead of chainminer and find its a lot more stable and seems to work fine with all the pools i have tried as it does  stratum itself there is no need for the proxies.

 


Does the stratum proxy need to be explicitly disabled on reboot in order for this to work?  I was able to get it installed but it just throws me a TON of hardware errors and doesnt seem to kick over properly.





should not mater as bfg does not use them you need to stop chainminer though once the pi is started up before you run bfg

Multi-coin pools - http://united-miners.com - IRC  freenode #united-miners
frankenmint
Legendary
*
Offline Offline

Activity: 1456
Merit: 1020


HoneybadgerOfMoney.com Weed4bitcoin.com


View Profile WWW
November 09, 2013, 01:27:03 PM
 #3645

Within the Pi itself run stop-stratum.sh?  There is no way to stop it from the interface.

bkpduke
Full Member
***
Offline Offline

Activity: 158
Merit: 100



View Profile WWW
November 09, 2013, 01:30:14 PM
 #3646

I have been using bfgminer  since i received my bitfury instead of chainminer and find its a lot more stable and seems to work fine with all the pools i have tried as it does  stratum itself there is no need for the proxies.

 

This seems reasonable to me as I am a long term cgminer user.

Any tips on how to set it up?
Sorry been tied up have you got it working ?


Was looking around and didn't find much, but would love to see a "howto" if there is one for bfgminer and a fully 16-card Bitfury v1 kit.  chainminer to date has not impressed me.
frankenmint
Legendary
*
Offline Offline

Activity: 1456
Merit: 1020


HoneybadgerOfMoney.com Weed4bitcoin.com


View Profile WWW
November 09, 2013, 01:33:15 PM
 #3647

I have been using bfgminer  since i received my bitfury instead of chainminer and find its a lot more stable and seems to work fine with all the pools i have tried as it does  stratum itself there is no need for the proxies.

This seems reasonable to me as I am a long term cgminer user.

Any tips on how to set it up?

This is cribbed largely from my post yesterday on bringing up cgminer...main difference is that bfgminer needs libjansson, and the configure invocation's a little different:

Code:
# install dependencies

apt-get install autoconf automake libtool libusb-1.0-0-dev libusb-1.0-0 libcurl4-openssl-dev libncurses5-dev libudev-dev libjansson-dev

# clone the repo

git clone https://github.com/luke-jr/bfgminer
cd bfgminer

# build and install

./autogen.sh
./configure --enable-bfsb
make
sudo make install

Compiling on the RPi will take a few minutes...be patient while it does its thing.

Once it's installed, use something like this to run it:

Code:
sudo bfgminer -S bfsb:auto

Support for a bunch of other ASIC miners will be included, so you could (if you wanted) connect them to your RPi through a powered hub and have one bfgminer instance running all of them.  I was getting good speed with the pools I tried, but the warning (see the Bitfury section in README.ASIC in the repo) about a lack of thermal shutdown support at this time means I'll hold off on running this until I get my heatsinks in.

ktbken
Full Member
***
Offline Offline

Activity: 158
Merit: 100


View Profile WWW
November 09, 2013, 01:45:14 PM
 #3648

Within the Pi itself run stop-stratum.sh?  There is no way to stop it from the interface.
There should be no need to touch the original proxys  but is you want to stop them from starting at boot comment the line out in /etc/rc.local
i have commented out the chainminer start as well.
I find that bfg does not load the spi drivers properly itself and just click start then stop miner in the web interface before starting bfg
When bfg is running you will see lines saying the last 8 results where bad etc you can ignore these its just bfg doing auto tune

Multi-coin pools - http://united-miners.com - IRC  freenode #united-miners
bkpduke
Full Member
***
Offline Offline

Activity: 158
Merit: 100



View Profile WWW
November 09, 2013, 02:39:54 PM
 #3649

Tried to compile bfgminer and ran into a wall here:
"Could not find HASH_ITER - please install uthash-dev"

This was near the end when running:
./configure --enable-bfsb


Went ahead and tried cgminer and got it to compile, but it could not detect the bitfury (I am on a V1 M-board).



Back to chainminer for now.  Sad
cypherdoc
Legendary
*
Offline Offline

Activity: 1764
Merit: 1004



View Profile
November 09, 2013, 04:03:59 PM
 #3650

I have been using bfgminer  since i received my bitfury instead of chainminer and find its a lot more stable and seems to work fine with all the pools i have tried as it does  stratum itself there is no need for the proxies.

 

This seems reasonable to me as I am a long term cgminer user.

Any tips on how to set it up?
Sorry been tied up have you got it working ?


according to bfgminer readme, it says there is no thermal shutdown regulation.  do you have heatsinks installed?
Keefe
Hero Member
*****
Offline Offline

Activity: 681
Merit: 500


View Profile
November 09, 2013, 05:10:54 PM
 #3651

I have been using bfgminer  since i received my bitfury instead of chainminer and find its a lot more stable and seems to work fine with all the pools i have tried as it does  stratum itself there is no need for the proxies.

 

This seems reasonable to me as I am a long term cgminer user.

Any tips on how to set it up?
Sorry been tied up have you got it working ?


according to bfgminer readme, it says there is no thermal shutdown regulation.  do you have heatsinks installed?

I don't think chainminer is any different. AFAIK, the boards have no temp sensors anywhere.

tacotime
Legendary
*
Offline Offline

Activity: 1484
Merit: 1011



View Profile
November 09, 2013, 05:57:20 PM
 #3652

My first BTC was paid out from my Bitfury device today

*tear*

48 hours running stable at 360 GH/s since I dropped the voltage on those two cards.

Code:
XMR: 44GBHzv6ZyQdJkjqZje6KLZ3xSyN1hBSFAnLP6EAqJtCRVzMzZmeXTC2AHKDS9aEDTRKmo6a6o9r9j86pYfhCWDkKjbtcns
salfter
Hero Member
*****
Offline Offline

Activity: 651
Merit: 501


My PGP Key: 92C7689C


View Profile WWW
November 09, 2013, 06:03:43 PM
 #3653

Tried to compile bfgminer and ran into a wall here:
"Could not find HASH_ITER - please install uthash-dev"

This was near the end when running:
./configure --enable-bfsb

Must've forgotten to include that in the dependencies...my post with the instructions has been updated.

Quote
Went ahead and tried cgminer and got it to compile, but it could not detect the bitfury (I am on a V1 M-board).

cgminer doesn't support these boards.

That said, now that I'm near my mining rig for testing, I'm trying to get bfgminer running stable on it.  It runs for a few minutes, getting ~80 GH/s out of my two boards (and another 11 from the BFL hardware also plugged in), but then it starts throwing a bunch of errors in a loop.  I think it's trying to drive the chips too hard by default.  If I change the oscillator setting for each chip from whatever default bfgminer is picking to 52, the hashrate falls back to ~68 GH/s (close to what chainminer was delivering).  So far it's still running as I write this. 

Looking at the bfgminer source code, we find this in driver-bfsb.c, in bfsb_init():

Code:
                bitfury_init_chip(proc);
                bitfury->osc6_bits = 53;
                bitfury_send_reinit(bitfury->spi, bitfury->slot, bitfury->fasync, bitfury->osc6_bits);
                bitfury_init_freq_stat(&bitfury->chip_stat, 52, 56);

I think it's starting with 53 and then setting itself to adjust later between 52 and 56.  Without heatsinks, though, my rig isn't stable at 53 long enough for this mechanism to kick in, so I'm better off fixing it to run at 52:

Code:
                bitfury_init_chip(proc);
                bitfury->osc6_bits = 52;
                bitfury_send_reinit(bitfury->spi, bitfury->slot, bitfury->fasync, bitfury->osc6_bits);
                bitfury_init_freq_stat(&bitfury->chip_stat, 52, 52);

AFAICT there is no way to set this in bfgminer.conf.  You can edit chip speeds at runtime, but the only way to make this setting permanent for now is to edit and recompile the source.

Here's a screenshot of bfgminer in action...currently at 10 minutes, and the ASICs are running in the mid-40s according to the temperature probe I have on one of them:


Tipjars: BTC 1TipsGocnz2N5qgAm9f7JLrsMqkb3oXe2 LTC LTipsVC7XaFy9M6Zaf1aGGe8w8xVUeWFvR | My Bitcoin Note Generator | Pool Auto-Switchers: zpool MiningPoolHub NiceHash
Bitgem Resources: Pool Explorer Paper Wallet
ericdc30
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile
November 09, 2013, 06:27:05 PM
 #3654

Thanks MBP. I still can't believe my eyes 579 GH/s!!!

https://i.imgur.com/RxT6gBx.jpg
https://i.imgur.com/4zEpLTJ.jpg


ericdc_6 is my full rig Wink
https://i.imgur.com/dit1EH7.png
Doff
Sr. Member
****
Offline Offline

Activity: 327
Merit: 250


View Profile
November 09, 2013, 06:28:51 PM
 #3655

Is Luke actively working on getting Bfgminer to work completely with the Rigs? I realize hes done something since its working I just wonder if you have heard he is trying to get it stable.
cypherdoc
Legendary
*
Offline Offline

Activity: 1764
Merit: 1004



View Profile
November 09, 2013, 06:56:50 PM
Last edit: November 09, 2013, 07:10:03 PM by cypherdoc
 #3656

.05 BTC to the guy who helps me reimage 2 corrupt SD cards back to latest Chainminer.

pm me.

i actually have another SD card with a good image on it so it should just be a matter of copying it over.
Cablez
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000


I owe my soul to the Bitcoin code...


View Profile
November 09, 2013, 07:13:10 PM
 #3657

Just use w32diskimager found here: http://sourceforge.net/projects/win32diskimager/

On linux I think you can just use dd.


Tired of substandard power distribution in your ASIC setup???   Chris' Custom Cablez will get you sorted out right!  No job too hard so PM me for a quote
Check my products or ask a question here: https://bitcointalk.org/index.php?topic=74397.0
tom99
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


View Profile
November 09, 2013, 09:05:57 PM
 #3658

.05 BTC to the guy who helps me reimage 2 corrupt SD cards back to latest Chainminer.

pm me.

i actually have another SD card with a good image on it so it should just be a matter of copying it over.
   You better off not use sd for FS but you can usb flash for FS and use work better.
Cablez
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000


I owe my soul to the Bitcoin code...


View Profile
November 09, 2013, 09:42:57 PM
 #3659

Can a Pi be run off of a usb device instead of the SD card?  The SD cards just seem so easily corruptible compared to usb distros I have used.

Tired of substandard power distribution in your ASIC setup???   Chris' Custom Cablez will get you sorted out right!  No job too hard so PM me for a quote
Check my products or ask a question here: https://bitcointalk.org/index.php?topic=74397.0
cypherdoc
Legendary
*
Offline Offline

Activity: 1764
Merit: 1004



View Profile
November 09, 2013, 10:17:29 PM
 #3660

turns out the sd cards weren't corrupted.

i was getting overlapping ip addresses.  i have my router set on dhcp but i've noticed that altho each raspi is supposed to let itself be assigned a new address each time on connection w/o any overlap from other BF's, some time it does and some times it doesn't.

i used one of my spare raspi's lying around to figure out that the cards weren't corrupted and determine that the ip's were in fact overlapping.

it's definitely an annoying problem given all the resets/reboots i'm having to do given the prevalence of sub par H board hashing.
Pages: « 1 ... 133 134 135 136 137 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 ... 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!