🧮 How to Participate as a Validator

Validators ensure transparent and accurate evaluation of miner contributions.

This page outlines all required steps from staking → data fetching → weight submission.

🛡️ Validator Installation & Connection Process

Full Workflow

flowchart TD
  A[Create Bittensor Wallet] --> B[Stake TAO]
  B --> C[Register as Validator]
  C --> D[Configure .env.validator]
  D --> E[Start Validator Node]
  E --> F[Participate in Scoring & Reward Distribution]


🔧 Example Validator Run Command

python dogelayer/validator/braiins.py run \\
  --wallet.name <YOUR_WALLET_NAME> \\
  --wallet.hotkey <YOUR_HOTKEY_NAME> \\
  --netuid 14 \\
  --subtensor.network finney \\
  --logging.info


Validator Requirements

To run a DogeLayer validator, you will need:

Related Bittensor Documentation: