Run a RelayMiner
- What is a RelayMiner
- RelayMiner Operation Requirements
- Hardware requirements
- Docker Compose Example
- Kubernetes Example
What is a RelayMiner
See the RelayMiner documentation for more information on what a RelayMiner is. This page aims to provide links and details on how to deploy and operate it.
RelayMiner Operation Requirements
A RelayMiner requires the following:
- A staked on-chain Supplier to provide services.
- A connection to a Full Node to interact with the blockchain.
tip
It is crucial to deploy a Full Node prior to setting up a RelayMiner. This ensures the necessary infrastructure for blockchain communication is in place.
Hardware requirements
Please see the Hardware Requirements page.
Docker Compose Example
Please refer to the Deploying a RelayMiner
section in poktroll-docker-compose-example
GitHub repository on how to deploy an AppGate Server using docker-compose
.
TODO_DOCUMENT: Move over the relevant information from the poktroll-docker-compose-example
repository into the docs
Kubernetes Example
TODO_DOCUMENT: Provide an example using strangelove-ventures/cosmos-operator.