Bitcoin Forum
July 01, 2024, 06:18:50 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 [371] 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 ... 970 »
7401  Bitcoin / Press / Re: [2014-01-21] World’s First Bitcoin Derivatives Platform Surpasses $35M in Trades on: January 21, 2014, 11:55:30 PM
fantastic news.
7402  Bitcoin / Hardware / Re: [ANN] US/North American Bitfury sales NEW STOCK ***NOW SHIPPING*** on: January 21, 2014, 11:42:01 PM
Has anyone tried bfgminer on a v3 m-board. I was under the impression that it does not work with v3 m-boards and using it could even damage the cards/system. Any info on this?



that's what i'm using as described above with v2.2 h boards

been running rock solid for +48hr now.  totally solved my intermittent, random disconnects which was destroying my HR.
7403  Bitcoin / Hardware / Re: [ANN] US/North American Bitfury sales NEW STOCK ***NOW SHIPPING*** on: January 21, 2014, 09:02:59 PM
however, when i try to update bfgminer with:

Code:
cd bfgminer && git pull && make && sudo make install && sudo shutdown -r now

i get this:

Code:
error: Your local changes to the following files would be overwritten by merge:
driver-bfsb.c
Please, commit your changes or stash them before you can merge.
Aborting

how can i fix this error?

I had that problem back when I tried to update cgminer in minepeon. Kano used this as a solution back then:

git checkout etc/miner.conf.donate
git pull


So I am guessing (might be wrong) your solution might be something like this:

Code:
cd bfgminer && git checkout driver-bfsb.c && git pull && make && sudo make install && sudo shutdown -r now

worked great Morblias, thank you.

my stratum connection is rock solid now and i'm continuing to tweek chip settings.
7404  Bitcoin / Hardware / Re: [ANN] US/North American Bitfury sales NEW STOCK ***NOW SHIPPING*** on: January 21, 2014, 04:50:44 PM
Sorry to post technical on the sales thread but does anyone have or know where I can get an image for the V3 M board.  Nothing on the OP and not getting answers from the other threads.
Thanks!!

This is what I'm running.  It's set up to use bfgminer, not chainminer.

https://dl.dropboxusercontent.com/u/57535575/bitfury-sd-card-customized-2.img.xz

Once you have it installed, you might want to update bfgminer:

Code:
cd bfgminer && git pull && make && sudo make install && sudo shutdown -r now

salfter,

your image is working well.  it's been 48 hr and my periodic "reset" issues have disappeared and i now have a much more stable HR.  thank you.

however, when i try to update bfgminer with:

Code:
cd bfgminer && git pull && make && sudo make install && sudo shutdown -r now

i get this:

Code:
error: Your local changes to the following files would be overwritten by merge:
driver-bfsb.c
Please, commit your changes or stash them before you can merge.
Aborting

how can i fix this error?



You can clone bfgminer into a similar named dir.


sorry, linux noob here.  can you be more specific, preferably with code needed?
Quote
Have you personally modified the bfsb driver c file ?
If so what change?

like salfter, i have been changing the chip speed settings downwards until i eliminate all chip errors.  this seems to be working well but you have to recompile to save the changes and then restart.  remember, i'm using salfter's image and i don't know if he made any other changes to this file but i haven't noticed anything out of the ordinary.

eventually, i'd like to be able to compile bfgminer on my own but there seems to be a requirement to insert a couple of "sudo modprobe" commands somewhere to get it to work and i haven't figured that out yet.
7405  Bitcoin / Hardware / Re: [ANN] US/North American Bitfury sales NEW STOCK ***NOW SHIPPING*** on: January 21, 2014, 04:28:27 PM
Sorry to post technical on the sales thread but does anyone have or know where I can get an image for the V3 M board.  Nothing on the OP and not getting answers from the other threads.
Thanks!!

This is what I'm running.  It's set up to use bfgminer, not chainminer.

https://dl.dropboxusercontent.com/u/57535575/bitfury-sd-card-customized-2.img.xz

Once you have it installed, you might want to update bfgminer:

Code:
cd bfgminer && git pull && make && sudo make install && sudo shutdown -r now

salfter,

your image is working well.  it's been 48 hr and my periodic "reset" issues have disappeared and i now have a much more stable HR.  thank you.

however, when i try to update bfgminer with:

Code:
cd bfgminer && git pull && make && sudo make install && sudo shutdown -r now

i get this:

Code:
error: Your local changes to the following files would be overwritten by merge:
driver-bfsb.c
Please, commit your changes or stash them before you can merge.
Aborting

