Bitcoin Forum
May 09, 2024, 05:18:11 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Raspberry Pi / Arm  (Read 9228 times)
jamesmd (OP)
Member
**
Offline Offline

Activity: 60
Merit: 10


View Profile WWW
September 22, 2012, 08:53:56 PM
 #1

Ive already posted ths in the newbie section but its more appropriate here Smiley

Well if your mining for a profit this is pointless. But if your doing it for the fun then its worth a try and hey every h/s counts.

Since I got my pi in June I have always been curious to see how well it would mine bitcoins, but there is no mining software out there compiled for arm. Today I had very little to do so I decided to compile cpu miner for the PI. It does quite well considering got 200kh/s out of it once it was overclocked. Not bad for a arm based device but still nothing compared to a x86/64 cpu. Below are the commands used to compile cpu miner for the pi. This is based on the fact that your running a Debian based package.

apt-get install gcc gcc-4.5 g++ g++-4.5 libstdc++6-4.5-dev libpcre3-dev libcurl3-dev make less

apt-get install ia32-libs ia32-libs-gtk lib32gcc1 lib32stdc++6 lib32z1 libc6-i386

mkdir bitcoind

cd bitcoind

wget http://yyz.us/bitcoin/cpuminer-1.0.2.tar.gz

tar -zxvf cpuminer-1.0.2.tar.gz

cd cpuminer-1.0.2

./configure

make

./minerd --url http://yourpool.x:8332 --userpass yourusername:yourpassword

For more detailed instructions please see my youtube tutorial (Moderator pleas remove this if it is not allowed) http://www.youtube.com/watch?v=rrdzam7voOg

Intensepool.net | Cryptonight mining pool | 0% fees!
1715275091
Hero Member
*
Offline Offline

Posts: 1715275091

View Profile Personal Message (Offline)

Ignore
1715275091
Reply with quote  #2

1715275091
Report to moderator
1715275091
Hero Member
*
Offline Offline

Posts: 1715275091

View Profile Personal Message (Offline)

Ignore
1715275091
Reply with quote  #2

1715275091
Report to moderator
1715275091
Hero Member
*
Offline Offline

Posts: 1715275091

View Profile Personal Message (Offline)

Ignore
1715275091
Reply with quote  #2

1715275091
Report to moderator
According to NIST and ECRYPT II, the cryptographic algorithms used in Bitcoin are expected to be strong until at least 2030. (After that, it will not be too difficult to transition to different algorithms.)
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
purelithium
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500



View Profile
September 23, 2012, 12:43:42 PM
 #2

You might do better to mine Litecoin on it? Or maybe use it as a headless host for some FPGA boards running CGminer or BFGMiner.

Like my post? 1H7bfRYh7F89mfmFgsRCdn4awDaUHQmYqY
maqifrnswa
Sr. Member
****
Offline Offline

Activity: 454
Merit: 250


View Profile
September 24, 2012, 01:06:09 PM
 #3

You might do better to mine Litecoin on it? Or maybe use it as a headless host for some FPGA boards running CGminer or BFGMiner.

just got an RPI to do this - has anyone tried running bitcoind -daemon along with p2pool yet (can it handle it without lag so it can be a headless host?)

Have you tried compiling your own bitcoind or use Raspbian's binary?
Pages: [1]
  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!