Update config.json

This commit is contained in:
SaketAnand 2025-11-10 03:54:59 +05:30 committed by GitHub
parent 69df459867
commit 1161e51ba8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,14 +26,15 @@
"STABILITY_REQUIRED_PASSES": 3,
"GPU_MINER_EXECUTABLE": "D:/flo/gpu miner/cgminer.exe",
"GPU_MINER_CONFIG": "D:/flo/gpu miner/cgminer.conf",
"GPU_MINER_EXECUTABLE": "<PATH_TO_cgminer.exe>",
"GPU_MINER_CONFIG": "<PATH_TO_cgminer.conf>",
"CPU_MINER_EXECUTABLE": "D:/flo/cpuminer minerd/minerd.exe",
"CPU_MINER_EXECUTABLE": "<PATH_TO_minerd.exe>",
"CPU_MINER_THREADS_START": 3,
"MINER_POOL_URL": "stratum+tcp://pool.flocard.app:3052",
"MINER_USER": "FQ8zdiakBJHx8g4FKfU5o6LRgNwgXTC5RK.worker1",
"MINER_USER": "<<Your_FLO_Address>>.worker1",
"MINER_PASS": "x"
}