Bitcoin Forum
April 27, 2024, 05:08:10 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3] 4 »  All
  Print  
Author Topic: Bitcoin with Raspberry Pi  (Read 17739 times)
anonymous_acc
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250



View Profile
July 05, 2013, 05:37:37 AM
 #41



http://learn.adafruit.com/piminer-raspberry-pi-bitcoin-miner?view=all




BTC: 1HRcwjxG2H5vSnNo5ZbGqMxRPFWJk6dwW9
1714194490
Hero Member
*
Offline Offline

Posts: 1714194490

View Profile Personal Message (Offline)

Ignore
1714194490
Reply with quote  #2

1714194490
Report to moderator
1714194490
Hero Member
*
Offline Offline

Posts: 1714194490

View Profile Personal Message (Offline)

Ignore
1714194490
Reply with quote  #2

1714194490
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714194490
Hero Member
*
Offline Offline

Posts: 1714194490

View Profile Personal Message (Offline)

Ignore
1714194490
Reply with quote  #2

1714194490
Report to moderator
1714194490
Hero Member
*
Offline Offline

Posts: 1714194490

View Profile Personal Message (Offline)

Ignore
1714194490
Reply with quote  #2

1714194490
Report to moderator
super3
Legendary
*
Offline Offline

Activity: 1094
Merit: 1006


View Profile WWW
July 11, 2013, 01:56:27 AM
 #42

I've seen a few people with electrum running on their Pi's. Bitcoind is just not going to cut it for a Pi.

Bitcoin Dev / Storj - Decentralized Cloud Storage. Winner of Texas Bitcoin Conference Hackathon 2014. / Peercoin Web Lead / Primecoin Web Lead / Armory Guide Author / "Am I the only one that trusts Dogecoin more than the Federal Reserve?"
buyer99
Member
**
Offline Offline

Activity: 81
Merit: 10



View Profile WWW
September 24, 2013, 06:09:11 PM
 #43

I still don't understand..... Why not just store the datadir and swap on a thumb drive or on an external usb drive (w powered hub)? Isn't the solution really that simple?

super3
Legendary
*
Offline Offline

Activity: 1094
Merit: 1006


View Profile WWW
September 24, 2013, 10:24:12 PM
 #44

I still don't understand..... Why not just store the datadir and swap on a thumb drive or on an external usb drive (w powered hub)? Isn't the solution really that simple?
Sure you could, but that would require a few days to sync and a dozen steps to get working. Would probably run pretty poorly too.

Bitcoin Dev / Storj - Decentralized Cloud Storage. Winner of Texas Bitcoin Conference Hackathon 2014. / Peercoin Web Lead / Primecoin Web Lead / Armory Guide Author / "Am I the only one that trusts Dogecoin more than the Federal Reserve?"
rini17
Sr. Member
****
Offline Offline

Activity: 340
Merit: 250


GO http://bitcointa.lk !!! My new nick: jurov


View Profile WWW
November 19, 2013, 02:09:44 AM
 #45

Can confirm Electrum works fine, although slowly - creating a transaction may take tens of seconds depending on number of inputs. What's interesting, under PyPy interpreter it runs even slower (commandline only, PyQt won't work with PyPy).

Swap is not necessary, but I'm using zram (swapping to compressed memory). Aside from saving sd card also prevents accidental write of sensitive data there. To enable it, you have to keep original raspbian kernel, not install from rpi-update.

CoinBr.com: First online MPEx brokerage launched beta! Easy to use interface and reasonable fees. Charts for MPEx stocks: live.coinbr.com * My Blog *
crazy_rabbit
Legendary
*
Offline Offline

Activity: 1204
Merit: 1001


RUM AND CARROTS: A PIRATE LIFE FOR ME


View Profile
January 07, 2014, 09:19:51 AM
 #46

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.

more or less retired.
rini17
Sr. Member
****
Offline Offline

Activity: 340
Merit: 250


GO http://bitcointa.lk !!! My new nick: jurov


View Profile WWW
January 18, 2014, 12:49:07 PM
Last edit: January 18, 2014, 01:00:24 PM by rini17
 #47

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.
It plainly won't work on Pi. Even if it would sync eventually, it would be so slow that it'd provide no added value to your nor to the network. Just stop dreaming and build yourself $150 celeron miniitx system + some > 100GB HDD from drawer. It would also easily support additional p2p goodies you'll want to try some other day.

For example I'm using this one as all-in-one bitcoind, electrum server, litecoind, freenet, home router, print server, anything: http://www.mini-itx.com/store/~GA-C847N

CoinBr.com: First online MPEx brokerage launched beta! Easy to use interface and reasonable fees. Charts for MPEx stocks: live.coinbr.com * My Blog *
Zelek Uther
Hero Member
*****
Offline Offline

Activity: 700
Merit: 504


Run a Bitcoin node.


View Profile
January 19, 2014, 07: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?

Run a Bitcoin node, support the network.
Michail1
Legendary
*
Offline Offline

Activity: 1498
Merit: 1164



View Profile WWW
January 31, 2014, 02:04:37 AM
 #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

