| Version | v29.0.0 |
| Binary | junod |
| Directory | .juno |
| ENV namespace | JUNOD |
| Repository | https://github.com/CosmosContracts/juno |
| Image | ghcr.io/akash-network/cosmos-omnibus:v1.2.39-juno-v29.0.0 |
- Run on Akash with the example deploy.yml
- Run with Docker using the example docker-compose.yml
The Cosmos Chain Registry publishes up to date chain info for Juno.
This will be used automatically unless overridden with the CHAIN_JSON variable (use 0 to disable).
The following configuration is recommended for Juno nodes.
| Variable | Value |
|---|---|
GENESIS_FILENAME |
juno-phoenix2-genesis.json |
JUNOD_IAVL_CACHE_SIZE |
781250 |
JUNOD_IAVL_DISABLE_FASTNODE |
false |
Polkachu's Chain Services make bootstrapping a node extremely easy. They provide live peers, seeds, statesync, addrbooks and pruned snapshots among other features.
The following configuration is available for Juno nodes. See the documentation for more information.
| Variable | Value |
|---|---|
P2P_POLKACHU |
1 |
P2P_SEEDS_POLKACHU |
1 |
P2P_PEERS_POLKACHU |
1 |
STATESYNC_POLKACHU |
1 |
ADDRBOOK_POLKACHU |
1 |
Polkachu also provide pruned snapshots for Juno. Find the latest snapshot and apply it using the SNAPSHOT_URL variable.