Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
chain33-pai
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
szh
chain33-pai
Commits
d5fd564c
Commit
d5fd564c
authored
Jan 17, 2020
by
ligaishun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
7624e2ab
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
46 additions
and
1 deletion
+46
-1
README.md
README.md
+46
-1
No files found.
README.md
View file @
d5fd564c
#树莓派矿机内置程序监控
#树莓派矿机内置程序监控
## 接口
## 接口
...
@@ -278,6 +277,52 @@ response
...
@@ -278,6 +277,52 @@ response
}
}
}
}
```
```
### 反馈信息接口 内网接口
URL /pai/feedback
请求方法 post json
|参数|类型|是否必填|说明|
|description|string|是|反馈信息|
```
response
{
"code": 200,
"msg": "ok",
"data": null
}
```
### 反馈进度查询接口 内网接口
URL /pai/iscomplete
请求方法 post json
|参数|类型|是否必填|说明|
|-|-|-|
```
response
{
"code": 200,
"msg": "ok",
"data": null
}
```
### 钱包代解锁接口 内网接口
URL /pai/escrowpassword
请求方法 post json
|参数|类型|是否必填|说明|
|password|string|是|托管密码
```
response
{
"code": 200,
"msg": "ok",
"data": null
}
```
## 节点部署:
## 节点部署:
监控程序代码默认放在/home/pi目录下面
监控程序代码默认放在/home/pi目录下面
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment