Hardware requirements:
For Ubuntu:
sudo apt update
sudo snap install go --classic
sudo apt-get install git gcc make
For Arch Linux:
sudo pacman -S go git gcc make
althea
BinaryClone the Althea repository:
git clone <https://github.com/althea-net/althea-chain.git>
cd althea-chain
Build the binary:
make install
Move the binary to your system path:
sudo mv $HOME/go/bin/althea /usr/local/bin
Set up the configuration files and initialize your node:
althea init <moniker> --chain-id <chain_id>
Replace <moniker>
with your desired node name and <chain_id>
with the appropriate chain ID.
Download the genesis file for the Althea network:
wget <https://raw.githubusercontent.com/althea-net/mainnet/master/genesis.json> -P $HOME/.althea/config/