Bitcoin Forum
April 25, 2024, 03:40:53 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Help Feathercoin, Run a full Node on a Raspberry Pi  (Read 1450 times)
tmuir12 (OP)
Full Member
***
Offline Offline

Activity: 230
Merit: 100


View Profile
November 10, 2014, 11:32:47 AM
 #1

One thing all altcoins need is more full nodes on the network.
The difference between a Full Node and a regular wallet is essentially you open up the ports on your router to point to your wallet to allow other wallets to connect to you to stay up to date with the block chain. The more full nodes on the network the quickly the blockchain will be distributed.

Now its generally not a good idea to do this with your main wallet as it could pose a security risk, but also if you are like me your main wallet is on a power hungry PC.
This is where the Raspberry Pi comes in.
For those that are not familiar with the Raspberry Pi please go to Raspberry pi org and have a look http://www.raspberrypi.org/

The Raspberry Pi is a small Linux based PC about the size of a pack of playing cards and best of all it only consumes 5W of electricity so it only costs a couple of cents a day to run.
This makes its perfect to be used as a full node as its small and cheap to run.

I've created a set of install scripts that will install Feathercoind on a Raspberry pi with minimal input from yourself.
As default the script will download a version of featehrcoind that I compiled, but I understand that not everyone likes to run other peoples precompiled code, so the script is set up to allow it to be editted to instead download the Feathercoin source and compile it then on your Pi. It takes about 4 1/2 hours to compile which is why I made a precompiled version available to save time.
It also gives you an option to download a zipped up version of the blockchain from about a week agao which will save a lot of time to sync, but this to can be cancelled if you would prefer to download it your self.

The install script could be easily modified to use for many other coins too if you wanted to.

Here is a link to the script which is hosted on github
https://github.com/tmuir12/FTC_Raspberry_Pi_Full_Node

Full instructions are included in the readme file on github.

I'm open to any comments, suggestions or improvements.
Remember this is to create a fullnode which is also a function command line wallet, but I do not recommend using it for storing any coins in.
So if you have a spare Raspberry Pi lying around and you would like to support Feathercoin please set up a full node.
The compiled feathercoind is version 0.8.7.1

Post here is you set your Pi up as a full node.

FeatherCoin - 6p4gdv9S5YfHznfqxXmdMKEZyGbX9oyphe
1714016453
Hero Member
*
Offline Offline

Posts: 1714016453

View Profile Personal Message (Offline)

Ignore
1714016453
Reply with quote  #2

1714016453
Report to moderator
1714016453
Hero Member
*
Offline Offline

Posts: 1714016453

View Profile Personal Message (Offline)

Ignore
1714016453
Reply with quote  #2

1714016453
Report to moderator
1714016453
Hero Member
*
Offline Offline

Posts: 1714016453

View Profile Personal Message (Offline)

Ignore
1714016453
Reply with quote  #2

1714016453
Report to moderator
No Gods or Kings. Only Bitcoin
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
mm5aes
Full Member
***
Offline Offline

Activity: 176
Merit: 100


View Profile
November 10, 2014, 11:34:44 AM
 #2

Thanks, I'll give it a try.
z38630610
Legendary
*
Offline Offline

Activity: 1050
Merit: 1000



View Profile
November 10, 2014, 11:44:33 AM
 #3

good idear,

▄█▀▀▀▀▀▀▀▀▀▀▀█▄
▄█▀▄███████████▄▀█▄
▄█▀▄███████████████▄▀█▄
▄█▀▄███████ ██ ████████▄▀█▄
█ ███████▄▄ ▌ ▄▄▄ ▀██████ █
█ █████████ ▌ ████ ██████ █
█ █████████ ▌ ▄▄▄▄ ▀█████ █
█ █████████ ▌ █████ █████ █
█ █████▄▀▀  ▌ ▀▀▀▀ ▄█████ █
▀█▄▀███████ ██ ████████▀▄█▀
▀█▄▀███████████████▀▄█▀
▀█▄▀███████████▀▄█▀
▀█▄▄▄▄▄▄▄▄▄▄▄█▀
.JINBI..

merges gold’s investment
holding value
with
blockchain technology
.
...T H E   G O L D E N   I C O...
.────────     WHITEPAPER     ────────.
▄█▀▀▀▀▀▀▀▀▀▀▀█▄
▄█▀▄███████████▄▀█▄
▄█▀▄███████████████▄▀█▄
▄█▀▄███████ ██ ████████▄▀█▄
█ ███████▄▄ ▌ ▄▄▄ ▀██████ █
█ █████████ ▌ ████ ██████ █
█ █████████ ▌ ▄▄▄▄ ▀█████ █
█ █████████ ▌ █████ █████ █
█ █████▄▀▀  ▌ ▀▀▀▀ ▄█████ █
▀█▄▀███████ ██ ████████▀▄█▀
▀█▄▀███████████████▀▄█▀
▀█▄▀███████████▀▄█▀
▀█▄▄▄▄▄▄▄▄▄▄▄█▀
bee7
Hero Member
*****
Offline Offline

Activity: 574
Merit: 523


View Profile
November 10, 2014, 12:43:47 PM
 #4

one of essential things is to enable chrony or any other ntp time synchronisation daemon as rpi does not have battery-powered hw clock.
tmuir12 (OP)
Full Member
***
Offline Offline

Activity: 230
Merit: 100


View Profile
November 10, 2014, 01:32:36 PM
 #5

one of essential things is to enable chrony or any other ntp time synchronisation daemon as rpi does not have battery-powered hw clock.

Good point not thought about that.
Just reading up on Chrony, easy enough to install that too as part of the script

FeatherCoin - 6p4gdv9S5YfHznfqxXmdMKEZyGbX9oyphe
bee7
Hero Member
*****
Offline Offline

Activity: 574
Merit: 523


View Profile
November 10, 2014, 01:36:32 PM
 #6

one of essential things is to enable chrony or any other ntp time synchronisation daemon as rpi does not have battery-powered hw clock.

Good point not thought about that.
Just reading up on Chrony, easy enough to install that too as part of the script

chrony is a part of standard setup of Fedora since F19 I suppose (pidora derives chrony). Previously Fedora used ntpd package. I don't know what debian/ubuntu distros have as part of std setup.
tmuir12 (OP)
Full Member
***
Offline Offline

Activity: 230
Merit: 100


View Profile
November 10, 2014, 01:41:15 PM
 #7

At boot it does use NTP to sync itself, but don't know if it rechecks after that

FeatherCoin - 6p4gdv9S5YfHznfqxXmdMKEZyGbX9oyphe
ChekaZ
Legendary
*
Offline Offline

Activity: 1884
Merit: 1005



View Profile
November 10, 2014, 05:07:12 PM
 #8

Thanks, I'll give it a try.

Same here! Smiley

BTC: 1Ges1taJ69W7eEMbQLcmNGnUZenBkCnn45
FTC: 6sxjM96KMZ7t4AmDTUKDZdq82Nj931VQvY
ftc-c
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
November 11, 2014, 02:26:43 PM
 #9

Wow, Let feathercoin fly.
Conqueror
Legendary
*
Offline Offline

Activity: 1354
Merit: 1020


I was diagnosed with brain parasite


View Profile
November 11, 2014, 06:07:49 PM
 #10

Safe and fast network is the backbone of any good cryptocurrency.
Thank you for this solution!
MaxDZ8
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500



View Profile
November 11, 2014, 06:44:54 PM
 #11

Thumbs up!
I think I missed an important part: Raspberry starts at... I've heard on anandtech there's one starting at 20$ but that lacks Ethernet so not what I want.
A friend of mine got one for experimentation, I think he paid it 40 shipped.
Conqueror
Legendary
*
Offline Offline

Activity: 1354
Merit: 1020


I was diagnosed with brain parasite


View Profile
November 11, 2014, 08:01:01 PM
 #12

I think 40-50 usd for model B+ with ethernet is real...cost of 1 nice family lunch in good restaurant
tmuir12 (OP)
Full Member
***
Offline Offline

Activity: 230
Merit: 100


View Profile
November 11, 2014, 10:38:26 PM
 #13

I think 40-50 usd for model B+ with ethernet is real...cost of 1 nice family lunch in good restaurant

Yes $40 to $50 plus the cost of your sd card, for a power supply I just use an old phone charger.

FeatherCoin - 6p4gdv9S5YfHznfqxXmdMKEZyGbX9oyphe
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!