Persistent storage
Setting Up the Data Directory with Correct Permissions
# e.g. your data path is .othentic/data/p2p
mkdir -p .othentic/data/p2p
chmod -R 755 .othenticothentic-cli node aggregator \
--json-rpc \
--p2p.datadir /path/to/aggregator/data/dir
othentic-cli node attester \
/ip4/127.0.0.1/tcp/9876/p2p/<BOOTSTRAP_NODE_ID> \
--avs-webapi <HOST> \
--avs-webapi-port <PORT> \
--p2p.datadir /path/to/attester/data/dirLast updated