Search content
Sort by

Showing 5 of 5 results by DeepSpace1
Post
Topic
Board Bitcoin Technical Support
Re: Full Node on Raspberry Pi 3
by
DeepSpace1
on 20/01/2018, 22:21:18 UTC
I did not partition it.

Yes, I bought it used...
Post
Topic
Board Bitcoin Technical Support
Re: Full Node on Raspberry Pi 3
by
DeepSpace1
on 14/01/2018, 19:47:05 UTC
Thx ranochigo, that helped.

But there seems to be a problem with this SD card. I tried to copy the blockchain onto my Pi and after a few Gigs it started complaining that there is not enough space, even when Linux said that more than 200gb where available...
Post
Topic
Board Bitcoin Technical Support
Re: Cex.io transaction aggrieved. Any help?
by
DeepSpace1
on 05/01/2018, 13:43:38 UTC
So, whats the problem? Does it not show in your wallet?
Post
Topic
Board Bitcoin Technical Support
Re: Full Node on Raspberry Pi 3
by
DeepSpace1
on 05/01/2018, 12:13:22 UTC
Thanks for the help and sorry for the late reply.

The only unknown for me is this line:

Quote

Because in the tutorial it says "v0.11.2" and since its old I used the recent version "v0.15". Maybe thats the problem and I use the wrong repository?


Here is the output from my command line: https://pastebin.com/Hx8NHXCd
Post
Topic
Board Bitcoin Technical Support
Full Node on Raspberry Pi 3
by
DeepSpace1
on 03/01/2018, 13:02:06 UTC
So..I am trying to run a full node on my Raspberry Pi 3. For that I followed this guide: http://www.raspberrypifullnode.com/

But I am failing at these statements:

Quote
./autogen.sh
  ./configure CPPFLAGS="-I/usr/local/BerkeleyDB.4.8/include -O2" LDFLAGS="-L/usr/local/BerkeleyDB.4.8/lib" --disable-wallet
  make
  sudo make install

When I try to run the "make" command, it fails because it says that there is no make file...hmmm.
Any help?