There have been some major changes in the configuration file miner.conf . If coming from another Blagominer version, please make sure to download the new configuration file and change it according to your needs! |
---|
For a new installation extract the zip file (e.g. BlagoMiner-v.1.190301.0.zip
) to a directory of your choice, adapt the configuration file miner.conf
to your needs and run one of the exe files.
If you want to update your miner choose the exe file you want to use from new releases and copy it to your miner directory. Whenever you are updating check out the release's configuration file miner.conf
for new settings you might not be aware of.
Make sure to also copy the pdcurses.dll
file to your miner directory.
This version of Blagominer adds the following features:
-DLs
column).+DLs
column).I/O
colum).
Due to the new dual mining ability some fields in the configuration file have been moved to a different "section" and some have been added. The following table shows all the added fields.
Field | Explanation |
---|---|
"Burst"."Enable" and "BHD"."Enable" |
true enables the mining of the corresponding coin, false disables it. |
"Burst"."Priority" and "BHD"."Priority" |
A higher priority coin (lower value) interrupts the mining process of a coin with lower priority (higher value). This value must be >= 0 . If both coins have the same priority, there won't be any interruptions and there will be a mining queue. |
"Burst"."SubmitTimeout" and "BHD"."SubmitTimeout" |
Timeout in milliseconds after a deadline submission is regarded as failed. Increase this value if deadlines are being resent too many times. |
"Burst"."ProxyUpdateInterval" and "BHD"."ProxyUpdateInterval" |
Interval in milliseconds for the proxy checking for new client requests. |
"ShowCorruptedPlotFiles" |
If you want to see possibly corrupted plot files in the console windows, set this to true , false otherwise. |
"IgnoreSuspectedFastBlocks" |
true : When tracking possibly corrupted plotfiles, mismatching deadlines that may have been caused by a fast block (there is no guarantee for correct fast block detection) will be ignored. false : Said deadlines will not be ignored. |
"CheckForUpdateIntervalInDays" |
Check for new versions every x days. Set it to 0 to disable update check. |
"Logging"."logAllGetMiningInfos" |
Set it to true if you want to log every received mining information and all updates sent by the proxies, even if there is no new information. This increases the log file size quite fast. Set it to false otherwise. |
"Logging"."EnableCsv" |
Set it to true if you want to enable logging of mining statistics to csv files. Set it to false otherwise. |
"LockWindowSize" |
Set it to false if you want to be able to resize the miner window. Set it to true otherwise. |
If you want to compile Blagominer yourself you have to install and include PDCurses. The simplest way to do so is to install vcpkg and hook up user-wide integration (vcpkg integrate install
).
Make sure to have the english language pack for Visual Studio installed. Afterwards install PDCurses via this command:
PS> .\vcpkg install pdcurses:x64-windows