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.
CPU-only, Python 3.10+ required
CPU-only, Python 3.10+ required
Create account, deploy safe wallet, sign approvals, and fund the wallet
Create Almanac account at https://beta.almanac.market
Connect Bittensor coldkey (tied to miner UID) to Almanac settings
Install Bittensor wallet extension and import coldkey
Clone the repository
git clone https://github.com/sportstensor/sn41/ && cd sn41
Install Python dependencies
pip install -r requirements.txt
Register miner metadata on-chain
python miner.py
Start trading on Almanac dApp or programmatically via API to generate prediction signals
Trade on https://beta.almanac.market or use api_trading.py
Clone the repository
git clone https://github.com/sportstensor/sn41/ && cd sn41
Install Python dependencies
pip install -r requirements.txt
Install PM2 (if not already installed) for process management
npm install pm2 -g
Set Weights & Biases API key for optional logging(optional)
export WANDB_API_KEY=<your_key>
Start auto-updating validator with PM2 (recommended approach)
pm2 start validator_auto_update.sh --name sn41-validator -- --netuid 41 --wallet.name {wallet} --wallet.hotkey {hotkey} --logging.debug