Setup Mina node with Archive and uploading blocks to GCloud.
git clone https://github.com/Staketab/mina-archive-mainnet.git
And if you need to use GCP for backup blocks, don't forgot to copy your keyfile from GCP to $HOME/mina-archive-mainnet/
folder (OPTIONAL).
cd mina-archive-mainnet \
&& chmod +x install.sh \
&& ./install.sh
Run this command to start the node:
docker-compose up -d
Other commands:
- Check status
docker exec -it mina mina client status
- Stop docker-compose
docker-compose down
- Docker-compose logs
docker-compose logs -f mina
docker-compose logs -f archive
docker-compose logs -f postgres