mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-10-02 00:00:59 +00:00
api: improve the doc json alignment
This commit is contained in:
parent
bca1c8e25d
commit
413ff39b17
1 changed files with 11 additions and 11 deletions
|
@ -36,14 +36,14 @@ result:
|
||||||
"paid": 0.00000000,
|
"paid": 0.00000000,
|
||||||
"total": 0.00050362,
|
"total": 0.00050362,
|
||||||
"miners":[{
|
"miners":[{
|
||||||
"version":"ccminer/1.8.2",
|
"version": "ccminer\/1.8.2",
|
||||||
"password":"d=96",
|
"password": "d=96",
|
||||||
"ID":"",
|
"ID": "",
|
||||||
"algo":"decred",
|
"algo": "decred",
|
||||||
"difficulty":96,
|
"difficulty": 96,
|
||||||
"subscribe":1,
|
"subscribe": 1,
|
||||||
"accepted":82463372.083,
|
"accepted": 82463372.083,
|
||||||
"rejected":0
|
"rejected": 0
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
</pre>
|
</pre>
|
||||||
|
@ -59,12 +59,12 @@ result:
|
||||||
<pre class="main-left-box" style='padding: 3px; font-size: .8em; background-color: #ffffee; font-family: monospace;'>
|
<pre class="main-left-box" style='padding: 3px; font-size: .8em; background-color: #ffffee; font-family: monospace;'>
|
||||||
{
|
{
|
||||||
"x11": {
|
"x11": {
|
||||||
"name": "blake",
|
"name": "x11",
|
||||||
"port": 5733,
|
"port": 3533,
|
||||||
"coins": 10,
|
"coins": 10,
|
||||||
"fees": 1,
|
"fees": 1,
|
||||||
"hashrate": 269473938,
|
"hashrate": 269473938,
|
||||||
"workers": 1,
|
"workers": 5,
|
||||||
"estimate_current": "0.00053653",
|
"estimate_current": "0.00053653",
|
||||||
"estimate_last24h": "0.00036408",
|
"estimate_last24h": "0.00036408",
|
||||||
"actual_last24h": "0.00035620",
|
"actual_last24h": "0.00035620",
|
||||||
|
|
Loading…
Add table
Reference in a new issue