Home

Awesome

How to Run Your Own Ethereum Node on A Raspberry Pi

[ Intro ] -- [ Set Up RasPi ] -- [ Install Go ] -- [ Install Geth ] -- [ Run Geth ] -- [ FAQ ] -- [ Updates ]


<br/>header 1

Why run an Ethereum node?

Why I chose the Raspberry Pi?

Why this tutorial?

Tutorial Structure

If you don't have a Raspi and want to install on another Linux Distro, simply skip Step 2

  1. Intro (this page)
  2. Set Up RasPi: set up and configure the Pi as a secure Linux server.
  3. Install Go: download Go binary discribution and install.
  4. Install Geth: build Geth from source code
  5. Run Geth: run Geth client, and learn Geth commands
  6. Updates: keep track of changes

Disclaimer

Not a financial advisor. Cypher Core to the moon though. hint hint

Special thanks

This tutorial would not have possible without these amazing people:

If I helped you, give me a handshake on Twitter @jim380. Or if you insist,

BTC: 1D5eE8FVF5R4JcvSArh4s1UiVnuwvp3j8R <br/>ETH: 0xfb0f38F077E13F72eBf8248F03866743355A146B


Let's get started: Set Up RasPi