how can i fix this error?

7406  Bitcoin / Hardware / Re: [ANN] US/North American Bitfury sales NEW STOCK ***NOW SHIPPING*** on: January 21, 2014, 04:13:02 PM
Anyone know where I can get a new one of these PCI-e to Screw Terminal adapters?
Or where I can get the lugs that attach and are crimpted to the wires so I can make it myself?

 Additionally, is it kosher to have both PCIe connectors hooked up, in addition to these two screw terminals, if we want to ensure our rigs are getting all the juice they require ?

 Read: Is having 4 power sources going to the M-Board going to cause it to melt ?

 Would be interested in picking up a few of these cables as well.

You should not connect more than one PSU to the same rig, because they will fight each other. But there's no harm connecting a single PSU to a rig with as many connections (screw, PCIe, etc) as you want, the more the better within reason. I highly recommend using four 6+2-pin or 8-pin PCIe power cables from your PSU for a full rig. 6-pin PCIe power cables may use the same wire gauge and connector quality, but may not have the best connections inside the PSU or may be too limited by any per-rail OCP. If your PSU doesn't have four 6+2-pin/8-pin connectors, it may not be designed to provide as much continuous power to them as you need.

so it's ok to mix 2 pci-e and 2 ring connectors cables from the same psu to one rig?
7407  Bitcoin / Mining support / Re: [GUIDE] BitFury Miner Support/Tuning on: January 21, 2014, 12:56:29 AM
I have gone almost a month at 400+gh and now recently my reported speeds are more like 200-300 at the pool.  Reported rates on the unit itself are in the 300-350 range but they used to be almost 500.  I have applied heatsinks to the backs of the chips and voltage regulater area and this is a climate controlled room with cool air blowing over the cards.  This is the new version hardware as well.  I regularly have cards going to zero, I manually tune them as far as 49 and they work at low rates and another card goes to zero, always at least one card down, sometimes as many as three.  I am using a 1200w power supply as well so it's hard to believe it's because they aren't getting juice. 

Any thoughts?

this is my experience as well along with several others.
7408  Bitcoin / Press / Re: 2014-01-20 Fox Local: Mike Caldwell discusses bitcoin on: January 21, 2014, 12:41:09 AM
"but, but, i'm still trying to compute!"

don't bother, honey.
7409  Bitcoin / Mining support / Re: [GUIDE] BitFury Miner Support/Tuning on: January 21, 2014, 12:16:51 AM
After I ran the stop-stratumproxy.sh, start-stratumproxy.sh, stop-miner.sh and start-miner.sh scripts it started working. No idea what was wrong.

Welcome to BitFury.
7410  Bitcoin / Mining support / Re: [GUIDE] BitFury Miner Support/Tuning on: January 20, 2014, 11:15:07 PM
My 400GH/s Bitfury rig is not hashing after sudo reboot command

Output of /run/shm/.stat.log after reboot:

1       AIfDSo  52      0.000   0.000   0       0       0       0       0      $
2       AIfDSo  52      0.000   0.000   0       0       0       0       0      $
3       AIfDSo  52      0.000   0.000   0       0       0       0       0      $

Output of /run/shm/.stat.log after a few minutes following reboot:

1       AiFDso  52      0.000   0.000   0       0       0       0       0      $
2       AiFDso  52      0.000   0.000   0       0       0       0       0      $
3       AiFDso  52      0.000   0.000   0       0       0       0       0      $

As you can see, the autotune is turning off the chips.

Please help!

make sure you wait at least a few min for hashing to occur.  make sure you have enough cooling via fans +/- heatsinks.  try rearranging some h boards.  other than that, rebooting should've worked.

Thank you for taking the time to reply.

Couple things to add - Ive had this up and running since December. Ive had the speeds up to 55 (880) but AC kept turning off, so I lowered down to 52 until I got that fixed. The AC was fixed today so I bumped the speeds up to 55 again and proceeded with the reboot.

Logically followed it would imply that I screwed up the best.cnf file or something. This happened once before where I had did a search and replace all of 55 to 52, but forgot to go back and change the chip numbers 55, 155 and 255. Once I fixed this the miner started up fine. Knowing I had done this once before I manually checked all the chip numbers and they are sequentially correct.

Is there any way to make/restore a default best.cnf?


