Add files via upload

Optional GPU tuning file for cgminer used by FLO Auto Miner.
This commit is contained in:
SaketAnand 2025-11-10 03:07:52 +05:30 committed by GitHub
parent 1ae82b61f4
commit 967de44b2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

13
cgminer.conf Normal file
View File

@ -0,0 +1,13 @@
{
"scrypt": true,
"intensity": "12",
"worksize": "256",
"lookup-gap": "2",
"thread-concurrency": "8192",
"gpu-engine": "1800",
"gpu-memclock": "6400",
"gpu-fan": "85",
"api-listen": true,
"api-allow": "W:127.0.0.1",
"api-port": "4028"
}