Import Database
This page will guide you through the process of starting a node in import-db mode, allowing the reprocessing of older transactions.
Nodes can revalidate an existing database by importing it and initializing with designated flags.
Blockchain State Verification and Data Indexing
How to start the processβ
~/of-chain-go/cmd/node.
βββ config
β βββ api.toml
β βββ config.toml
β ...
βββ import-db
β βββ db
β βββ 1
β βββ Epoch_0
β β βββ Shard_1
β β βββ BlockHeaders
β β β ...
β β βββ BootstrapData
β β β ...
β β ...
β βββ Static
β βββ Shard_1
β ...
βββ nodeImport-DB with populating an Elasticsearch clusterβ
Last updated