Create /opt/bitfury/best.cnf like this to run all chips at speed 52 with autotune disabled or to whatever you desire:
Code:
rm /opt/bitfury/best.cnf ; for i in {1..256} ; do echo -e "$i\taIfDSo\t52" >> /opt/bitfury/best.cnf ; done
7411  Bitcoin / Mining support / Re: [GUIDE] BitFury Miner Support/Tuning on: January 20, 2014, 10:05:00 PM
My 400GH/s Bitfury rig is not hashing after sudo reboot command

Output of /run/shm/.stat.log after reboot:

1       AIfDSo  52      0.000   0.000   0       0       0       0       0      $
2       AIfDSo  52      0.000   0.000   0       0       0       0       0      $
3       AIfDSo  52      0.000   0.000   0       0       0       0       0      $

Output of /run/shm/.stat.log after a few minutes following reboot:

1       AiFDso  52      0.000   0.000   0       0       0       0       0      $
2       AiFDso  52      0.000   0.000   0       0       0       0       0      $
3       AiFDso  52      0.000   0.000   0       0       0       0       0      $

As you can see, the autotune is turning off the chips.

Please help!

make sure you wait at least a few min for hashing to occur.  make sure you have enough cooling via fans +/- heatsinks.  try rearranging some h boards.  other than that, rebooting should've worked.
7412  Economy / Speculation / Re: Financial Risk Analytics-Subscription Service on: January 20, 2014, 09:04:43 PM
bo
7413  Bitcoin / Mining support / Re: [GUIDE] BitFury Miner Support/Tuning on: January 20, 2014, 04:56:55 PM
Please forgive my ignorance on this, but can I put bfgminer or cgminer on the pi and use that instead of chainminer? From the bfgminer page, there is no support for the V3 M-board and I have not been able to get cgminer running. I can compile it with bitfury enabled, but when I start it up I get nothing.

i'm successfully running salfter's image of bfgminer from here:

https://bitcointalk.org/index.php?topic=251966.msg4511347#msg4511347

just installed it yesterday and the great news is it seems to have solved my "reset" problems i described earlier.  that was my first priority in evaluating bfgminer.  i still need to fine tune them as the hashing rate is not optimal with a fair # of HW errors on some rigs but i'm very much encouraged.

Awesome. I wasn't sure about that one, but I will give it a try. Thanks for the help.

make sure you change the pool settings as they currently are pointed at his pool  Tongue
7414  Bitcoin / Mining support / Re: [GUIDE] BitFury Miner Support/Tuning on: January 20, 2014, 04:47:30 PM
Please forgive my ignorance on this, but can I put bfgminer or cgminer on the pi and use that instead of chainminer? From the bfgminer page, there is no support for the V3 M-board and I have not been able to get cgminer running. I can compile it with bitfury enabled, but when I start it up I get nothing.

i'm successfully running salfter's image of bfgminer from here:

https://bitcointalk.org/index.php?topic=251966.msg4511347#msg4511347

just installed it yesterday and the great news is it seems to have solved my "reset" problems i described earlier.  that was my first priority in evaluating bfgminer.  i still need to fine tune them as the hashing rate is not optimal with a fair # of HW errors on some rigs but i'm very much encouraged.
7415  Bitcoin / Mining support / Re: [GUIDE] BitFury Miner Support/Tuning on: January 20, 2014, 04:41:39 PM
hey guys i am running in to a problem with my rigs. i have two full rigs (v2 h-card & v3 m-board)
for some reason both of them just stop hashing. what could the problem? i'm still able to go in to the web browser.
Hit save stratum info, wait for the confirmation.
hit stop miners, wait for the confirmation.
hit start miners, wait for the confirmation.

It should be hashing again in a minute or two, if not something else is wrong. (Internet connection working?)


its not working. i really don't know whats wrong it was working fine. internet is working correctly. i have other miners that are still running.
its still looks like it is hashing from the blinking green light. but on the site (bitfury admin page) it shows 0 hash.

try sudo reboot
7416  Bitcoin / Mining support / Re: [GUIDE] BitFury Miner Support/Tuning on: January 17, 2014, 07:46:07 PM
anyone solomining with bitfury?

i am and maybe i can offer a helpful perspective below since i can "see" my local stratum pool connection.

