[miner]update miner-burst-1.141129 (most of the changes to Dev's V2 pool)
https://www.dropbox.com/s/9jln37qbyw67oe4/miner-burst-1.141129.zip?dl=0Changes:
* logs moved to the sub-folder "Logs" and named by format YYYY-MM-DD_HH_MM_SS.log
+ added parameter "SendBestOnly": false, for sending all found deadlines
* if parameter "UseSorting" : false, uses sorting in decreasing order (first sending bigger deadline)
+ added stat-log.csv by format: [ID, height, baseTarget, best_deadline] for statistics
Configuration example for Dev's V2 pool:
Host-config:
{
"Mode" : "
poolV2",
"Server" : "178.62.39.204",
"Port": 8121,
"UpdaterAddr" : "178.62.39.204",
"UpdaterPort": 8121,
"EnableProxy": true,
"ProxyPort": 8126,
"Paths":["C:\\plots","D:\\plots","E:\\plots","G:\\plots","H:\\plots","F:\\plots","I:\\plots"],
"CacheSize" : 200000,
"ShowMsg" : false ,
"ShowUpdates" : false,
"UseSorting" : false,
"Debug": false,
"
SendBestOnly": false,
"UseFastRcv" : true,
"SendInterval": 100,
"UpdateInterval": 2000
}
Satellite-config:
{
"Mode" : "
pool",
"Server" : "192.168.1.1",
"Port": 8126,
"UpdaterAddr" : "192.168.1.1",
"UpdaterPort": 8126,
"EnableProxy": false,
"ProxyPort": 8126,
"Paths":["C:\\plots","D:\\plots","E:\\plots","G:\\plots","H:\\plots","F:\\plots","I:\\plots"],
"CacheSize" : 200000,
"ShowMsg" : false ,
"ShowUpdates" : false,
"UseSorting" : false,
"Debug": false,
"
SendBestOnly": false,
"UseFastRcv" : true,
"SendInterval": 100,
"UpdateInterval": 2000
}