3.2 SHIM components

Located in the bittensor/ directory:

  • miner.py: Proxy miner sending requests through the Gateway.

  • validator.py: Proxy validator fetching consensus results.

  • Dockerfile: Container for SHIM execution.

Environment variables:

PX_GATEWAY_URL=http://localhost:8080
PX_SCHEDULER_URL=http://localhost:9090
PX_VALIDATOR_URL=http://localhost:7070
PX_API_KEY=dev_key_123
PX_PRVX_ADDRESS=0xYourWalletAddress
USE_BITTENSOR=0

Last updated