How To Deploy A Node Using A Snapshot
Goal
Steps
$ curl --request POST --url http://<node>/v1/producer/create_snapshot$ curl --request POST --url http://127.0.0.1:8888/v1/producer/create_snapshotsnaphot-<hash>.bin$ nodeos --snapshot <snapshot-directory>/snapshot-<hash>.binLast updated