Run this tool on your mining rig, when any of predefined errors happens (e.g., fan=0%
or got incorrect share
) with your miner, a predefined action will be automatically executed.
-
Continuously check console output of the miner to detect errors, and based on that the tool will fire an action which is specified in an executable file.
-
Start miner again when it exits/crashes, fire an action if the exiting happens too quickly.
-
If miner has not printed out anything to console for a while (stuck), then fire an action.
-
Periodically check new public IP address of the rig.
-
All important events – errors happen / exit normally / exit too quickly / new public IP – will be sent to a list of subscribed email addresses.
-
Remove the developer fee of the miner (
NoDevFee
). -
Compatible with
Claymore
andPhoenixMiner
.
- Download: https://drive.google.com/drive/folders/1B-p-HME_HmSw10LV-MXqxDdhBHgltizh or https://github.com/katatunix/polly/releases
- Extract to your rig.
- Open file
config.yml
and modify it following the template below:
MinerPath: D:\Claymore14.7\EthDcrMiner64.exe
MinerArgs: -esm 1 -gser 0
NoDevFee: true
Sender:
SmtpHost: smtp.gmail.com
SmtpPort: 587
Address: [email protected]
Password: 12345678
DisplayedName: Polly
Subscribes:
- [email protected]
- [email protected]
Profiles:
- Bad:
- cannot get current temperature
- unspecified launch failure
- an illegal instruction was encountered
- gpu error
- need to restart miner
- opencl error
- hangs in OpenCL call
Action: restart.bat
- Bad:
- got incorrect share
Action:
- Bad:
- 'Total Speed:___Speed: 8___Speed: 9'
Tolerance:
DurationMinutes: 5
Good:
- 'Total Speed: 8'
- 'Total Speed: 9'
Action: restart.bat
StuckProfile:
ToleranceMinutes: 5
Action: restart.bat
QuickExitProfile:
ToleranceMinutes: 1
Action: restart.bat
PublicIpCheckMinutes: 30
MaxLogLines: 50
-
Most of options are self-explanatory. Regarding the
Sender
option, it is recommended to use Gmail. You should change the[email protected]
to your own Gmail address (and password, of course). Remember to turn on theAllow less secure apps
option of your account at https://myaccount.google.com/lesssecureapps -
If a
Bad
orGood
option contains one or many___
(three underscore symbols), for example:abc___xyz___123
, it means "containabc
but notxyz
and not123
". This is useful when you cannot specify the full list of bad/good strings. For example, with aBad
option offan=0
, it's crazy to list all cases for theGood
option likefan=1
,fan=2
,fan=3
... Instead, you can just write theGood
option asfan=___fan=0
. -
Quit the miner if it is running, then execute the tool:
polly.exe
.
-
You can specify a different path of the config file other than the default
config.yml
. Just pass the path as the first argument topolly.exe
. The path can be either absolute or relative to the current execution folder. If no any path is provided, the defaultconfig.yml
will be used. -
The file or file path declared in every
Action
option is relative to the folder containingpolly.exe
. -
If you are using
Claymore
/PhoenixMiner
miner and itsconfig.txt
file, please leave theMinerArgs
option as empty. -
The two useful actions
restart.bat
(for restarting rig) andkillminer.bat
(for killingClaymore
miner process so the miner will be re-executed again) are also provided. If you are not usingClaymore
, openkillminer.bat
and replaceEthDcrMiner64.exe
with your miner process name. Miner process name can be seen inTask Manager
.
-
The
NoDevFee
feature is based on https://github.com/Demion/nodevfee and currently only works with Stratum protocol and non-SSLDevFee
pool connections. -
To enable this feature, set
NoDevFee: true
inconfig.yml
. Set it tofalse
to disableNoDevFee
– frankly, you and I should do that. -
Open
pools.txt
and specify all of your used pools here. This includes the main one and failover ones. The main one must be specified first.- If you are using
Claymore
in dual mode, all the pools of DCR mining must be also specified. Make sure the main pool of ETH mining is always specified first in the filepools.txt
.
- If you are using
-
If your miner uses SSL connections in its
DevFee
period, please try to avoid (or mitigate) this behavior. For example, withClaymore 11.1+
andethermine.org
:- Use non-SSL pool connections (e.g.,
asia.ethermine.org:4444
) for ETH mining. - Add
-allpools 1
to the config ofClaymore
.
- Use non-SSL pool connections (e.g.,