Add files via upload
Defines all runtime parameters including block timing targets, cooldown logic, GPU/CPU miner paths, and FLOCard Pool credentials. Edit this file to customize mining behavior, intensity range, and API endpoints.
This commit is contained in:
parent
314dc1afd8
commit
1ae82b61f4
39
config.json
Normal file
39
config.json
Normal file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"BLOCKBOOK_API": "https://blockbook.ranchimall.net/api/latest-block",
|
||||
"BLOCKBOOK_INDEX_API": "https://blockbook.ranchimall.net/api/block-index",
|
||||
"BLOCKBOOK_BLOCK_API": "https://blockbook.ranchimall.net/api/block",
|
||||
|
||||
"TARGET_BLOCK_INTERVAL": 40,
|
||||
"LOWER_INTERVAL": 30,
|
||||
"UPPER_INTERVAL": 50,
|
||||
|
||||
"MAX_RUNTIME_MINUTES": 30,
|
||||
|
||||
"MIN_INTENSITY": 8,
|
||||
"MAX_INTENSITY": 12,
|
||||
"NO_BLOCK_TIMEOUT": 600,
|
||||
"MAX_TEMP": 85,
|
||||
"START_INTENSITY": 10,
|
||||
|
||||
"AUTO_APPLY": true,
|
||||
"CHANGE_COOLDOWN": 120,
|
||||
"UPDATE_INTERVAL": 30,
|
||||
"COOLDOWN_SECONDS": 120,
|
||||
"COOLDOWN_BLOCKS": 3,
|
||||
|
||||
"STABILITY_WINDOW_SIZE": 20,
|
||||
"STABILITY_REQUIRED_IN_RANGE": 17,
|
||||
"STABILITY_REQUIRED_PASSES": 3,
|
||||
|
||||
|
||||
"GPU_MINER_EXECUTABLE": "D:/flo/gpu miner/cgminer.exe",
|
||||
"GPU_MINER_CONFIG": "D:/flo/gpu miner/cgminer.conf",
|
||||
|
||||
"CPU_MINER_EXECUTABLE": "D:/flo/cpuminer minerd/minerd.exe",
|
||||
"CPU_MINER_THREADS_START": 3,
|
||||
|
||||
"MINER_POOL_URL": "stratum+tcp://pool.flocard.app:3052",
|
||||
"MINER_USER": "FQ8zdiakBJHx8g4FKfU5o6LRgNwgXTC5RK.worker1",
|
||||
"MINER_PASS": "x"
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user