0
Documentation for importprivkey RPC command has an optional boolean argument called "rescan" which hints that the user may want to rescan the blockchain to be able to see previous deposits to this address.
Is the rescan needed if the node is configured as txindex=1?
is there any explicit RPC command to trigger rescan? Say I want to import an address but only do rescans according to some schedule (i.e. when I expect the load on my Bitcoin node to be least in a give 24-hour interval)? – mecampbellsoup – 2018-09-10T15:22:47.850
A rescan can be triggered using the
rescanblockchaincommand. – Andrew Chow – 2018-09-10T15:52:04.053