Loading
Loading
This information was auto-extracted from the GitHub repository and may be incomplete or out of date. Always refer to the subnet's GitHub repository for the latest instructions.
GPU VRAM recommended at 24GB; CPU minimum 2.5 GHz per core, recommended 3.5 GHz; Storage minimum 10GB (SSD with 1000 IOPS), recommended 100GB with 5000 IOPS; RAM DDR4 type; Minimum swap 4GB, recommended 8GB
GPU VRAM recommended at 24GB; CPU minimum 2.5 GHz per core, recommended 3.5 GHz; Storage minimum 10GB (SSD with 1000 IOPS), recommended 100GB with 5000 IOPS; RAM DDR4 type; Minimum swap 4GB, recommended 8GB
Clone the CliqueAI repository
git clone https://github.com/toptensor/CliqueAI.git && cd CliqueAI
Install Python dependencies
pip install -r requirements.txt
Start the miner with wallet credentials and network configuration
./start_miner.sh --wallet.name <coldkey-name> --wallet.hotkey <hotkey-name> --subtensor.network finney --netuid 83 --logging.info --axon.ip <your-miner-ip> --axon.port <your-miner-port>
Clone the CliqueAI repository
git clone https://github.com/toptensor/CliqueAI.git && cd CliqueAI
Install Python dependencies
pip install -r requirements.txt
Start the validator with wallet credentials and network configuration
./start_validator.sh --wallet.name <coldkey-name> --wallet.hotkey <hotkey-name> --subtensor.network finney --netuid 83 --logging.info --axon.ip <your-validator-ip> --axon.port <your-validator-port>