FastIBD
This tool is used for quick start bitcoinpay nodes.
Install
~ cd ./cmd/fastibd
~ go build
~ ./fastibd
How to export the data of blocks from node
~ ./fastibd export
or
~ ./fastibd export --path=[Output directory]
How to import the data of blocks to node
~ ./fastibd import
or
~ ./fastibd import --path=[Input directory]