Skip to content

the-emerald/dstm-discord-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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