Bitcoin Forum
May 03, 2024, 06:27:01 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 [12] 13 14 15 16 »  All
  Print  
Author Topic: [Guide] Dogie's Comprehensive RockMiner R-Box Setup [HD]  (Read 59431 times)
demonmaestro
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500


Mining for the hell of it.


View Profile
July 26, 2014, 09:07:49 PM
 #221

hey im having issues as well getting bfgminer-4.5.0 to work with my RPi.

keeps saying that no devices found.

Feel Like Donating? bc1q0v5nfdejapffewu67gft7zw7zsmnfmmkt3lf02
Buy/Sell BitCoin & LiteCoin  Click here! | Looking for a great exchange? CoinBase Has you covered.
1714760821
Hero Member
*
Offline Offline

Posts: 1714760821

View Profile Personal Message (Offline)

Ignore
1714760821
Reply with quote  #2

1714760821
Report to moderator
In order to achieve higher forum ranks, you need both activity points and merit points.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
dogie (OP)
Legendary
*
Offline Offline

Activity: 1666
Merit: 1183


dogiecoin.com


View Profile WWW
July 26, 2014, 11:17:02 PM
 #222

hey im having issues as well getting bfgminer-4.5.0 to work with my RPi.

keeps saying that no devices found.

Did you install Zadig? (don't for BFG). If not, do install it and use CGminer.

demonmaestro
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500


Mining for the hell of it.


View Profile
July 26, 2014, 11:24:37 PM
 #223

hey im having issues as well getting bfgminer-4.5.0 to work with my RPi.

keeps saying that no devices found.

Did you install Zadig? (don't for BFG). If not, do install it and use CGminer.

It appears from your first post that Zadig is for Windows. I am using a Raspberry Pi.

Feel Like Donating? bc1q0v5nfdejapffewu67gft7zw7zsmnfmmkt3lf02
Buy/Sell BitCoin & LiteCoin  Click here! | Looking for a great exchange? CoinBase Has you covered.
dogie (OP)
Legendary
*
Offline Offline

Activity: 1666
Merit: 1183


dogiecoin.com


View Profile WWW
July 27, 2014, 12:12:04 AM
 #224

hey im having issues as well getting bfgminer-4.5.0 to work with my RPi.

keeps saying that no devices found.

Did you install Zadig? (don't for BFG). If not, do install it and use CGminer.

It appears from your first post that Zadig is for Windows. I am using a Raspberry Pi.

Yes it is. I should have seen the peng.

I don't have xp with BFG on a Pi, sorry.

demonmaestro
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500


Mining for the hell of it.


View Profile
July 27, 2014, 01:08:39 AM
 #225

hey im having issues as well getting bfgminer-4.5.0 to work with my RPi.

keeps saying that no devices found.

Did you install Zadig? (don't for BFG). If not, do install it and use CGminer.

It appears from your first post that Zadig is for Windows. I am using a Raspberry Pi.

Yes it is. I should have seen the peng.

I don't have xp with BFG on a Pi, sorry.

No silly.  Tongue The Raspberry Pi computers run Linux..

Feel Like Donating? bc1q0v5nfdejapffewu67gft7zw7zsmnfmmkt3lf02
Buy/Sell BitCoin & LiteCoin  Click here! | Looking for a great exchange? CoinBase Has you covered.
-ck
Legendary
*
Offline Offline

Activity: 4102
Merit: 1631


Ruu \o/


View Profile WWW
July 27, 2014, 01:21:12 AM
 #226

Yes it is. I should have seen the peng.

I don't have xp with BFG on a Pi, sorry.

No silly.  Tongue The Raspberry Pi computers run Linux..
He means xp == experience.

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
demonmaestro
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500


Mining for the hell of it.


View Profile
July 27, 2014, 03:17:11 AM
 #227

Yes it is. I should have seen the peng.

I don't have xp with BFG on a Pi, sorry.

No silly.  Tongue The Raspberry Pi computers run Linux..
He means xp == experience.
Shocked gotcha  Cheesy Cool
I need to compile your goodness onto the Rpi and see if I can get it to work.  Cool

Feel Like Donating? bc1q0v5nfdejapffewu67gft7zw7zsmnfmmkt3lf02
Buy/Sell BitCoin & LiteCoin  Click here! | Looking for a great exchange? CoinBase Has you covered.
superking123
Full Member
***
Offline Offline

Activity: 179
Merit: 100


View Profile
July 28, 2014, 01:01:11 AM
 #228

Hi all.
Just wanted to share my experience with the Rockminer R-Box on Raspberry pi.
I didn't realise there were any guides so I just sort of winged it, and I guess you can too.
I have 2 running at the moment on a powered USB hub at 290MHz and getting a combined of 71GHS
Raspberry Pi Model B

(sorry for poor formatting, this is just a quick explanation)
My steps:
Install Raspian from the Raspberry Pi website (in fact I used NOOBS to install it to a 32gb micro-SD with an SD card adapter)
SSH in from my windows box
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install libusb-1.0-0-dev libusb-1.0-0 libcurl4-openssl-dev libncurses5-dev libudev-dev (to get the dependencies)
sudo wget http://ck.kolivas.org/apps/cgminer/cgminer-4.4.2.tar.bz2
sudo tar xvf cgminer-4.4.2.tar.bz2
(rename to cgminer) sudo mv cgminer-4.4.2 cgminer
cd cgminer
./configure --enable-icarus (let it churn and burn for like 15 minutes)
make

Now it's all working with CLI (no webserver or anything, cause I don't like it)

Now I just run it with

screen sudo ./cgminer -o blablah -u blah -p blah --rock-freq 290

The screen command just lets it run in the background even when you close the the SSH session.

I also just made a little shell script that runs on boot, reboot the pi and you're good to go.

Hope that helps anyone who's been struggling.

1GvWrJSLNafra26jDwpScY5bqYcQ6BDhPW --- Tips always gratefully accepted Cheesy

1GU7761x1kETD5vB2Pvs99XNWSskm8tKpY
antonio8
Legendary
*
Offline Offline

Activity: 1386
Merit: 1000


View Profile
July 28, 2014, 05:30:18 AM
 #229

I still can't get this R-Miner too solo mine.

I am using Windows 7 64bit with cgminer 4.4.2.

I get the "waiting for work to be available from pools." It satys there for about 30-60 seconds then goes to a blck box with a blinking cursor.

I have this as my bat: cgminer.exe -o http://my computer ip with wallet:port -u user -p pass

I am trying to solo mine from a different computer to where the wallet is at.

Not trying to solo mine BTC just other Sha coins.

If you are going to leave your BTC on an exchange please send it to this address instead 1GH3ub3UUHbU5qDJW5u3E9jZ96ZEmzaXtG, I will at least use the money better than someone who steals it from the exchange. Thanks Wink
Meech
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1000



View Profile
July 28, 2014, 05:51:26 AM
 #230

Try Bitsolo.net.  It's far easier and you get the benefits of a pool to help.
djkyno
Sr. Member
****
Offline Offline

Activity: 798
Merit: 250


View Profile
July 28, 2014, 12:02:12 PM
 #231

Using a 600W 12v 50A power supply to run 7 R-box. Will the machine get burnt ?
dogie (OP)
Legendary
*
Offline Offline

Activity: 1666
Merit: 1183


dogiecoin.com


View Profile WWW
July 28, 2014, 12:44:21 PM
 #232

Using a 600W 12v 50A power supply to run 7 R-box. Will the machine get burnt ?

The power consumption is fine, only ~230W.

djkyno
Sr. Member
****
Offline Offline

Activity: 798
Merit: 250


View Profile
July 28, 2014, 12:45:41 PM
 #233

Using a 600W 12v 50A power supply to run 7 R-box. Will the machine get burnt ?

The power consumption is fine, only ~230W.

supposingly i have 10. i tried to test run 2 of them to the psu this morning, and it got burnt Sad $120SGD gone lol

Anyway..each or my r-box is at 45-49 degree C.. consider dangerous ?
dogie (OP)
Legendary
*
Offline Offline

Activity: 1666
Merit: 1183


dogiecoin.com


View Profile WWW
July 28, 2014, 12:52:07 PM
 #234

Using a 600W 12v 50A power supply to run 7 R-box. Will the machine get burnt ?

The power consumption is fine, only ~230W.

supposingly i have 10. i tried to test run 2 of them to the psu this morning, and it got burnt Sad $120SGD gone lol

Anyway..each or my r-box is at 45-49 degree C.. consider dangerous ?

Fine.

djkyno
Sr. Member
****
Offline Offline

Activity: 798
Merit: 250


View Profile
July 28, 2014, 01:24:39 PM
 #235

Have anyone hit 37GH/s ??
Nurichbin
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
July 28, 2014, 02:47:22 PM
 #236

Well no. With 290 MH/z im at 35,66 gh/s. But i suppose this is because it is like 32 degrees here.
antonio8
Legendary
*
Offline Offline

Activity: 1386
Merit: 1000


View Profile
July 28, 2014, 02:57:14 PM
 #237

Have anyone hit 37GH/s ??

Hit it, yes. Constant, no.

I have even seen 40G very briefly a few times.


If you are going to leave your BTC on an exchange please send it to this address instead 1GH3ub3UUHbU5qDJW5u3E9jZ96ZEmzaXtG, I will at least use the money better than someone who steals it from the exchange. Thanks Wink
djkyno
Sr. Member
****
Offline Offline

Activity: 798
Merit: 250


View Profile
July 28, 2014, 06:04:34 PM
Last edit: July 28, 2014, 06:15:04 PM by djkyno
 #238

My boxes are getting 45-49 degree C. and i hear cranky sound like sparks going off from the machine.. gosh.. is this even normal ? it was right beside me, and worried tht it might explode and burn
coolmusic
Member
**
Offline Offline

Activity: 87
Merit: 10


View Profile
July 28, 2014, 06:29:45 PM
 #239

My boxes are getting 45-49 degree C. and i hear cranky sound like sparks going off from the machine.. gosh.. is this even normal ? it was right beside me, and worried tht it might explode and burn

something is wrong there, these babies are very quite, check the fan and the power supply (if you use a hub with multiple power outlets try to plug it direct to the wall)
djkyno
Sr. Member
****
Offline Offline

Activity: 798
Merit: 250


View Profile
July 29, 2014, 03:20:25 AM
 #240

Is it something to do with the power supply ? i am not using a computer PSU, but those industrial power supply.

wondering is it flowing extra current or amp to my machine or something ? And also, when you guys open up ur R-box. do you have a white plastic/rubber sheet inside ?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 [12] 13 14 15 16 »  All
  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!