Skip to content

Instantly share code, notes, and snippets.

@leonelsr
leonelsr / xmrigidle.ahk
Last active June 2, 2020 21:04
AutoHotkey XMRig controller tool - Dynamically changes XMRig settings when PC is idle for some time
#SingleInstance force ; Skips the dialog box and replaces the old instance automatically
#Persistent
SetWorkingDir %A_ScriptDir%
/*
* XMRig controller tool
*
* Can be used to dynamically change XMRig settings whenever PC is idle for some time
* At the bottom of this file, there is an example of config.json file for reference