☑️Allora Full Node (RPC)
Recommended Hardware: 8 Cores, 64GB RAM, 500GB of storage (NVME)
nstallation
sudo apt update && sudo apt upgrade -y
sudo apt install git
sudo apt-get install apt-transport-https ca-certificates curl software-properties-common -y
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
sudo apt-get update
sudo apt-get install docker-ce jq python3-pip -ygit clone -b main https://github.com/allora-network/allora-chain.git
Run the Node with Docker Compose
Monitoring Logs
Last updated