# from mina-utils/scripts/voting-results
python3 -m mina_voting --help
# run unit tests
pytest
Python script for generating cryptographically secure passwords, keypairs, and env file for mina
# from mina-utils/scripts
python3 -m mina_gen_keypair --help
Start the daemon
# from mina-utils/scripts
sh ./mina_start.sh
Set the snark worker and fee for a mina node
# from mina-utils/scripts
python3 -m mina_snark --help
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
# from mina-utils/scripts
sh ./mina_archive_run.sh
Start a mina daemon with --server-port 3086
# from mina-utils/scripts
sh ./mina_archive_daemon.sh
Sets up the postgres
user for an archive node