(Installation · Setup · Operations)

1. How to Participate as a Validator

To operate as a validator, you must:

  1. Install dependencies
  2. Configure wallets and environment
  3. Deploy validator services
  4. Monitor scoring and submission

2. Validator Installation & Connection Process

Validator Workflow

InstallDependencies
      ↓
CreateWallet
      ↓
RegisterValidator
      ↓
ConfigureEnvironment
      ↓
RunValidatorService
      ↓
Monitor&Optimize


3. Common Setup (Miners & Validators)

Clone the Repository

gitclone <https://github.com/dogelayer-ai/dogelayer.git>
cd dogelayer

Set Up Python Environment

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt


4. Validator-Specific Setup

Create a Validator Wallet