Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nicehashdev authored Jun 13, 2017
1 parent 176f22d commit cc5ca3d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,10 @@ Response field | Type | Description
`algorithms[i]/algorithm_id` | string | Algorithm name.
`algorithms[i]/connected` | boolean | `True` if connected to remote pool.
`algorithms[i]/got_job` | boolean | `True` if remote pool provided valid job.
`algorithms[i]/details/total_shares` | int | Total shares sent to the remote pool.
`algorithms[i]/details/total_accepted` | int | Total shares accepted by the remote pool.
`algorithms[i]/details/total_rejected` | int | Total shares rejected by the remote pool.
`algorithms[i]/details/last_efficiency` | float | Efficiency of past 32 shares (1.0 = all accepted).
`algorithms[i]/address` | string | Remote address of the pool.
`algorithms[i]/login` | string | Login to the pool.
`algorithms[i]/workers` | array | Array of workers.
Expand All @@ -443,6 +447,13 @@ Example response:
"name":"equihash",
"connected":true,
"got_job":true,
"details":
{
"total_shares":10,
"total_accepted":10,
"total_rejected":0,
"last_efficiency":1.0
},
"address":"equihash.eu.nicehash.com:3357",
"login":"34HKWdzLxWBduUfJE9JxaFhoXnfC6gmePG.test2:x",
"workers":[
Expand Down

0 comments on commit cc5ca3d

Please sign in to comment.