Skip to content

Latest commit

 

History

History

archive_node

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

mina-utils archive node blocks

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

O1 Google Cloud Resources

run

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

archive daemon

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