ALEO | TESTNET 3
Content
Project Information
Description
⠀Aleo is a blockchain that uses zero-knowledge proof technology. The use of this technology makes it possible to ensure a high level of confidentiality when working with the network - non-disclosure of the sender's wallet and the amount of the transaction.
⠀The main feature of Aleo is that it supports the work of smart contracts, and as a result, the ability to create DApps on it. Especially for this purpose, its own application development language and its own development environment (IDE) were developed.
Phases
At this stage, the following phases are known:
- August 2022 - Developers can start writing, deploying and running software;
- September 2022 - Testers start solving coinbase puzzles (PoSW) to earn credits, and the Aleo team launches a bug bounty program for snarkOS and snarkVM;
- October 2022 - Validators start creating blocks and earning rewards
Awards
25M Aleo credist allocated for testnet
Rewards can be obtained in the following ways:
- Writing, Deploying, and Running Programs
- Finding bugs in the protocol
- PoSW proof generation and coinbase rewards
- Block generation as validators
Server requirements
Minimum (VDS/DS):
16 CPU, 16 GB RAM, 128 GB SSD, Ubuntu 20.04
Recommended (VDS/DS):
32 CPU, 32 GB RAM, 128 GB SSD, Ubuntu 20.04
launch
sudo apt update && sudo apt upgrade -y
sudo apt install wget jq git build-essential pkg-config libssl-dev -y
. < ( wget -qO- https://raw.githubusercontent.com/letsnode/Utils/main/installers/rust.sh )
git clone https://github.com/AleoHQ/snarkOS.git --depth 1
⠀Change into the snarkOS Directory and build out the dependencies
cd snarkOS && ./build_ubuntu.sh
./runclient.sh
snarkos experimental $NAME
Replace $NAME
with your preferred name
Very Important: Save your private account key View key and Address .
Attention - Remember to store this account private key and view key. Private Key APrivateKey1xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx View Key AViewKey1xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Address aleo1xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Important : Aleo prover node will be available soon in phase 2. ⠀
We will announcement here when it becomes available;
To Run your prover node
./run-prover.sh
Enter your Aleo prover address: aleo1xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
useful links
Official site | English-Telegram Community
Official documentation | explorer | Checker