sudo apt-get update
cd /root
wget https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.13.15-c5ba367e.tar.gz
tar -xvf geth-linux-amd64-1.13.15-c5ba367e.tar.gz
cd geth-linux-amd64-1.13.15-c5ba367e
chmod +x geth
cp geth /usr/local/bin/
geth version
rm -rf geth-linux-amd64-1.13.15-c5ba367e.tar.gz
New account
Creating a new account
cd ~/
mkdir fides_blockchain
geth --datadir fides_blockchain account new
The output should look like this: Public address of the key: 0xfBDfF421004493e13AXXXXXXXXXXXXXXXXXXXXX Path of the secret key file: fides_blockchain/keystore/UTC--2024-0N-NNT16-17-52.880254508Z--fbdff421004fBDfF421004493e13AXXXXXXXXXXXXXXXXXXXXX
Create the genesis file from the Main Node in the root path