Version | v0.36.0 |
Binary | akash |
Directory | .akash |
ENV namespace | AKASH |
Repository | https://github.com/akash-network/node |
Image | ghcr.io/akash-network/cosmos-omnibus:v0.4.18-akash-v0.36.0 |
- Run on Akash with the example deploy.yml
- Run locally using the example docker-compose.yml
Akash provide up to date chain information in their akash-network/net repository.
Variable | Value |
---|---|
CHAIN_JSON |
https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json |
Akash suggests setting a minimum gas price and using Fastsync v0.
Variable | Value |
---|---|
MINIMUM_GAS_PRICES |
0.025uakt |
FASTSYNC_VERSION |
v0 |
Polkachu's Chain Services make bootstrapping a node extremely easy. They provide live peers, statesync and pruned snapshots.
Note you should choose between statesync and snapshot bootstrapping, snapshot will take precedence.
Variable | Value |
---|---|
P2P_POLKACHU |
1 |
STATESYNC_POLKACHU |
1 |