Pages:
Author

Topic: Bitcoin with Raspberry Pi (Read 17780 times)

sr. member
Activity: 266
Merit: 250
June 18, 2015, 03:15:05 AM
#67
btc on the raspberry pi is very slow and laggy compared to a normal laptop. Only run lightweight wallets on the raspberry pi.

I think he said it's working fine on his pi2 and failing on windoze.

@rupy, I know nothing of windows, can't help you.  But as you said, since this thread is about bitcoin on raspberry pi, maybe you should start a new thread.

it keeps crashing on mine tho :/, running latest raspbian

Right, I sholuld admit, I saw a post from gmaxwell in another thread talking about how bitcoin-core is probably not going to run well even on the pi2.  This is above and beyond all the disk writes to your sandisk.  I haven't tried it myself.  Out of curiosity, though, what's the error you're getting on the crash?
I saw people running Bitcoin Core in Pi Ver. B with no issue but a hard drive have to be attached. The write speed of SD cards are very slow depending on your grade. You can easily attached it to a old hard disk with sufficient space though. You can try a few commands to reduce the load. The minimum requirement of Bitcoin Core should be around 1GB.

Alternatively, you can use a board which supports mSATA like the Banana Pi or Hummingboard, which enables you to plug in an mSATA SSD for more storage. SSDs are very cheap now compared to the earlier years.
hero member
Activity: 630
Merit: 502
June 18, 2015, 01:01:53 AM
#66
btc on the raspberry pi is very slow and laggy compared to a normal laptop. Only run lightweight wallets on the raspberry pi.

I think he said it's working fine on his pi2 and failing on windoze.

@rupy, I know nothing of windows, can't help you.  But as you said, since this thread is about bitcoin on raspberry pi, maybe you should start a new thread.

it keeps crashing on mine tho :/, running latest raspbian

Right, I sholuld admit, I saw a post from gmaxwell in another thread talking about how bitcoin-core is probably not going to run well even on the pi2.  This is above and beyond all the disk writes to your sandisk.  I haven't tried it myself.  Out of curiosity, though, what's the error you're getting on the crash?
I saw people running Bitcoin Core in Pi Ver. B with no issue but a hard drive have to be attached. The write speed of SD cards are very slow depending on your grade. You can easily attached it to a old hard disk with sufficient space though. You can try a few commands to reduce the load. The minimum requirement of Bitcoin Core should be around 1GB.
legendary
Activity: 1456
Merit: 1081
I may write code in exchange for bitcoins.
June 18, 2015, 12:42:23 AM
#65
btc on the raspberry pi is very slow and laggy compared to a normal laptop. Only run lightweight wallets on the raspberry pi.

I think he said it's working fine on his pi2 and failing on windoze.

@rupy, I know nothing of windows, can't help you.  But as you said, since this thread is about bitcoin on raspberry pi, maybe you should start a new thread.

it keeps crashing on mine tho :/, running latest raspbian

Right, I sholuld admit, I saw a post from gmaxwell in another thread talking about how bitcoin-core is probably not going to run well even on the pi2.  This is above and beyond all the disk writes to your sandisk.  I haven't tried it myself.  Out of curiosity, though, what's the error you're getting on the crash?
member
Activity: 62
Merit: 10
June 17, 2015, 11:53:20 PM
#64
btc on the raspberry pi is very slow and laggy compared to a normal laptop. Only run lightweight wallets on the raspberry pi.

I think he said it's working fine on his pi2 and failing on windoze.

@rupy, I know nothing of windows, can't help you.  But as you said, since this thread is about bitcoin on raspberry pi, maybe you should start a new thread.

it keeps crashing on mine tho :/, running latest raspbian
legendary
Activity: 1456
Merit: 1081
I may write code in exchange for bitcoins.
June 15, 2015, 10:31:39 PM
#63
btc on the raspberry pi is very slow and laggy compared to a normal laptop. Only run lightweight wallets on the raspberry pi.

I think he said it's working fine on his pi2 and failing on windoze.

@rupy, I know nothing of windows, can't help you.  But as you said, since this thread is about bitcoin on raspberry pi, maybe you should start a new thread.
member
Activity: 62
Merit: 10
June 15, 2015, 09:10:30 AM
#62
btc on the raspberry pi is very slow and laggy compared to a normal laptop. Only run lightweight wallets on the raspberry pi.
hero member
Activity: 725
Merit: 503
June 11, 2015, 05:38:42 PM
#61
I'm just adding tutorials on how to build stuff for the RPi here:

Here's BFGMiner for ASICMiner/BFL:

> sudo apt-get install autoconf libtool libncurses-dev yasm curl libcurl4-openssl-dev pkg-config git libjansson-dev uthash-dev
> git clone git://github.com/luke-jr/bfgminer.git bfgminer
> cd bfgminer
> ./autogen.sh
> ./configure
> make

> ./bfgminer -o stratum+tcp://stratum.bitcoin.cz:3333 -O user:pass -S icarus:/dev/ttyUSB0

I'm going to try and run both my SC 60GH on one RPi, will be interesting to see if it works!

Sorry about the necro and bit offtopic, but my win7 machine suddenly can't mine with the Monarches any more, but my RPi 2 with this works fine!

100% dunno why, the win machine spouts:

