Rename to NecroHash, add remote, enhance dashboard for multi-device stats
Some checks failed
Docker Build & Push / build-and-push (push) Failing after 6s

This commit is contained in:
Gemini Bot
2026-01-20 10:51:13 +00:00
parent ef7dcecea2
commit 65408e4668
6 changed files with 40 additions and 60 deletions

2
app.py
View File

@@ -5,7 +5,7 @@ import os
import subprocess
app = Flask(__name__)
app.secret_key = 'gridseed_miner_control_secret'
app.secret_key = 'necrohash_miner_control_secret'
miner_api = CgminerAPI()
config_mgr = ConfigManager()