init: Hardware Monitor server + client + web dashboard
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
# 监听地址
|
||||
listen: ":8080"
|
||||
|
||||
# 设备注册文件
|
||||
devices_file: "data/devices.yaml"
|
||||
# ─── 登录认证 ───
|
||||
auth:
|
||||
miner_id: "admin"
|
||||
password: "123456"
|
||||
# ─── 矿池配置 ───
|
||||
# Kryptex 矿池 UID (钱包地址)
|
||||
miner_uid: "prl1prkg7des097jx9lw22kusw75s0uy0xfmxgmr7l7r67csmpxzad4lqsaajgt"
|
||||
|
||||
# API 基础地址 (完整地址 = base + "/" + uid)
|
||||
miner_api_base: "https://pool.kryptex.com/prl/api/v3/miner/workers"
|
||||
|
||||
# 拉取间隔 (秒)
|
||||
fetch_interval: 5
|
||||
|
||||
# 算力历史最大条数 (200 × 30s ≈ 100 分钟)
|
||||
history_max: 200
|
||||
Reference in New Issue
Block a user