platform-network package. Installing it
gives you the platform CLI (pyproject.toml:43).
Requirements
- Python 3.12 or newer (
pyproject.toml:5). - A Bittensor wallet (coldkey + hotkey) for signing on-chain submissions.
Install
Install with the validator extra
The validator extra installs
bittensor>=9, which is required to submit
weights (pyproject.toml:40).Confirm the bittensor extra
Submitting weights needs the bittensor dependency. If it is missing, the
runtime raises a clear error telling you to install the extra
(
src/platform_network/bittensor/factory.py:27-28):Validator node install (Docker Swarm)
For the submit-only deployment used on the validator node, the supervisor venv provides the Python interpreter, and the wallet lives under/var/lib/platform/wallets/<wallet_name>/hotkeys/<wallet_hotkey>
(deploy/swarm/submitter/run_submitter.py:24-28). See
The submitter for that path.
Next steps
Validator quickstart
Configure and run in five steps.
Configuration
Fill out your validator config.