Skip to content

Last Blocks

alkhrameev edited this page Apr 6, 2018 · 1 revision

Last Blocks

Disaplay last blocks, found on the pool

Request JSON message:

{"method":"blocks_list"}

Response JSON message example:

{
	"result": true,
	"data": [{
		"id": 300484,
		"blockNumber": 305159,
		"nonce": "0xe0efad403c5715eb",
		"coin": "ETI",
		"coinIconUrl": "http://comining.io/img/eti.png",
		"mining": "ETI / 10G / SOLO",
		"miningUniq": "MINING_UNIQ",
		"status": "Submitted",
		"created": "2018-03-31T17:22:58",
		"worker": "john",
		"workerUniq": "WORKER_UNIQ"
	} 
	...
	]
}
  • workerUniq- unique worker identificator on the pool (you can get it from workers_list)
  • miningUniq- identificator of mining configuration (you can get it from mining_list)