- Hardware Requirement
| Component | Specifications |
|---|---|
| CPU | Intel Core i3 or i5 |
| RAM | At least 4GB/8GB of memory (RAM) |
| Storage | At least 200GB of SSD disk storage |
| Connection | At least 100mbps network bandwidth |
- Recommendation VPS
| Provider | Link |
|---|---|
| Contabo | https://contabo.com/en/vps/ |
| IONOS | https://www.ionos.com/servers/vps |
| Digital Ocean | https://www.digitalocean.com/ |
- Join Discord : https://discord.gg/aleohq
- Official Github : https://github.com/AleoHQ/snarkOS
- Aleo Developer : https://developer.aleo.org/testnet/getting_started/overview
- Website : https://www.aleo.org/
git clone https://github.com/AleoHQ/snarkOS.git --depth 1
cd snarkOS
chmod +x build_ubuntu.sh; ./build_ubuntu.sh
source ~/.bashrc
snarkos account new
Please copy and save
Private Key,View Keyandaddressto your note
For Example :
Attention - Remember to store this account private key and view key.
Private Key APrivateKey1xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx <-- Save This And Use In The Next Step
View Key AViewKey1xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx <-- Save This
Address aleo1xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx <-- Save This
chmod +x run-prover.sh; ./run-prover.sh
And then you will be inputted your Private Key
- Check your VPS or OS must installed
Rust v1.64, for installing step by step you can visit this link. - If large errors appear during compilation, try running
cargo clean. - Ensure snarkOS is started using
./run-client.shor./run-prover.sh.
- Ensure ports
4133/tcpand3033/tcpare open on your router and OS firewall. - You can use this command for open this port :
ufw allow 4133/tcp
ufw allow 3033/tcp
- Ensure snarkOS is started using
./run-client.shor./run-prover.sh.
- Before running the command above (
snarkos account new) trysource ~/.bashrc - Also double-check the spelling of
snarkos. Note the directory is/snarkOS, the command issnarkos
