Version | v0.20.0 |
Binary | akash |
Directory | .akash |
ENV namespace | AKASH |
Repository | https://github.com/ovrclk/akash |
Image | ghcr.io/ovrclk/cosmos-omnibus:v0.3.20-akash-v0.20.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 ovrclk/net repository.
Variable | Value |
---|---|
CHAIN_JSON |
https://raw.githubusercontent.com/ovrclk/net/master/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 |
SNAPSHOT_POLKACHU |
1 |
STATESYNC_POLKACHU |
1 |
Akash provide daily snapshots of the Akash blockchain taken at midnight UTC.
Variable | Value |
---|---|
SNAPSHOT_JSON |
https://cosmos-snapshots.s3.filebase.com/akash/pruned/snapshot.json |