Junod Installation and setup
Instruction to install and configure the junod binary
Choose an Operating System
Install pre-requisites
# update the local package list and install any available upgrades
sudo apt-get update && sudo apt upgrade -y
# install toolchain and ensure accurate time synchronization
sudo apt-get install make build-essential gcc git jq chrony -yInstall Go
wget https://golang.org/dl/go1.19.2.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.19.2.linux-amd64.tar.gzBuild Juno from source
Configure `junod` to connect to public RPC
Last updated
Was this helpful?
