Venn Network TestNet Season 2 is LIVE
Testnet Link : https://app.galxe.com/quest/nj4xyZSwmKCysKVriKTCi6/GC2HRtp5pZ
Testnet Link : https://app.galxe.com/quest/nj4xyZSwmKCysKVriKTCi6/GC2HRtp5pZ
π₯3π2π1
π΄NODEGO AIRDROPπ΄
π§§Reward Confirm
π Sign Up : https://app.nodego.ai/r/NODE23C6D73E2C4D
β Sign Up With Email
β Go To Reward Complete Task
β Install Extansion
β Done
π§§Reward Confirm
π Sign Up : https://app.nodego.ai/r/NODE23C6D73E2C4D
β Sign Up With Email
β Go To Reward Complete Task
β Install Extansion
β Done
π₯8π2π2
ππ«π²π©ππ¨ ππ«π¨ππ¨ππ¨π₯ ππ | ππ’π«ππ«π¨π©
Update Plaza Finance For Early Access Invited π Wallet : Metamask π Network : ETH Base Sepolia π Faucet : On Web π Bridge ETH Sepolia To ETH Base Sepolia : https://sepolia-bridge.base.org/deposit π Join Guild Dulu Buat Increase Reward : https://guild.xyz/plazaβ¦
Update Plaza Finance Testnet
For those of you who couldn't claim the limited mint NFT for Level 7 - 1,000 points, we've added a Discord role for you
We've also added Discord roles for 2,000 and 2,500 points earners
Discord roles may entitle you to future rewards
For those of you who couldn't claim the limited mint NFT for Level 7 - 1,000 points, we've added a Discord role for you
We've also added Discord roles for 2,000 and 2,500 points earners
Discord roles may entitle you to future rewards
π6π₯3π2π€£1
π΄SUCCINCT AIRDROPπ΄
π§§ Earn Stars
π Sign Up : https://testnet.succinct.xyz
β Connect New Wallet
β Submit Code : (GB On Comment)
β Connect Twitter Account
β Deposit 10 USDC on Ethereum Mainnet
β Go to the "Earn" Page
β Play Available Games
β Claim Stars
β Done
π§§ Earn Stars
π Sign Up : https://testnet.succinct.xyz
β Connect New Wallet
β Submit Code : (GB On Comment)
β Connect Twitter Account
β Deposit 10 USDC on Ethereum Mainnet
β Go to the "Earn" Page
β Play Available Games
β Claim Stars
β Done
π3π₯3π3
ππ«π²π©ππ¨ ππ«π¨ππ¨ππ¨π₯ ππ | ππ’π«ππ«π¨π©
π΄SUCCINCT AIRDROPπ΄ π§§ Earn Stars π Sign Up : https://testnet.succinct.xyz β Connect New Wallet β Submit Code : (GB On Comment) β Connect Twitter Account β Deposit 10 USDC on Ethereum Mainnet β Go to the "Earn" Page β Play Available Games β Claim Stars ββ¦
Silahkan Code Reff Pake Punya Temen Mu Atau GB Di Comment
π2π2π₯1
Forwarded from Serenade | β βΏ β
L0NWJ4
4OPL5L
NNUVS4
51TKQK
UOFY4G
4OPL5L
NNUVS4
51TKQK
UOFY4G
π2
ππ«π²π©ππ¨ ππ«π¨ππ¨ππ¨π₯ ππ | ππ’π«ππ«π¨π©
masih early access , berarti ini limit yah ?
All Spot Are Filled π
Please open Telegram to view this post
VIEW IN TELEGRAM
πΏ2π1π₯1π1
Please open Telegram to view this post
VIEW IN TELEGRAM
π₯7π4
ππ«π²π©ππ¨ ππ«π¨ππ¨ππ¨π₯ ππ | ππ’π«ππ«π¨π©
Kamu Diam π
Bridgenya Asw, Bridge Gede Gak Masuk, Bridge Kecil Masuk π€£
π€£6π₯2
ππ«π²π©ππ¨ ππ«π¨ππ¨ππ¨π₯ ππ | ππ’π«ππ«π¨π©
Update 0G Labs Testnet Claim Faucet : https://hub.0g.ai/faucet Wait Next Update
0G Labs NODE VALIDATOR
πΉNote: In order to become an active validator, you need to have more ua0gi tokens bonded than the last validator ordered by the tokens bonded (or the validator set to not be full) as well as have at least 1000000ua0gi bonded.
Installation
Use our installation script, specify a name for your node and wait for the installation to complete.
Create a wallet, donβt forget to save the mnemonic:
If you already have a wallet, you can recover with:
If you want to get the public address which starts with 0x, you could first run the following command to get your keyβs private key. Then import the returned private key to a wallet (Metamask for example) to get the public address.
Request tokens at the faucet. After full synchronization, check the balance, if everything is okay, proceed to create a validator.
You can also check your balance in our explorer.
Create a validator:
Additional
View logs:
Restart Node:
Check node status:
Find out if the node is synchronized, if the result is false β it means the node is synchronized
Find out your valoper address:
Delegate tokens (to increase your stake delegate to your valoper address):
Remove node:
πΉNote: In order to become an active validator, you need to have more ua0gi tokens bonded than the last validator ordered by the tokens bonded (or the validator set to not be full) as well as have at least 1000000ua0gi bonded.
Installation
Use our installation script, specify a name for your node and wait for the installation to complete.
wget -q -O 0g.sh https://api.nodes.guru/0g.sh && sudo chmod +x 0g.sh && ./0g.sh && source $HOME/.bash_profile
Create a wallet, donβt forget to save the mnemonic:
0gchaind keys add wallet --eth
If you already have a wallet, you can recover with:
0gchaind keys add wallet --recover --eth
If you want to get the public address which starts with 0x, you could first run the following command to get your keyβs private key. Then import the returned private key to a wallet (Metamask for example) to get the public address.
0gchaind keys unsafe-export-eth-key wallet
Request tokens at the faucet. After full synchronization, check the balance, if everything is okay, proceed to create a validator.
0gchaind q bank balances $(0gchaind keys show wallet -a)
You can also check your balance in our explorer.
Create a validator:
0gchaind tx staking create-validator \
--amount=1000000ua0gi \
--pubkey=$(0gchaind tendermint show-validator) \
--moniker="$VALIDATOR" \
--chain-id="zgtendermint_16600-2" \
--commission-rate="0.10" \
--commission-max-rate="0.20" \
--commission-max-change-rate="0.01" \
--min-self-delegation="1" \
--gas=auto \
--gas-adjustment=1 \
--from=wallet -y
Additional
View logs:
sudo journalctl -u 0g -f
Restart Node:
sudo systemctl restart 0g
Check node status:
curl localhost:26657/status
Find out if the node is synchronized, if the result is false β it means the node is synchronized
curl -s localhost:26657/status | jq .result.sync_info.catching_up
Find out your valoper address:
0gchaind keys show wallet --bech val -a
Delegate tokens (to increase your stake delegate to your valoper address):
0gchaind tx staking delegate YOUR_VALOPER_ADDRESS 1000000ua0gi --from wallet --chain-id zgtendermint_16600-2 --gas="500000" --gas-prices="50ua0gi"
Remove node:
sudo systemctl stop 0g
sudo systemctl disable 0g
sudo rm -rf $(which 0gchaind) $HOME/.0gchain
π2π₯1π1
ππ«π²π©ππ¨ ππ«π¨ππ¨ππ¨π₯ ππ | ππ’π«ππ«π¨π©
0G Labs NODE VALIDATOR πΉNote: In order to become an active validator, you need to have more ua0gi tokens bonded than the last validator ordered by the tokens bonded (or the validator set to not be full) as well as have at least 1000000ua0gi bonded. Installationβ¦
Nitip Dulu Faucetnya Lagi Susah πΏ
π1π₯1π1
ππ«π²π©ππ¨ ππ«π¨ππ¨ππ¨π₯ ππ | ππ’π«ππ«π¨π©
Update XDATA Convert Your Wafer To $xDIN Token https://node.din.lol/farm-xdin Need Fee BSC
xDIN Holder Check Alok
https://airdrop.din.lol/
Untuk User Testnet Dll Check Nanti Setelah 7 Hari TGE
Detail : https://dinlol.medium.com/dins-native-token-din-airdrop-criteria-released-c1daec6d9c6a
https://airdrop.din.lol/
Untuk User Testnet Dll Check Nanti Setelah 7 Hari TGE
Detail : https://dinlol.medium.com/dins-native-token-din-airdrop-criteria-released-c1daec6d9c6a
π2π₯2π1
ππ«π²π©ππ¨ ππ«π¨ππ¨ππ¨π₯ ππ | ππ’π«ππ«π¨π©
Photo
Update DIAM Yang Merasa Bridgenya Gagal Kayak Gua Silahkan Isi Form
https://forms.gle/AMXeU34A2kjhP8Z36
https://forms.gle/AMXeU34A2kjhP8Z36
π₯4π2π₯°1
ππ«π²π©ππ¨ ππ«π¨ππ¨ππ¨π₯ ππ | ππ’π«ππ«π¨π©
Update DIAM Yang Merasa Bridgenya Gagal Kayak Gua Silahkan Isi Form https://forms.gle/AMXeU34A2kjhP8Z36
Yang Kemaren Dah Submited Claim Tungguin Aja Lagi Proses Distribusi
π6π3
ππ«π²π©ππ¨ ππ«π¨ππ¨ππ¨π₯ ππ | ππ’π«ππ«π¨π©
Analog Check Alok https://airdrop.analog.one/
Check Bitget Kalian Bang Yang Wd $Analog Ke bitget Ada tambahan
ππ«π²π©ππ¨ ππ«π¨ππ¨ππ¨π₯ ππ | ππ’π«ππ«π¨π©
Check Eligble MANTIS https://airdrop.mantis.app/ Detail : https://x.com/mantis/status/1883964113530826947
Please open Telegram to view this post
VIEW IN TELEGRAM
π4π₯2π1
Yang Garap Liveart Check Point
https://liveart.io/airdrop
https://liveart.io/airdrop
π₯4π1π1
ππ«π²π©ππ¨ ππ«π¨ππ¨ππ¨π₯ ππ | ππ’π«ππ«π¨π©
Update Dill https://t.me/dill_announcement/48
Update Dill
Stage 2: Dill Network Expansion π
Dill Network is scaling up! Stage 2 is all about testing at a larger scale while ensuring fair rewards for everyone.
Key Updates:
β Quests Stay the Same β Complete the Galxe Quest here My to get 320 tokens instantly.
β Referrals Earn More β Invite new users to complete the quest and get 900 tokens per referral (count starts after Phase 8 snapshot).
β Mee6 Level Bonus β Earn extra tokens based on your Mee6 level (must complete the Galxe quest first).
πΈ Snapshots every Thursday at 3AM UTC β Rewards are distributed accordingly.
Coming Soon:
MiniPool Feature! Create or join MiniPools to maximize your earnings. Stay tuned!
Mods: 10,800 tokens
Ambassadors: 3,600 tokens
Stay active, follow the rules, and stack those rewards! π₯
Stage 2: Dill Network Expansion π
Dill Network is scaling up! Stage 2 is all about testing at a larger scale while ensuring fair rewards for everyone.
Key Updates:
β Quests Stay the Same β Complete the Galxe Quest here My to get 320 tokens instantly.
β Referrals Earn More β Invite new users to complete the quest and get 900 tokens per referral (count starts after Phase 8 snapshot).
β Mee6 Level Bonus β Earn extra tokens based on your Mee6 level (must complete the Galxe quest first).
πΈ Snapshots every Thursday at 3AM UTC β Rewards are distributed accordingly.
Coming Soon:
MiniPool Feature! Create or join MiniPools to maximize your earnings. Stay tuned!
Mods: 10,800 tokens
Ambassadors: 3,600 tokens
Stay active, follow the rules, and stack those rewards! π₯
π₯4π1π1