btcd/cmd
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 addblock: Add support for generating indexes. 2016-06-03 17:06:16 -05:00
btcctl Prepare for release 0.12.0. 2015-11-20 19:33:17 -06:00
findcheckpoint database: Replace with new version. 2016-04-12 14:55:15 -05:00
gencerts Relicense to the btcsuite developers. 2015-05-01 12:00:56 -05:00