Goal
This procedure records the entire chain history.
Before you begin
- Make sure EOSIO is installed.
- Learn about Using Nodeos.
- Get familiar with state_history_plugin.
Steps
- Get a block log and place it in
data/blocks
, or get a genesis file and use the--genesis-json
option - Make sure
data/state
does not exist, or use the--replay-blockchain
option - Start
nodeos
with the options listed in thestate_history_plugin