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
{{ message }}
This repository was archived by the owner on Aug 2, 2022. It is now read-only.
rm -rf data config
mkdir -p data/blocks
cp ...../blocks.log data/blocks
~/eos/build/programs/nodeos/nodeos -d ./data --config-dir ./config --plugin eosio::http_plugin --plugin eosio::producer_api_plugin --hard-replay-blockchain --truncate-at-block 1000
curl http://127.0.0.1:8888/v1/producer/create_snapshot | json_pp
rm -rf config data/blocks* data/state
~/eos/build/programs/nodeos/nodeos -d ./data --config-dir ./config --snapshot data/snapshots/snapshot-000003e8ddc03486114e6a1c764f0f78dab559ed18519802b4399a8d89e48264.bin
~/eos/build/programs/nodeos/nodeos -d ./data --config-dir ./config
The text was updated successfully, but these errors were encountered: