Skip to content

Simple discord bot to manage your mining rig from anywhere

License

Notifications You must be signed in to change notification settings

krruzic/shitcoin-control-center

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shitcoin-control-center

Simple python script to manage what you mine via a discord bot! Requires xmr-stak and Windows.

Running

This only works on Windows. Make sure you have python3 installed and the discord module from pip.

  1. Head over to https://discordapp.com/developers/applications/me and create a new bot user. Copy down the Token and then generate an oauth url. Invite the bot to a server with NO OTHER members

  2. Clone this repo and create a bot.json file with the following contents:

{
  "token": "token_from_step0"
}
  1. Make sure xmr-stak and all necessary config files (amd.txt, nvidia.txt, cpu.txt) are in the same folder

  2. Double click miner.py and you're good to go! The default bot prefix is !

To run, clone this repo to a directory with xmr-stak inside.

Help

Read through the source :) you may want to modify xmr-stak-runner to your needs. I have it set to disable nvidia and cpu so that I can game while my 2nd card mines.

Notes

There's literally no error checking. Files are saved as config.coin_name and read the same way.

About

Simple discord bot to manage your mining rig from anywhere

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published