update change pool address send authorize info

This commit is contained in:
lzx
2025-08-06 17:16:17 +08:00
parent 1af2d6f0c1
commit 50301e1771
7 changed files with 83 additions and 22 deletions

View File

@@ -4,6 +4,7 @@ type ZmqMsg struct {
MethodID int `json:"methodId"` //0(add), 1(delete)
ID string `json:"id"` // user-miner
Address string `json:"address"` // 转发目标地址
Msg string `json:"msg"` // 转发矿池的mining.authorize方法配置参数
}
type Authorize_msg struct {