Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
2014699
Topic
191729
Board
Development & Technical Discussion
Re: Compile bitcoind on Raspberry Pi
by
rupy
on
03/05/2013, 08:29:31 UTC
Quote from: gmaxwell on May 03, 2013, 08:11:42 AM
Add more swap, run bitcoind from git.
Doesen't swap wear the SD card?
How do you mean "run bitcoind from git"?
I just built picocoin
https://bitcointalk.org/index.php?topic=128055.msg2014606#msg2014606
:
> sudo apt-get install libevent-dev libjansson-dev automake libglib2.0-dev
> wget
https://github.com/jgarzik/picocoin/archive/master.zip
> unzip master.zip
> cd picocoin-master
> ./autogen.sh
> ./configure
> make
It doesn't have payment yet, so hold your horses but this could be what I'm looking for!