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:
SaketAnand 2025-11-10 03:07:03 +05:30 committed by GitHub
parent 314dc1afd8
commit 1ae82b61f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

39
config.json Normal file
View 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"
}