Join
May 19, 2026
Login

Start an Ethereum Node on a Raspberry Pi 4 with Geth

Start an Ethereum Node on a Raspberry Pi 4 with Geth

Start an Ethereum Node on a Raspberry Pi 4 with Geth

Once finished, unmount and unplug the SD Card. Plug it in the Raspberry Pi, then power on the Raspberry Pi.

Once booted, the Raspbian lite will prompt a command line access.
Default credentials are:
Login: pi
Password: raspberry

For security it is highly recommended to change the password if you plan to have a long term use of your node.

Then, reboot:

Next, the Geth client has to be installed to start the blockchain synchronization.

Install Goland

Firstly, Go is required to run Geth (which means Go Ethereum…).

Get Go and install from sources:

Add /usr/local/go/bin to the PATH environment variable:

Add at the end of the file:

Disconnect/reconnect your session. To test if Go is properly installed execute:

Install Geth

Go to https://geth.ethereum.org/downloads/ to get the last arm7 version, and extract the archive:

Add the program into /usr/local/bin:

Disconnect/reconnect your session. To test if Geth is successfully installed execute:

Blockchain synchronization

Geth runs with options (https://github.com/ethereum/go-ethereum/wiki/Command-Line-Options). In order to simply synchronize the Raspberry Pi with the Mainnet blockchain, execute:

cache option is important to avoid fatal memory error fatal (i.e “fatal error runtime out of memory”).

syncmode options are “fast”, “full” and “light” (https://docs.ethhub.io/using-ethereum/running-an-ethereum-node/).

It should take many hours to synchronize…

Published at Sat, 10 Aug 2019 19:33:47 +0000

Bitcoin Pic Of The Moment
✅ Marco Verch is a Professional Photographer and Speaker from Cologne. ? This image can be used under Creative Commons 2.0. Please link to the original photo and the license.
By marcoverch on 2018-08-19 08:43:09
tags

Previous Article

Bitcoin vs HEX price Prediction – #1 Coinmarketcap – HEX crypto

Next Article

Ethereum Price Analysis: Bears Eye Pullback To $190 Support

You might be interested in …