Setup Mina node with Uptime system (Snark and Sidecar).
git clone https://github.com/Staketab/mina-bp-setup.git
Copy your keys (my-wallet and my-wallet.pub) in your /home/user/keys/
or /root/keys/
folder.
chmod 700 $HOME/keys
chmod 600 $HOME/keys/my-wallet
cd mina-bp-setup \
&& 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 sidecar