BIP PoolAPI: Difference between revisions
Jump to navigation
Jump to search
early draft |
No edit summary |
||
Line 42: | Line 42: | ||
|- | |- | ||
| balance || {{No}} || Number || amount of Bitcoins (in Satoshis) currently stored at the pool | | balance || {{No}} || Number || amount of Bitcoins (in Satoshis) currently stored at the pool | ||
|- | |||
| estimate || {{No}} || Number || amount of Bitcoins expected reward for the current round | |||
|- | |- | ||
| hashrate || {{No}} || Number || total hashrate of all mining in the same collaborative pool | | hashrate || {{No}} || Number || total hashrate of all mining in the same collaborative pool |
Revision as of 20:38, 22 May 2012
Key | Required | Type | Description |
---|---|---|---|
version | Yes | Number | always 1 |
group | No | Object | information about the organizational pool |
collab | No | Array of Objects | information about each collaborative pool |
Organizational pool:
Key | Required | Type | Description |
---|---|---|---|
name | No | String | human-readable identifier for organizational pool |
hashrate | No | Number | total hashrate of all mining in the organizational pool |
Collaborative pool:
Key | Required | Type | Description |
---|---|---|---|
name | No | String | human-readable identifier for collaborative pool |
hashrate | No | Number | total hashrate of all mining in the same collaborative pool |
roundbegin | No | Number | time the current round began |
roundshares | No | Number | number of shares submitted to the current round |
miners | No | Array of Objects | information of specific miners |
Individual miner:
Key | Required | Type | Description |
---|---|---|---|
id | No | String | unique identifier for a miner's account (shared across collaborative pools) |
name | No | String | human-readable identifier for miner |
balance | No | Number | amount of Bitcoins (in Satoshis) currently stored at the pool |
estimate | No | Number | amount of Bitcoins expected reward for the current round |
hashrate | No | Number | total hashrate of all mining in the same collaborative pool |
lastactive | No | Number | time the miner was last seen active |
roundshares | No | Number | number of shares submitted to the current round |
workers | No | Array of Objects | information of specific workers |