Ixian Documentation Welcome to Ixian Documentation Pages, here you can learn more about Ixian and how to get started quickly!

Miner Stats

Returns miner stats of the node.

Method: minerstats

Input parameters:

None

Errors:

Error Description
RPC_INTERNAL_ERROR An unknown error occurred in the node. Please check the node log for details.

Output:

Example:

GET http://localhost:8081/minerstats

{
	"result": {
		"Hashrate": 101,
		"Search Mode": "randomLowestDifficulty",
		"Current Block": 5,
		"Current Difficulty": 11730489520294945089,
		"Solved Blocks (Local)":0,
		"Solved Blocks (Network)":0,
		"Empty Blocks": 135,
		"Last Solved Block": 0,
		"Last Solved Block Time": "Never"
	},
	"error": null,
	"id": null
}

Cookies Policy

To make this site work properly, we sometimes place small data files called cookies on your device. Most big websites do this too.