Geth Installation
Prerequisites
Begin by updating all packages currently installed on your system
Update The System:
sudo apt update && sudo apt upgradeDependent Packages
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
Example: git --version
git --version
Install Prerequisites:
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
Once all 4 packages are installed, you can continue with the installation.
Download Merge Configuration Files:
Change Directory:
Generate JSON Web Token (JWT):
Install Geth
Clone Geth Repository:
Change Directory:
Make Geth:
Result:

Change Directory (up one into the kiln directory):
Configure Initial State:
Result:

Start Geth:
Result:

Next step is to generate the validator keys we will be using for Kiln.
Last updated