Code:
[2015-06-11 19:34:43] BFL 0aa: Failed to send queue
[2015-06-11 19:34:43] BFL 0aa: Received unexpected queue result response:
[2015-06-11 19:34:43] BFL 0aa: Error: Get temp returned empty string/timed out
legendary
Activity: 1462
Merit: 1025
i love Emerald (EMD)
May 28, 2015, 11:48:56 AM
#60
i have tried and it (RPi 1 B(+)) works fine with 16 connections.
legendary
Activity: 1462
Merit: 1025
i love Emerald (EMD)
May 27, 2015, 05:01:36 PM
#59
thank you for your comment.
i will try to run the RPi 1 bitcoin node with 16 connections.
legendary
Activity: 1232
Merit: 1094
May 27, 2015, 02:19:11 PM
#58
hi there,

may be the following start script can someone help to start and run a bitcoind (0.10.x) on a RPi 1 Model B(+) (512MB RAM)

/usr/local/bin/bitcoind .... -maxconnections=10 ....

This is a very low value for connections.

The shortage on the network is mostly peers that accept incoming connections.  If you run a peer, then you use up 8 of those slots.

With 10 connections, you only have 2 left for incoming connections.

A 16 connection limit means that you use up 8 slots but give back 8 slots.  This means that you are helping as much as you are consuming.

24 connections would mean that you consume 8 and give back 16, so you are helping the system.
legendary
Activity: 1462
Merit: 1025
i love Emerald (EMD)
May 27, 2015, 12:05:51 PM
#57
hi there,

may be the following start script can someone help to start and run a bitcoind (0.10.x) on a RPi 1 Model B(+) (512MB RAM)

/usr/local/bin/bitcoind -datadir=/opt/bitcoin -dns -noupnp -maxconnections=10 -timeout=5000 -noirc -gen=0 -maxorphantx=25 -maxorphanblocks=25 -server -rpcuser=user-rpcpassword=mypass -rpcallowip=192.168.1.0/255.255.255.0 -rpcbind=192.168.1.1 -rpcport=8332 -dbcache=25 -daemon -checkblocks=25 -maxreceivebuffer=1250 -maxsendbuffer=250 -disablewallet
renice 20 `pidof bitcoind`> /dev/null


somethink more on
https://bitcointalksearch.org/topic/m.11465182

pazor
hero member
Activity: 725
Merit: 503
April 09, 2015, 05:14:23 PM
#56
I don't think there is only 7.000 nodes, do you mean open nodes with port 8333 accessible?
hero member
Activity: 765
Merit: 503
April 08, 2015, 06:44:10 PM
#55
I'm thinking about running a full node on Raspberry Pi with a web interface that looks like blockchain or Coinbase so that you could have a 'home server' that was secure and that supported the network. With so many thin clients running we're really losing a lot of Nodes.

I've started a project called 10,000 node project.  www.10000nodes.com to do just that.  PM if your interested in helping.
hero member
Activity: 765
Merit: 503
April 08, 2015, 06:42:49 PM
#54
Are there updated instructions on how to run bitcoind on a Raspberry Pi? I'm trying to get the latest bitcoind working (0.86), and it requires different installation steps to what is in this thread.

I've fudged my way through, and now need to install Berkeley DB 4.8... unsure how to proceed.

Also, how do you store the blockchain on a different directory to the default?

See move blocks step https://github.com/bitcoinbrisbane/10000nodes
hero member
Activity: 765
Merit: 503
April 08, 2015, 06:41:55 PM
#53
I documented how to do it here https://github.com/bitcoinbrisbane/10000nodes
hero member
Activity: 725
Merit: 503
April 08, 2015, 12:20:28 PM
#52
Ok, so 1 GB not enough!
sr. member
Activity: 476
Merit: 252
ImmVRse | Disrupting the VR industry
April 08, 2015, 10:16:11 AM
#51
Anyone tried bitcoind on a Raspberry Pi 2?

It should work as usual, the only issue its the ram once again, and I'm not sure if the compilation process takes in fact that its a quadcore processor now instead of a single core for b+.
hero member
Activity: 725
Merit: 503
April 08, 2015, 05:31:40 AM
#50
Anyone tried bitcoind on a Raspberry Pi 2?
legendary
Activity: 1499
Merit: 1164
January 30, 2014, 09:04:37 PM
#49
Are there updated instructions on how to run bitcoind on a Raspberry Pi? I'm trying to get the latest bitcoind working (0.86), and it requires different installation steps to what is in this thread.

I've fudged my way through, and now need to install Berkeley DB 4.8... unsure how to proceed.

Also, how do you store the blockchain on a different directory to the default?

The issue is that the master doesn't have the .unix file in src anymore.
So, download the 0.8.6.zip file.

> sudo apt-get install libboost1.50-dev libboost-filesystem1.50-dev libboost-system1.50-dev libboost-program-options1.50-dev libboost-thread1.50-dev libcurl4-openssl-dev libdb5.3++-dev libminiupnpc-dev
> wget https://github.com/bitcoin/bitcoin/archive/0.8.6.zip
> unzip 0.8.6.zip
> cd bitcoin-0.8.6/src
> make -f makefile.unix bitcoind
hero member
Activity: 700
Merit: 504
Run a Bitcoin node.
January 19, 2014, 02:40:56 PM
#48
Are there updated instructions on how to run bitcoind on a Raspberry Pi? I'm trying to get the latest bitcoind working (0.86), and it requires different installation steps to what is in this thread.

I've fudged my way through, and now need to install Berkeley DB 4.8... unsure how to proceed.

Also, how do you store the blockchain on a different directory to the default?
Pages:
Jump to: