Earn Points with SATEA Exclusive Script onAirchains

Satea
5 min readJun 27, 2024

--

Disclaimer: This article is for educational purposes only and does not constitute financial advice. This article does not indicate any position of Satea. web3, blockchain technology, cryptocurrencies, etc. are potentially risky, so please be sure to exercise caution and independent research before engaging in any related products, services or investments.

Airchains is a modular blockchain framework that supports modular development with various execution layers (e.g., EVM, Cosmos, and Solana-compatible chains) and DA layers (e.g., Avail, EigenDA, etc.).

In mid June, Airchains announced the Station Point Program, in which users can build Stations and earn points by completing the following tasks:

  1. Generate a Verifiable Random Number (VRN) (+1 PT)
  2. Validate your VRN (+1 PT)
  3. Submit a pod with a zk-proof AND a data availability commitment hash (+1 PT)
  4. Verify the submitted pod (+2 PTS)

Since building a station and completing the above tasks require some technical skills, SATEA has created a script to simplify this process. In this article, we will introduce how to build a Station and earn points with this script.

How To Use the Script

  1. Deployment environment: Linux.
  2. Download the script: Enter the following snippet in the terminal.
curl https://raw.githubusercontent.com/SateaLabs/node-shells/main/airchain >airchain.sh & chmod +x airchain.sh

View menu

./airchain.sh

Install the Node

./airchain install

After that you can set the node name and password, for example, enter the node name satea; after passwd enter the password (unlimited strength)

Next, you can set the node name and password. For example, enter “satea” as the “name” and choose any password (no strength limitations) as the “passwd”.

You will be able to see the Private Key, Mnemonic, and Address. Make sure to keep this information in a safe place. After that, you can claim faucets for that address (This is very important; you must have test tokens before you can continue).

The website for faucet claiming: https://airchains.faucetme.pro Discord verification is required.

Enter the address starting with “air” and click Send me to collect the test tokens. Every address can only collect tokens once every 24 hours.

Once you have successfully collected your test tokens, enter yes to continue

Enter the following snippet again to return to the main page

./airchain

Execute the automated program for interactions and point earning.

./airchain tx_node

Enter the following snippet to start the point earning process

tail -f nohup.out

As shown below, you can see the hash value of each transaction set, indicating it runs normally. (Press ctrl + c to exit)

Points can be checked on the Airchains Station Point Program website: https://points.airchains.io/

(It usually takes 20 minutes for the latest points to be displayed)

You will be redirected to Leap Wallet. If you don’t have Leap Wallet installed, download and install its browser extension.

Here is an example with Chrome:

Select “Using a recovery phrase import address”

Enter the disclosed Mnemonic

Select any of the displayed wallets and click Proceed.

Go back to the Airchains website and connect your wallet again to see your current points.

An address can generally receive up to 2 $AMF per day at the moment. Although you can use multiple addresses to collect test tokens in aggregate, this increases the amount of test tokens for a single address but also raises the risk of being detected as a Sybil attack. The automated program typically stops when the $AMF is depleted. Once the address receives test tokens again, the script will resume executing the interactions.

Reference:

https://docs.airchains.io/rollups/quicklauch

https://points.airchains.io/

About Satea

Satea is an industry-leading DePIN and decentralized public chain node aggregator. We assist customers in completing the official application for validator nodes, and facilitate test token staking and server hosting operations with a single click, thereby lowering the barrier to participation in Web3. Satea is especially suitable for users with limited hardware resources, technical skills, or those who wish to deploy nodes quickly and in large volumes. Satea has now launched a one-click deployment service for GaiaNet (app.satea.io). A limited number of slots are available.

Follow us

Stay connected with Satea to get the latest updates:

--

--