How to stake Mina from own Mina node (using command line)
How to install Linux?
How to stake Mina?
Launch terminal
Create private key
echo "deb [trusted=yes] http://packages.o1test.net release main" | sudo tee /etc/apt/sources.list.d/mina.list
sudo apt-get update
sudo apt-get install -y curl unzip mina-mainnet=1.1.5-a42bdeeGenerate the key:
Option 1 with a package:
Option 2 using docker:
Set necessary permissions:
Check private key
Option 1 with a package:
Option 2 using docker:
Launch a node with Docker
Install Docker
Firewall configuration
Run a node
Viewing logs with docker

Launch a node with Service
Firewall configuration
Node configuring
Start the service
Importing keys
Unlock the account
Stake tokens
Resources
Last updated
Was this helpful?