This project contains helpful scripts and information related to running a Mina archive node.
However, there exists a much more robust utility for syncing your local Mina precomputed block collection nowadays, see iggy.
Scripts for archive node related activities
- downloading and unzipping today's archive dumps
- building archive tools
- Berkeley & Mainnet
mina
archive
archive-blocks
extract-blocks
missing-blocks-auditor
replayer
- Mina network block data
- Mina archive dumps
- Mina seed lists
- Mina nix cache
- O(1) Labs container registry
You must have a PostgreSQL db archive
and a server listening on port 5432
Start a mina archive node instance with postgres
user and connect to the archive
db with --server-port 3086
cd archive_node/scripts/
chmod +x mina_archive_run.sh
./mina_archive_run.sh
Start a mina daemon with --server-port 3086
cd archive_node/scripts/
chmod +x mina_archive_daemon.sh
./mina_archive_daemon.sh
Sets up the postgres
user for an archive node