Skip to content

Block DB

David Burkett edited this page Nov 1, 2019 · 1 revision

The node stores blocks, headers, and other chain data in a RocksDB database, located by default at %userprofile%\.GrinPP\MAINNET\NODE\DB\CHAIN.

As of 0.6.5,there are 6 tables(column families) in the chain database:

  • Default (No longer used)
  • BLOCK
  • HEADER
  • BLOCK_SUMS
  • OUTPUT_POS
  • INPUT_BITMAP