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

Rescan Blockchain

Rescans the entire blockchain and fills the activity file with information relevant to the loaded wallet.

Method: rescanblockchain

Input parameters:

Parameter Type Required Description
from Number No Start scanning from this blockheight upward. Default 0

Output:

Errors:

Error Description
RPC_MISC_ERROR Activity scanner is already running.

Note: Current status of the blockchain rescan can be viewed from the /status?vv=true API output, specifically Blockchain Scanning Active and Activity Scanner Last Block

Example:

GET http://localhost:8081/rescanblockchain?from=1000000

{
	"result": "Started activity rescan.",
	"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.