MASA Bittensor miners and validators in Docker
3.7K
Official Docker image for running MASA Bittensor miners and validators.
latest - Latest stable releasesha-<commit>-<timestamp> - Specific commit buildsv*.*.* - Version releaseslinux/amd64, linux/arm64services:
miner:
image: masaengineering/masa-bittensor:latest
environment:
- NETWORK=test
- WALLET_NAME=default
- ROLE=miner
volumes:
- ~/.bittensor/wallets:/root/.bittensor/wallets
- ~/.bt-masa:/root/.bt-masa
For production use, we recommend using our Docker Swarm setup:
.env./start.shSee our GitHub Repository for full documentation.
NETWORK: Network to connect to (test or finney)WALLET_NAME: Name of the wallet to use (default: default)ROLE: Node role (miner or validator)DEVICE: Device to use (cpu or cuda)LOGGING_DEBUG: Logging levelCOLDKEY_MNEMONIC: Your coldkey mnemonic (required)/root/.bittensor/wallets: Wallet storage/root/.bt-masa: Logging directorygit clone https://github.com/masa-finance/masa-bittensor.git
cd masa-bittensor
docker compose build
MIT License - see LICENSE for details.
Content type
Image
Digest
sha256:696c5c980…
Size
726 MB
Last updated
over 1 year ago
docker pull masaengineering/masa-bittensor