Geth Installation
Last updated
Last updated
Begin by updating all packages currently installed on your system
It may stop and ask you to confirm the updates. Type Y
, then press ENTER
You need to have the following packages installed: git
, make
, go
, gcc
You can check if a package is installed by running the command, followed by --version
git --version
In this example git is currently installed and will respond with the version number
If any of the packages are not installed, you can install using the following commands:
sudo apt install git
sudo apt install make
sudo apt install golang-go
Note: gcc
should come preinstalled on Ubuntu 20.04
Once all 4 packages are installed, you can continue with the installation.
The JWT allows the Execution Layer and Consensus Layer to securely communicate.
Geth should continue syncing in that terminal window. Allow this window to continue syncing. If you stop the process or close the window, Geth will stop syncing.
Next step is to generate the validator keys we will be using for Kiln.