-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
bugSomething isn't workingSomething isn't working
Description
I'm running your app and also HD miner. Hopefully this is an easy solution. The screenshot below just scrolls and scrolls.
Until maybe 10 mins ago I was using HD miner and Scavenger. No issues. Please tell me if you spot anything obvious, below.
Below are the configs:
{
"Burst" : { // Configuration for Burstcoin mining
"EnableMining" : true, // Enables mining of Burstcoin
"Priority" : 5, // Priority for Burstcoin in case of dual mining. Lower value means higher priority.
"Mode" : "pool", // Mining mode: "pool" or "solo"
"Server" : "pool.burstcoin.space", // Submit deadlines to this address and port
"Port" : "8124",
"SubmitTimeout" : 3000, // Timeout in milliseconds after a deadline submission is regarded as failed.
// Increase this value if deadlines are being resent too many times.
"UpdaterAddr" : "pool.burstcoin.space", // Get mining information from this address and port
"UpdaterPort" : "8124",
"EnableProxy" : false, // Run Burstcoin proxy
"ProxyPort" : "8125", // Listening port for Burstcoin proxy
"ProxyUpdateInterval" : 450, // Interval in milliseconds for the proxy checking for new client requests
"SendInterval": 100, // Interval in milliseconds for the sender thread checking for new deadlines found during Mining
"UpdateInterval" : 450, // Interval in milliseconds for the updater thread checking for new mining information
"TargetDeadline" : 1353629, // Target deadline in seconds
"POC2StartBlock" : 502000 // The block height PoC2 format started
},
"BHD" : { // Configuration for Bitcoin HD mining
"EnableMining": true, // Enables mining of Bitcoin HD
"Priority" : 1, // Priority for Bitcoin HD in case of dual mining. Lower value means higher priority.
"Server" : "localhost", // Submit deadlines to this address and port
"Port" : "60100",
"SubmitTimeout" : 1500, // Timeout in milliseconds after a deadline submission is regarded as failed.
// Increase this value if deadlines are being resent too many times.
"UpdaterAddr" : "localhost", // Get mining information from this address and port
"UpdaterPort" : "60100",
"EnableProxy" : false, // Run Bitcoin HD proxy
"ProxyPort" : "8732", // Listening port for Bitcoin HD proxy
"ProxyUpdateInterval" : 450, // Interval in milliseconds for the proxy checking for new client requests
"SendInterval": 100, // Interval in milliseconds for the sender thread checking for new deadlines found during mining
"UpdateInterval": 450, // Interval in milliseconds for the updater thread checking for new mining information
"TargetDeadline" : 1000000000 // Target deadline in seconds
},
"Paths" : [
"d:\\",
"C:\\Burst\\Ext_Drive_01",
"C:\\Burst\\Ext_Drive_02",
"C:\\Burst\\Ext_Drive_03",
"C:\\Burst\\Ext_Drive_04",
"C:\\Burst\\Ext_Drive_05",
"C:\\Burst\\Ext_Drive_06",
"C:\\Burst\\Ext_Drive_07",
"C:\\Burst\\Ext_Drive_08",
"C:\\Burst\\Ext_Drive_09",
"C:\\Burst\\Ext_Drive_10",
"C:\\Burst\\Ext_Drive_11",
"C:\\Burst\\Ext_Drive_12",
"C:\\Burst\\Ext_Drive_13",
"C:\\Burst\\Ext_Drive_14",
"C:\\Burst\\Ext_Drive_15",
"C:\\Burst\\Ext_Drive_16",
"C:\\Burst\\Ext_Drive_17",
"C:\\Burst\\Ext_Drive_18"
], // List of directories containing the plot files. Examples:
// [d:\\plot, e:\\plots, f:\\data\\plot]
// [d:/plot, e:/plots, f:/data/plot]
"Logging" : { // Configuration for logging
"UseLog" : true, // Enables logging to file
"EnableCsv" : true, // Enables csv logging to file
"logAllGetMiningInfos" : false // Set this to false 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 this to true otherwise.
},
"CacheSize" : 131072, // Cache in nonces (1 nonce in scoop = 64 bytes) for native PoC
// Use powers of 2 (e.g. 8192, 16384, 32768, 65536, 131072, 262144, 524288)
"CacheSize2" : 524288, // Cache in nonces (1 nonce in scoop = 64 bytes) for on-the-fly PoC conversion
// Use powers of 2 (e.g. 8192, 16384, 32768, 65536, 131072, 262144, 524288)
"Debug": false, // Show detailed information in the miner window
"ShowCorruptedPlotFiles" : true, // Show a list of possibly corrupted plot files in the miner window
"IgnoreSuspectedFastBlocks" : true, // Don't count mismatching deadlines while tracking possibly corrupted plot files
// if the cause may have been a fast block.
"UseHDDWakeUp" : true, // Keep HDDs spinning (every 3 minutes, only if mining of any coin is enabled)
"CheckForUpdateIntervalInDays": 1, // Interval in days for update checks
"UseBoost" : false, // Set preferred processor for mining threads
"WinSizeX" : 96, // Miner window width in columns (characters). Minimum value: 96
"WinSizeY" : 50, // Miner window height in columns (characters). Minimum value: 20
"LockWindowSize" : true // Disable resizing of miner window
}
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working



