👨🔧Piece Conversion Tool
Autonomys Piece Conversion Tool
The Autonomys Piece Conversion Tool allows you to convert data synchronized by autonomys-node into piece cache data. Please follow the steps below to export piece cache data:
Use the following command:
NODE_URL="http://192.168.1.1:9944" ./autonomys-export-pieceAfter executing the command, the generated
piecedata will be automatically saved to thefull-cache-tmpdirectory on your local machine.Simply set the
pathparameter of theautonomys-full-piececomponent to this directory.
Note: The startup command for autonomys-node specified in NODE_URL must include the --sync=full --blocks-pruning=archive parameter.
Last updated
