Initial commit: Gridseed WebGUI implementation

This commit is contained in:
Gemini Bot
2026-01-20 10:46:00 +00:00
commit ef7dcecea2
13 changed files with 806 additions and 0 deletions

13
cgminer.conf Normal file
View File

@@ -0,0 +1,13 @@
{
"pools": [
{
"url": "stratum+tcp://pool.ckpool.org:3333",
"user": "144N35t62x8qC21eQ8qW2q2q2q2q2q2q2q",
"pass": "x"
}
],
"api-listen": true,
"api-allow": "W:127.0.0.1",
"gridseed-options": "freq=850,chips=5",
"freq": "850"
}