Author

Topic: -rescan from blockheight? (Read 236 times)

legendary
Activity: 1624
Merit: 2481
April 13, 2018, 08:09:10 AM
#3
achow101 already answered your question.

In case you did not found out how to use RPC commands:

  • Start the bitcoin daemon (bitcoin -daemon) from command line
  • Then use the bitcoin-cli for RPC calls

Command to scan from height X to height Y: bitcoin-cli rescanblockchain X Y
Both arguments (start-/stop height) are optional.

The documentation (with examples) can be found here.
staff
Activity: 3374
Merit: 6530
Just writing some code
April 12, 2018, 11:07:41 AM
#2
Use the rescanblockchain RPC command which takes a height parameter.
sr. member
Activity: 770
Merit: 305
April 12, 2018, 03:16:20 AM
#1
Is it possible to improve '-rescan' wallet option to rescan wallet from selected block height?

Something like
bitcoin-qt.exe -rescan=500000 -zapwallettxes=2 [other options]
Jump to: