Skip to content

TestnetManiac/Node-Aleo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Join our telegram


Testnet Tutorial

Prepare

  1. 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
  1. Recommendation VPS
Provider Link
Contabo https://contabo.com/en/vps/
IONOS https://www.ionos.com/servers/vps
Digital Ocean https://www.digitalocean.com/

Usefull Link

Installation

Download Package

git clone https://github.com/AleoHQ/snarkOS.git --depth 1

Go to folder snarkOS

cd snarkOS

Installing snarkOS

chmod +x build_ubuntu.sh; ./build_ubuntu.sh
source ~/.bashrc

Running Node

Create your account

snarkos account new

Please copy and save Private Key, View Key and address to 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

Run the node

chmod +x run-prover.sh; ./run-prover.sh

And then you will be inputted your Private Key

Troubleshoot

Why my node can't be compiled?

  • 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.sh or ./run-prover.sh.

Why my node can't be connected to peers on the network?

  • Ensure ports 4133/tcp and 3033/tcp are 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.sh or ./run-prover.sh.

Why I can't generate new address?

  • Before running the command above (snarkos account new) try source ~/.bashrc
  • Also double-check the spelling of snarkos. Note the directory is /snarkOS, the command is snarkos

About

Simple task for running node aleo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors