Junod Installation and setup
Instruction to install and configure the junod binary
Last updated
Instruction to install and configure the junod binary
Last updated
The operating system you use for your node is entirely your personal preference. You will be able to compile the junod
daemon on most modern linux distributions and recent versions of macOS.
Follow the instructions to install Go.
For an Ubuntu, you can probably use:
Please install Go v1.19.2 or later.
Unless you want to configure in a non standard way, then set these in the .profile
in the user's home (i.e. ~/
) folder.
After updating your ~/.profile
you will need to source it:
For genesis (Phoenix 2), the mainnet genesis version tag will be v9.0.0
- i.e:
Once you're on the correct tag, you can build:
To confirm that the installation has succeeded, you can run:
Follow these instructions to configure your junod
binary to connect to public RPC for submitting transactions and making queries to the Juno network if you will not be syncing a node.
Set the chain-id
Set the public RPC node
You will now be able to make transactions and queries with junod
. For more information on junod commands see Module Reference or execute junod --help
The <version-tag>
will need to be set to either a or the latest .
If you plan to use a snapshot or state sync to sync your node, you will need the latest binary. Check for the latest upgraded binary version.