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.
Miners primarily interact via CLI and a web browser (for USDC approval and lock transactions via MetaMask or compatible wallet). No GPU required for mining; liquidity provision is the core activity.
Validator hardware requirements are not documented in the provided sources.
Install the Cartha CLI from PyPI
pip install cartha-cli
Verify CLI installation, verifier connectivity, and Bittensor network connectivity(optional)
cartha utils health
Register your Bittensor hotkey on the Cartha subnet (netuid 35 on finney)
cartha miner register --wallet-name <coldkey> --wallet-hotkey <hotkey>
View available liquidity pools, their pool IDs, vault addresses, and chain IDs(optional)
cartha vault pools
Create a lock position to start mining. The CLI authenticates with Bittensor, requests a signed LockRequest from the verifier, and opens the Cartha Lock UI in the browser to complete USDC approval and lock transactions.
cartha vault lock --coldkey <coldkey> --hotkey <hotkey> --pool-id BTCUSD --amount 1000.0 --lock-days 30 --owner-evm 0xYourEVMAddress --chain-id 84532 --vault-address 0xVaultAddress
Check your miner status, active pools, locked amounts, and expiration dates
cartha miner status --wallet-name <coldkey> --wallet-hotkey <hotkey>