rupy (OP)
Hero Member
*****
Offline Offline

Activity: 725
Merit: 500



View Profile
April 08, 2015, 10:31:40 AM
 #50

Anyone tried bitcoind on a Raspberry Pi 2?

BANKBOOK GWT Wallet & no-FIAT Billing API
GoingAround
Sr. Member
****
Offline Offline

Activity: 476
Merit: 252


ImmVRse | Disrupting the VR industry


View Profile
April 08, 2015, 03:16:11 PM
 #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+.

▄▄█████▄▄
▄█████████████▄
▄███████████████████▄
▄█████████████████████████▄
███████████████████████████████
█████████████████████████████████
███████████████████████████████
█████████████████████████████████
█████████████████████████████████
█████████████████████████████████
█████████████████████████████████
█████████████████████████████████
█████████████████████████████████
█████████████████████████████████
█████████████████████████████████
███████████████████████████████
▀█████████████████████████▀
▀███████████████████▀
▀█████████████▀
▀▀█████▀▀
 





████          ████  ███████████▄▄                                
▀███▄        ▄███▀  █████████████▄                               
██    ▄███▄     ▄███▄      ▄███▄     ▄███▄   ████        ████            ▀████    ▄██████████▄     ▄██████████
██    ██ ██     ██ ██      ██ ██     ██ ██    ████      ████             ▄████   ██▀        ▀██   ██▀        
██   ██   ██   ██   ██    ██   ██   ██   ██   ▀███▄    ▄███▀    █████████████▀   ▀██▄▄▄▄▄▄▄▄▄    ███▄▄▄▄▄▄▄▄▄
██   ██   ██   ██   ██    ██   ██   ██   ██    ████    ████     ███████████▀▀      ▀▀▀▀▀▀▀▀▀██▄  ███▀▀▀▀▀▀▀▀▀
██  ██     ██ ██     ██  ██     ██ ██     ██    ████  ████      ████   ████      ██▄        ▄██   ██▄        
██  ██     ▀███▀     ██  ██     ▀███▀     ██    ▀███▄▄███▀      ████    ████      ▀██████████▀     ▀██████████
████████       ████     ████                                
██████        ████      ████                                
 
   
 
WHITEPAPER    ▀▀▀▀▀▀▀▀▀▀▀
APPLY FOR CROWDSALE
▀▀▀▀▀▀▀▀▀▀▀    BITCOINTALK
 


















 
Proud Sponsor of
Blockchain 360 at
London Tech Week
  ◢  FACEBOOK
◢  TWITTER
◢  TELEGRAM
◢  MEDIUM
rupy (OP)
Hero Member
*****
Offline Offline

Activity: 725
Merit: 500



View Profile
April 08, 2015, 05:20:28 PM
 #52

Ok, so 1 GB not enough!

BANKBOOK GWT Wallet & no-FIAT Billing API
doof
Hero Member
*****
Offline Offline

Activity: 765
Merit: 503


View Profile WWW
April 08, 2015, 11:41:55 PM
 #53

I documented how to do it here https://github.com/bitcoinbrisbane/10000nodes
doof
Hero Member
*****
Offline Offline

Activity: 765
Merit: 503


View Profile WWW
April 08, 2015, 11: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
doof
Hero Member
*****
Offline Offline

Activity: 765
Merit: 503


View Profile WWW
April 08, 2015, 11: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.
rupy (OP)
Hero Member
*****
Offline Offline

Activity: 725
Merit: 500



View Profile
April 09, 2015, 10:14:23 PM
 #56

I don't think there is only 7.000 nodes, do you mean open nodes with port 8333 accessible?

BANKBOOK GWT Wallet & no-FIAT Billing API
pazor_true
Legendary
*
Offline Offline

Activity: 1460
Merit: 1025


i love Emerald (EMD)


View Profile
May 27, 2015, 05: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://bitcointalk.org/index.php?topic=1062396.msg11465182#msg11465182

pazor

BTC 12jiBjT2GSWYk2HwYdPqsQMuLqZ1br9D37 - i am Pazor
TierNolan
Legendary
*
Offline Offline

Activity: 1232
Merit: 1083


View Profile
May 27, 2015, 07: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.

1LxbG5cKXzTwZg9mjL3gaRE835uNQEteWF
pazor_true
Legendary
*
Offline Offline

Activity: 1460
Merit: 1025


i love Emerald (EMD)


View Profile
May 27, 2015, 10:01:36 PM
 #59

thank you for your comment.
i will try to run the RPi 1 bitcoin node with 16 connections.

BTC 12jiBjT2GSWYk2HwYdPqsQMuLqZ1br9D37 - i am Pazor
pazor_true
Legendary
*
Offline Offline

Activity: 1460
Merit: 1025


i love Emerald (EMD)


View Profile
May 28, 2015, 04:48:56 PM
 #60

i have tried and it (RPi 1 B(+)) works fine with 16 connections.

BTC 12jiBjT2GSWYk2HwYdPqsQMuLqZ1br9D37 - i am Pazor
Pages: « 1 2 [3] 4 »  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!