Skip to content

Latest commit

 

History

History
65 lines (42 loc) · 2.57 KB

File metadata and controls

65 lines (42 loc) · 2.57 KB

Chia Operator Documentation

This documentation contains comprehensive guides for deploying and managing Chia services on Kubernetes.

Quick Start

  • Start a Farm - Complete guide to setting up a Chia farm with all necessary components

Core Components

Farming Services

  • ChiaCA - Certificate Authority for secure communication between Chia services
  • ChiaNode - Full node for blockchain synchronization and peer networking
  • ChiaFarmer - Farming service that creates blocks and earns rewards
  • ChiaHarvester - Plot management and harvesting service
  • ChiaWallet - Wallet service for managing XCH and transactions

Network Services

  • ChiaCrawler - Network crawler for peer discovery
  • ChiaIntroducer - Introduction service for connecting new nodes to the network
  • ChiaSeeder - DNS seeder for providing initial peer connections
  • ChiaTimelord - Verifiable delay function service

Data Services

  • ChiaDataLayer - Data layer service for decentralized data storage

Infrastructure

Configuration Guides

General Configuration

  • All Components - Common configuration options applicable to all Chia resources
  • Services and Networking - Service configuration, load balancing, and networking options
  • Storage - Persistent volume and storage configuration
  • Advanced - Advanced configurations including sidecars and init containers

Monitoring and Health

Getting Help

Check out our Troubleshooting guide for instant help with common issues.

If you still need help:

  1. Check the chia-operator GitHub Issues
  2. Review the Chia documentation
  3. Join the Chia community Discord

When reporting issues, please include:

  • Kubernetes version
  • chia-operator version
  • Resource definitions (with sensitive data removed)
  • Pod logs and events
  • Output of kubectl describe for affected resources