arorts
|
|
September 17, 2013, 12:44:21 AM |
|
Using pencil trick, I had an H-Card go from 21 GH/s to 39 GH/s . However, after 60 seconds the hashrate slowly decreases to lower than 21 GH/s. Is this a result of the auto-tuning?
EDIT: When miner is restarted, card goes back to 39 GH/s .. but then does the same thing.
My guess- The regulator autoshutting ....Is there a way to run it and not have it autoshutdown? It was hashing like a boss...Heat was fine...is it the auto-tune, or a hardware limit I'm hitting? Wow, how can it increase hashing so much while stating that "heat was fine"? Did you actually measure with a temperature probe placed on the board? The board is self-protecting itself from being fried and by pencil modding it you also just voided its warranty.
|
|
|
|
dacman61
Member
Offline
Activity: 87
Merit: 10
|
|
September 17, 2013, 01:08:29 AM |
|
Using pencil trick, I had an H-Card go from 21 GH/s to 39 GH/s . However, after 60 seconds the hashrate slowly decreases to lower than 21 GH/s. Is this a result of the auto-tuning?
EDIT: When miner is restarted, card goes back to 39 GH/s .. but then does the same thing.
What did you set it to? Mine has been rock solid all day. Few rare errors, like 150 out of over 200k. Make sure the you're reading no less than 1.1k Ohm on your multimeter. I screwed up the first time and got a reading of 1.08k which was too little resistance which caused some chips to shutdown and kill my hashrate... Then after redoing it, I got a reading of 1.18k. Since then, I've been rock solid between 32-34Gh/s for a day and a half now.
|
|
|
|
EvilLizardApparel
|
|
September 17, 2013, 01:16:07 AM Last edit: September 17, 2013, 05:34:40 AM by EvilLizardApparel |
|
I have it running at 480 465 GH/s stable now. Thats a 400 GH/s kit. So I'm pretty happy with that...I'm staying at 1.2 .
|
|
|
|
darkfriend77 (OP)
|
|
September 17, 2013, 09:21:08 AM |
|
Added: 7. Hashrate droping regularly, despite bitfury admin showing steady noncerate?Someone may find this useful... If your pool reports your hashrate dropping regularly DESPITE bitfury admin showing steady noncerate: 1) ssh into your pi 2) run command: crontab -e3) add this line at the end of file: */10 * * * * sudo /opt/bitfury/start-stratumproxy.sh 4) save & exit It will restart your stratum proxy every 10 minutes from now on. If you want to cancel it, just run the command again and delete the line.
|
|
|
|
|
evilscoop
|
|
September 17, 2013, 01:06:42 PM |
|
no id doesnt by default, but you can load up the screen instance (see screen -ls) You could use tee on the startup to pipe to a logfile and the screen, I guess, but you aint got a lot of space there
|
|
|
|
kano
Legendary
Offline
Activity: 4634
Merit: 1851
Linux since 1997 RedHat 4
|
|
September 17, 2013, 01:57:46 PM |
|
Pipe it through a socket to another machine?
|
|
|
|
cscape
|
|
September 17, 2013, 06:13:49 PM |
|
What does it really change using "Internal Fast" instead of "Internal Divided Slow" ?
The chips have 3 oscillator options: external, internal slow and internal fast. In addition, there's a /2 divider that can be switched on. Bitfury recommended the slow internal oscillator if it was fast enough. The /2 divider makes the clock slightly less jittery, and also allows smaller steps in clock speed. The H-cards have an option for external clock, but it's not used on the m-board.
|
Happy with your c-scape product ? Consider a tip: 16X2FWVRz6UzPWsu4WjKBMJatR7UvyKzcy
|
|
|
spiccioli
Legendary
Offline
Activity: 1379
Merit: 1003
nec sine labore
|
|
September 17, 2013, 06:17:58 PM |
|
What does it really change using "Internal Fast" instead of "Internal Divided Slow" ?
The chips have 3 oscillator options: external, internal slow and internal fast. In addition, there's a /2 divider that can be switched on. Bitfury recommended the slow internal oscillator if it was fast enough. The /2 divider makes the clock slightly less jittery, and also allows smaller steps in clock speed. The H-cards have an option for external clock, but it's not used on the m-board. Thanks, so there is no problem in using internal fast if it works any better? Is the speed range the same 53-57? spiccioli
|
|
|
|
btc4life
Newbie
Offline
Activity: 18
Merit: 0
|
|
September 17, 2013, 06:23:10 PM |
|
I thought these chips were designed to put heat out through the bottom, and that heatsinks should go on the back of the board over the thermal vias... Thanks I didn't realize the heat was designed to come out the back, I moved the heatsinks to the other side and the chips are staying much cooler now.
|
|
|
|
cscape
|
|
September 17, 2013, 06:28:08 PM |
|
so there is no problem in using internal fast if it works any better? Is the speed range the same 53-57?
No, there's no problem. Not sure about the speed range. I would just experiment with different values and see what works best.
|
Happy with your c-scape product ? Consider a tip: 16X2FWVRz6UzPWsu4WjKBMJatR7UvyKzcy
|
|
|
dresdenreader
|
|
September 17, 2013, 08:23:38 PM |
|
I didn't see this in the thread so I thought I would ask.
Is there any specific power supply that people recommend?
I'll be using it in conjunction with one of the open air metal cases that Spotswood makes, so I'd like it to be able to fit in that.
|
|
|
|
dracore
Member
Offline
Activity: 111
Merit: 10
|
|
September 18, 2013, 07:44:45 PM |
|
Where can we find an image of the SD card? My filesystem is messed (fsck currently trying to repair...) because I powered off the rpi too often without proper shutdown. I'm worried I may need to reflash my SD card.
|
|
|
|
darkfriend77 (OP)
|
|
September 18, 2013, 09:10:39 PM Last edit: September 18, 2013, 09:21:39 PM by darkfriend77 |
|
Added:... Raspberry Pi SD Image- 2013-Aug-29_BitfuryRasPi_v0.1.img ( Magnet-Link) ... ... 8. How to update on the most actual chainminer version (gitpull)?... first .. if it ain't broke don't fix it ...do backup of your actual bitfury chainminer version... pi@bitfury ~ $ cp -a /opt/bitfury /usr/bitfury.backup
Then move to chainminer get latest version clean make ... restart ... pi@bitfury ~ $ cd /opt/bitfury/chainminer pi@bitfury ~ $ git pull pi@bitfury ~ $ make clean pi@bitfury ~ $ make restart the miner ... and hope it will still hash ... :-) ...
|
|
|
|
-Redacted-
|
|
September 18, 2013, 09:23:50 PM |
|
Where can we find an image of the SD card? My filesystem is messed (fsck currently trying to repair...) because I powered off the rpi too often without proper shutdown. I'm worried I may need to reflash my SD card.
It's my understanding that US users with version 1 m-boards should not upgrade or compile from a git pull. Make sure you use the right image...
|
|
|
|
dracore
Member
Offline
Activity: 111
Merit: 10
|
|
September 18, 2013, 09:56:02 PM |
|
Where can we find an image of the SD card? My filesystem is messed (fsck currently trying to repair...) because I powered off the rpi too often without proper shutdown. I'm worried I may need to reflash my SD card.
It's my understanding that US users with version 1 m-boards should not upgrade or compile from a git pull. Make sure you use the right image... But the image (.zip) provided on the 1st page should be ok for v1-m boards?
|
|
|
|
americandesi
|
|
September 19, 2013, 11:14:54 AM Last edit: September 19, 2013, 11:32:41 AM by americandesi |
|
I just posted dropbox links to the V1 & V2 rPi images and chainminer code if you guys need to remake your SD Cards. Please be sure to use the correct image - especially make sure not to use the V2 image or chainminer code on a V1 board!
Check the OP for the support thread I posted (see my sig for link).
The M-boards we shipped out today are all V2, so remember that these boards use 4 distinct SPI channels. If you have 4 hashing cards, you can load them in the slot 1 of each bank for best results.
Also be sure to use two separate PCI-e cables from your PSU to the plugs on the M-board. Using one cable that has two plugs will just put extra load on that cable, possibly dangerous as you increase H-cards.
Tracking numbers should have come to you via email (when FedEx label was printed). If not, I'll check with the shipping team to see whats up.
With regards to Dave's message above. If i have 2 EOL boards, does anyone know if i can connect them to the same M-board (v2.2) in separate SPI channels / banks. Will that work.?
|
|
|
|
-Redacted-
|
|
September 19, 2013, 11:27:05 AM |
|
Yes, it should. Instead of a single SPI path, there are four completely separate "banks" of 4 boards each.
|
|
|
|
americandesi
|
|
September 19, 2013, 11:33:09 AM |
|
Yes, it should. Instead of a single SPI path, there are four completely separate "banks" of 4 boards each.
Perfect. Thanks.!
|
|
|
|
Isokivi
|
|
September 19, 2013, 01:47:16 PM |
|
Do we know which chip is which # in the .stat.log ?
|
Bitcoin trinkets now on my online store: btc trinkets.com <- Bitcoin Tiepins, cufflinks, lapel pins, keychains, card holders and challenge coins.
|
|
|
|