lbcd/cmd/addblock
Dave Collins dc83f4ee6a addblock: Add support for generating indexes.
This adds two new flags, --txindex and --addrindex, to the addblock
utility which mirror the flags on btcd.  They serve to to specify that
the transaction index and/or address index, respectively, should be
built while importing from the bootstrap file.

This is technically not 100% required since btcd will build the indexes
on the first load (when enabled) if they aren't already built, however
it is much faster to build the indexes as the blocks are being validated
(particularly for the address index), so this makes the capability
available.
2016-06-03 17:06:16 -05:00
..
addblock.go addblock: Add support for generating indexes. 2016-06-03 17:06:16 -05:00
config.go addblock: Add support for generating indexes. 2016-06-03 17:06:16 -05:00
import.go addblock: Add support for generating indexes. 2016-06-03 17:06:16 -05:00