Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This repository contains configurations and setup for running Kite Chain nodes.

### Standard RPC Node

Run a standard RPC node using `latest` tag in the gokite-chain's [Github Container Registry](https://github.com/gokite-ai/gokite-chain/pkgs/container/gokite-chain) with:
Run a standard RPC node using `v0.0.3.3` tag in the gokite-chain's [Github Container Registry](https://github.com/gokite-ai/gokite-chain/pkgs/container/gokite-chain) with:

```sh
docker run -d \
Expand All @@ -42,12 +42,12 @@ docker run -d \
-e AVALANCHEGO_HTTP_HOST=0.0.0.0 \
-e AVALANCHEGO_PUBLIC_IP_RESOLUTION_SERVICE=opendns \
-e AVALANCHEGO_PARTIAL_SYNC_PRIMARY_NETWORK=true \
ghcr.io/gokite-ai/gokite-chain:latest
ghcr.io/gokite-ai/gokite-chain:v0.0.3.3
```

### Archive Node

For historical data access and analytics, deploy an archive node using `latest-archive` tag in the gokite-chain's [Github Container Registry](https://github.com/gokite-ai/gokite-chain/pkgs/container/gokite-chain) with:
For historical data access and analytics, deploy an archive node using `v0.0.3.3-archive` tag in the gokite-chain's [Github Container Registry](https://github.com/gokite-ai/gokite-chain/pkgs/container/gokite-chain) with:

```sh
docker run -d \
Expand All @@ -68,7 +68,7 @@ docker run -d \
-e AVALANCHEGO_HTTP_HOST=0.0.0.0 \
-e AVALANCHEGO_PUBLIC_IP_RESOLUTION_SERVICE=opendns \
-e AVALANCHEGO_PARTIAL_SYNC_PRIMARY_NETWORK=true \
ghcr.io/gokite-ai/gokite-chain:latest-archive
ghcr.io/gokite-ai/gokite-chain:v0.0.3.3-archive
```

## API Endpoints
Expand Down