@FXALTareeq said in Blago's Burst-Miner (Win):
Is there some documentation on how to properly use this file? If so, where at please? If not any instructional advice on how to set-up and use it would be appreciated. I'm really trying to learn how to do this.
Likewise, is there a list of what the various parameters mean /do? For example [Blago Miner-v1.170601]:
Is there any reason for this (info pointer) to be any different?
"InfoAddr" : "burstcoin.cc",
"InfoPort": "8889",
It looks like the Path has to be direct, no sub-directories. Of these two options (shown), only the first will work. Correct?
"Paths":["F:\\plots"],
"Paths":["F:\\Burst\plots"],
Ho does the User determine what value to enter for Cache?
"CacheSize" : 40000,
What is the difference between Messages (Msg) & Updates? Is there a less verbose option?
"ShowMsg" : true,
"ShowUpdates" : true,
Should Debug only be used when error-tracking?
"Debug": true,
Should this always be used - for all HDDs? What about for SSDs?
"UseHDDWakeUp": true,
What's the cutoff for "best"?
"SendBestOnly": true,
How do you assess & calculate the Target Deadline (if the Pool makes no recommendation)?
"TargetDeadline": 63072000,
What is Fast Receive, and when should it be used?
"UseFastRcv" : false,
How are these values determined?
"SendInterval": 50,
"UpdateInterval": 1050,
Is this perameter only used for error-tracking?
"UseLog" : false,
What does this Boost factor do for mining (and why would you not use it)?
"UseBoost" : false,
My apologies if this is all explained elsewhere!
Thanks.