⚡️ Alpha | 06/07/2024
⚡️ Alpha Stay ahead in the crypto space with this comprehensive roundup of the latest quests, campaigns, incentivized testnets, IDOs, and airdrops. Dive into each opportunity below: ⍟ Superfluid ⍟ Nubila Network ⍟ Kor ⍟ Super Champs ⍟ Dill ⍟ Movement and many more... Quest/task for this week: ⍟ Movement Incentivized Testnet: Building The ParthenonMovement's community testnet experience.https://testnet.movementlabs.xyz ⍟ Superfluid Genesis NFT Campaign On Intract: https://www.intract.io/q...

How to interact with Cetus protocol on Aptos mainnet and Testnet
First of all What is CETUS ? “Cetus is a pioneer DEX and concentrated liquidity protocol focusing on Move-based ecosystems like Aptos and Sui. It focuses on delivering better trading experience and upgraded capital efficiency to DeFi users through the process of building its concentrated liquidity protocol.” • Aptos Mainnet ⏤ First you need Aptos wallet i recommend to use Martian Wallet Download and setup it (support both Aptos and Sui)Martian Aptos & Sui Wallet Extension - Chrome Web StoreMa...

䷐ Magpie Protocol Public Alpha |Confirm $FLY #Airdrop 🪂
•What is Magpie Protocol ? Magpie Protocol is a decentralized liquidity aggregation protocol for cross-chain swaps. It provides the best deal on any asset, across the top blockchains, all without the need to bridge any assets.It does this by sending messages using the generic messaging layer (by @wormholecrypto and @StargateFinance ) to initiate a swap cross-chain. Rather than requiring users to lock or burn tokens and then mint them on the destination chain,Magpie uses stablecoin liquidity p...
🕵️Research |⚡️ Alpha | 🧵Thread | 🪂Airdrop | It will be fun to find alpha and hunt it, stay with me to never miss next big opportunity ⎆
⚡️ Alpha | 06/07/2024
⚡️ Alpha Stay ahead in the crypto space with this comprehensive roundup of the latest quests, campaigns, incentivized testnets, IDOs, and airdrops. Dive into each opportunity below: ⍟ Superfluid ⍟ Nubila Network ⍟ Kor ⍟ Super Champs ⍟ Dill ⍟ Movement and many more... Quest/task for this week: ⍟ Movement Incentivized Testnet: Building The ParthenonMovement's community testnet experience.https://testnet.movementlabs.xyz ⍟ Superfluid Genesis NFT Campaign On Intract: https://www.intract.io/q...

How to interact with Cetus protocol on Aptos mainnet and Testnet
First of all What is CETUS ? “Cetus is a pioneer DEX and concentrated liquidity protocol focusing on Move-based ecosystems like Aptos and Sui. It focuses on delivering better trading experience and upgraded capital efficiency to DeFi users through the process of building its concentrated liquidity protocol.” • Aptos Mainnet ⏤ First you need Aptos wallet i recommend to use Martian Wallet Download and setup it (support both Aptos and Sui)Martian Aptos & Sui Wallet Extension - Chrome Web StoreMa...

䷐ Magpie Protocol Public Alpha |Confirm $FLY #Airdrop 🪂
•What is Magpie Protocol ? Magpie Protocol is a decentralized liquidity aggregation protocol for cross-chain swaps. It provides the best deal on any asset, across the top blockchains, all without the need to bridge any assets.It does this by sending messages using the generic messaging layer (by @wormholecrypto and @StargateFinance ) to initiate a swap cross-chain. Rather than requiring users to lock or burn tokens and then mint them on the destination chain,Magpie uses stablecoin liquidity p...
🕵️Research |⚡️ Alpha | 🧵Thread | 🪂Airdrop | It will be fun to find alpha and hunt it, stay with me to never miss next big opportunity ⎆

Subscribe to crazyDrops☄

Subscribe to crazyDrops☄
Share Dialog
Share Dialog
<100 subscribers
<100 subscribers
⎘ " @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
⎘ " @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
No activity yet