I don't think it's a miner issue.. but on some level it could be.
The ONLY pool I haven't had this issue is Bitminter. All other pools when I set the hashrate takes a nosedive about 20-30min after I let it run.
At first I was able to run about a month on bitcoin.cz before it started doing it regularly, then switched to Bitminter.
Now I was trying to split my workload 1/2 , so 1/2 was at Bitminter still and 1/2 went to CoinEX for whatever currency.
Sometimes it works fine with no issues.. like right now.., it's been up for about 14 hours with just Proxy restart (I implemented that 2-3 days ago) at other times I check the pool and it's mining at like 3Gh/s vs. 20Gh/s+ that it should be.
Restarting the whole setup sometimes makes it stable.., but I haven't really found the spot that makes it tick.
Really hope I wont have to toy this much with my X-3's, lol.

Thanks


i have the same problems.  the rigs ran fine for the first month or so.  then my local stratum server instance started showing spontaneous "resets" of all my rigs on a random basis about every 15 min or so.  it's been going on for the last month and i've been tearing my hair out trying to figure it out.  i say "reset" b/c i can see the connection to the stratum server behave just like it does when i start up a rig cold from a poweroff.  i initially see a rapid scrolling upwards of hashing lines as the rig connects with the stratum server.  stratum automatically slows the rapid scrolling down to a once every 30 sec interval via the vardiff.  but then each chip only hashes around 10. it takes a miner restart manually to kick hashing up over 30.  this is hopefully where it should stabilize.  but then a spontaneous "reset" hits again.  it "seems" to be correlated with heat although i'm not sure of this.  this happens over and over.

my belief is that Chainminer needs continuous updating via Jared to gain stability and stop these resets.  i say this b/c w/o ckolivas constantly fine tuning my Avalon instance of cgminer over a dozen times, we never would have been able to mine on a stable basis.  i don't think i'll ever buy another miner unless i know ckolivas is actively supporting a cgminer instance.

edit:  i may be wrong about it being chainminer.
7417  Bitcoin / Hardware / Re: [ANN] US/North American Bitfury sales NEW STOCK ***NOW SHIPPING*** on: January 15, 2014, 03:36:07 AM
i keep getting ip conflicts with my multiple rigs.

anyone have a good strategy for avoiding this?
7418  Bitcoin / Hardware / Re: [ANN] US/North American Bitfury sales NEW STOCK ***NOW SHIPPING*** on: January 14, 2014, 09:15:42 PM
Sorry to post technical on the sales thread but does anyone have or know where I can get an image for the V3 M board.  Nothing on the OP and not getting answers from the other threads.
Thanks!!

This is what I'm running.  It's set up to use bfgminer, not chainminer.

https://dl.dropboxusercontent.com/u/57535575/bitfury-sd-card-customized-2.img.xz

Once you have it installed, you might want to update bfgminer:

Code:
cd bfgminer && git pull && make && sudo make install && sudo shutdown -r now

the *.img.xz won't open up on my raspi.

You don't open the image on the raspi.
First the image is compressed with .xz so first extract it to get the actual .img file
Then use whatever disk util you prefer to clone the image to the SD card.

nvm, got it with 7zip.
7419  Bitcoin / Hardware / Re: [ANN] US/North American Bitfury sales NEW STOCK ***NOW SHIPPING*** on: January 14, 2014, 09:01:27 PM
Sorry to post technical on the sales thread but does anyone have or know where I can get an image for the V3 M board.  Nothing on the OP and not getting answers from the other threads.
Thanks!!

This is what I'm running.  It's set up to use bfgminer, not chainminer.

https://dl.dropboxusercontent.com/u/57535575/bitfury-sd-card-customized-2.img.xz

Once you have it installed, you might want to update bfgminer:

Code:
cd bfgminer && git pull && make && sudo make install && sudo shutdown -r now

the *.img.xz won't open up on my raspi.

You don't open the image on the raspi.
First the image is compressed with .xz so first extract it to get the actual .img file
Then use whatever disk util you prefer to clone the image to the SD card.

ah, can that extraction be done on a Windows machine or does it have to be linux?
7420  Bitcoin / Hardware / Re: [ANN] US/North American Bitfury sales NEW STOCK ***NOW SHIPPING*** on: January 14, 2014, 08:54:10 PM
Sorry to post technical on the sales thread but does anyone have or know where I can get an image for the V3 M board.  Nothing on the OP and not getting answers from the other threads.
Thanks!!

This is what I'm running.  It's set up to use bfgminer, not chainminer.

https://dl.dropboxusercontent.com/u/57535575/bitfury-sd-card-customized-2.img.xz

Once you have it installed, you might want to update bfgminer:

Code:
cd bfgminer && git pull && make && sudo make install && sudo shutdown -r now

the *.img.xz won't open up on my raspi.
Pages: « 1 ... 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 [371] 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 ... 970 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!