Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 615 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 615 Bytes

dstm-discord-integration

discord integration for dstm miner

Installation instructions

  1. Install Python
  2. After installation, install the requests module by going to your command prompt and typing pip3 install requests
  3. Download this repository by your favourite means
  4. Copy integration.py and rpc.py to your miner's folder (Optional, recommended)
  5. Edit your miner batch file (*.bat) to include --telemetry
  6. Start the miner
  7. Double click on integration.py (make sure Discord is on!)

Requirements

  • DSTM Miner v0.5.8+
  • Python 3.6.4+
  • requests module