You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could be a nice feature to have gabriel begin its indexing from an optionally specified block data file. ie:
./gabriel index -start-scan-block-file=blk04553.dat
If/when specified, gabriel would begin evaluation from this specified block data file (as opposed to beginning w/ the genesis block file: blk00000.dat ).
semi-related: probably would want to avoid duplicate entries in output data store (currently a csv file indexed by block height).
The text was updated successfully, but these errors were encountered:
Could be a nice feature to have gabriel begin its indexing from an optionally specified block data file. ie:
./gabriel index -start-scan-block-file=blk04553.dat
If/when specified, gabriel would begin evaluation from this specified block data file (as opposed to beginning w/ the genesis block file: blk00000.dat ).
semi-related: probably would want to avoid duplicate entries in output data store (currently a csv file indexed by block height).
The text was updated successfully, but these errors were encountered: