䷐ Avail Light Client Lift-off Campaign!

⎘ " @AvailProject announced a new campaign on that you have to complete social task and Run Avail light client to mint #NFT for Future Reward"

⍟ Start here

⏤ Download and create Polkadot wallet: https://chromewebstore.google.com/detail/subwallet-polkadot-wallet/onhogfjeacnfoofkfgppdlbmlmnplgbn

⏤ Click on 3 line (setting) manage network and enable Avail Testnet

⏤ Copy your wallet address

⏤ Claim Avail faucet: https://faucet.avail.tools/

⏤ Connect your wallet to Task page: https://lightclient.availproject.org/

⏤ Connect account and complete social task

To earn 450 points for minting participation #NFT, you need to run the Avail light client.

Here are some free VPS providers you can consider:

⏤ Digital Ocean: You can get a 60-day free trial with a $200 credit using a credit card or pay $5 with PayPal.

⏤ Kamatera: Requires a credit card for a 30-day trial.

"I personally use both services. Whenever I need to run a node for a short term, I opt for this option using different accounts 😅"

⍟ Digital Ocean

⏤ Sign up with Google: https://m.do.co/c/786cc43524e6

⏤ Enter billing details and verify your card or PayPal

- Go to Dashboard

- Click on Create > Droplets

- Choose OS image Ubuntu > 4 Cores and 8GB RAM > Set password and Create Droplets

⏤ You Don't have to connect to your system directly launch the console

⍟ KAMATERA

⏤ Sign up on: https://www.kamatera.com/?tcampaign=35426_458607_ha7337103105962234&afp=ha7337103105962234&bta=35426&nci=5566

⏤ Follow the same steps to enter billing details

⏤ Go to Dashboard > My Cloud > Servers >

⏤ Create a new server

⏤ Choose Server Specs according to requirements

⏤ Choose a password and Create server

⏤ Connect it to your system using Putty or SSH

"Make sure to destroy your server before the trial ends or credit is used to prevent usage of your credit card.

Now paste commands one by one:

⏤ Update package by running: sudo apt update

⏤ Run available light client: curl -sL1 avail.sh | bash

Make sure to copy public key after running.

"It keeps getting stopped for the last few days. Follow these steps to auto-restart every time."

rm -rf /root/.avail/data

screen -S node

sudo systemctl stop avail

sudo nano availscript.sh

⏤ Now paste the entire script:

#!/bin/bash

# official script command of Avail scrtip from daningyn

COMMAND="curl -sL1 avail.sh | bash"

# Here is script making LC restart if getting errors

while true; do

echo "Starting command: $COMMAND"

# Chạy lệnh trong background

bash -c "$COMMAND" &

PID=$!

wait $PID

EXIT_STATUS=$?

if [ $EXIT_STATUS -eq 0 ]; then

echo "Command exited successfully. Restarting..."

else

echo "Command failed with status $EXIT_STATUS. Restarting..."

fi

#

sleep 10

done

⏤ Press Ctrl+X, then Y to confirm, and Enter to save the script file

⏤ Execute the script by: chmod +x availscript.sh

⏤ And run the script: bash availscript.sh

⏤ Detach from screen: Ctrl+A+D

⏤ And if you want to open and check: screen -R node

After a few minutes, verify challenge 4 by entering your address.

⏤ And finally, mint your participation NFT.

⍟ Want to do more?

⎆ Complete Galxe quest: https://app.galxe.com/quest/avail/GCM1stTSfM

Answer: B, B, A, B, A

Loading...
highlight
Collect this post to permanently own it.
crazydrops.eth logo
Subscribe to crazydrops.eth and never miss a post.