Original title: "[Node Deployment-Aptos] Aptos third test registration process"
Original author: rainnight-雨夜
< br>
The complete tutorial requires completing the following 6 steps to register for AIT-3:
1. Make sure you have a Discord account and have joined Aptos Server. IMPORTANT: You will be asked to link a Discord account for AIT-3.
2. Create an account on the community site (or log into your existing account).
3. When prompted, provide your email address and username, and be sure to confirm your email.
4. Follow the steps on this AIT-3 page to install and start A validator node, which sets the node into test mode and provides validator details to the Aptos community.
5. Download and install the Petra wallet, and Register your wallet address on the community site. (Remove previous version of wallet)
6. Pass identity verification and sanction screening process.
Let's do it together.
Click on the linkhttps ://discord.gg/aptoslabs , accept invitation to join Aptos dc server
Visit https://aptoslabs.com/incentivized-testnet , create an account
After submitting the information, The mailbox will receive a confirmation email, copy the link in it, and visit it in the browser just now
p>
You need a server first
The configuration is as follows
CPU:
8 cores, 16 threads
2.8GHz, or faster
< p>Intel Xeon Skylake or newerMemory:
32GB RAM.
Networking
Bandwidth requirement: 1 Gbps
disk
300G
< /p>
ssh root@ server ip
Enter to confirm, if there is a prompt "Are you sure you want to continue connecting (yes/no/[fingerprint])?"
Enter yes to confirm
The window is waiting for the server password to be entered, press Enter to confirm. Enter the server
p>
Open the root user, create a password for the root user, enter the password twice
sudo passwd root
Use the following command to switch to the root user and enter the password you just created
su root
apt update && apt install -y net-tools
mkdir ~/testnet
cd ~/testnet
sudo wget -O get-docker.sh https ://get.docker.com &&sudo sh get-docker.sh && sudo rm -f get-docker.sh
sudo curl -L "https://github .com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose && sudo chmod +x /usr/local/bin/docker-compose
wget https://github.com/aptos-labs/aptos-core/releases/download/aptos-cli-v0.3.1 /aptos-cli-0.3.1-Ubuntu-x86_64.zip
unzip -o aptos-cli-0.3.1-Ubuntu-x86_64.zip -d /usr/local/bin
chmod +x /usr/local/bin/aptos
After downloading, there will be two yaml files docker-compose.yaml and validator.yaml View with ls
wget https://raw.githubusercontent. com/aptos-labs/aptos-core/main/docker/compose/aptos-node/docker-compose.yaml
wget https://raw.githubusercontent.com/aptos-labs/ aptos-core/main/docker/compose/aptos-node/validator.yaml
aptos genesis generate-keys --output -dir ~/testnet/keys
After execution, four files will be generated in ~/testnet/keys This is the account information that needs to be saved.
alice is changed to your English nickname <information 1> is changed to your ip: 6180 <Information 2> Change to your ip:6182
cd ~/ && aptos genesis set-validator-configuration --local-repository-dir ~/testnet --username alice --owner-public-identity-file ~/testnet/keys/public-keys.yaml --validator-host <information 1> - -full-node-host <Information 2> --stake-amount 100000000000000
< br>
Your nickname folder will be generated after success
alice to you Nickname
wget https://github.com/aptos-labs/aptos-core/releases/download/aptos-framework-v0.3.0/framework.mrb
aptos genesis generate-genesis --local-repository-dir ~ /testnet --output-dir ~/testnet
docker compose up -d
p>
< /p>
Check whether the node is started successfully netstat
Firewall, security group release < b>80,8080,6180,9101
Access URLhttps://github.com/aptos-labs/aptos-core/releases/tag/wallet-v0.1.6, download wallet-extension.zip, And extract it to a directory you are familiar with
Create Wallet
< /p>
Visit https://aptoslabs.com/it3, link wallet
< /p>
Fill in the description
p>Verification node information
Check the node information on the server, change rainight to your nickname
cat /root/testnet/rainight/operator.yaml
Return to https://aptoslabs.com/it3 real-name authentication
Yes Call the third-party real-name verification, just follow the prompts, the mainland ID card can be verified
< /p>
Original link
Welcome to join the official BlockBeats community:
Telegram Subscription Group: https://t.me/theblockbeats
Telegram Discussion Group: https://t.me/BlockBeats_App
Official Twitter Account: https://twitter.com/BlockBeatsAsia