ππ«π²π©ππ¨ ππ«π¨ππ¨ππ¨π₯ ππ | ππ’π«ππ«π¨π©
Morning Ma Pren π
Jangan Lupa Claim RDAT Nyaπ
Jangan Lupa Claim RDAT Nya
Please open Telegram to view this post
VIEW IN TELEGRAM
π3π2 1
ππ«π²π©ππ¨ ππ«π¨ππ¨ππ¨π₯ ππ | ππ’π«ππ«π¨π©
Update Laika New Task π Open : https://laikachain.dog/sputnik β Claim Faucet β Swap 1 Doge to your favorite DRC20 token from this list: HUB, WEN, DNLD, DFAT, DBIT β Add LP in the DOGE/ [Selected token] liquidity pool β Done
Update Laika New Task
π Open : https://laikachain.dog/sputnik
β Claim Faucet
β Swap 1 Doge to SHIB
β Add LP
β Done
π Open : https://laikachain.dog/sputnik
β Claim Faucet
β Swap 1 Doge to SHIB
β Add LP
β Done
π6 2
ππ«π²π©ππ¨ ππ«π¨ππ¨ππ¨π₯ ππ | ππ’π«ππ«π¨π©
Nillon Kudu 100 tx Bjir
GB Nillon Yuk
1. Enter address NIL Dulu Di Zealy : https://zealy.io/cw/nillion/questboard
2. GB Send Ke
β Kalo Send Failed Pake ini : https://testnet.ping.pub/nillion/
3. Check total Tx : https://testnet.nillion.explorers.guru/
NOTE : Before Sunday June 9th, at 23:59 UTC+0
β’ Required to have 100 TX Send to other address
β’ Your address must also receive 10 tx
Paste Address NIL Mu Di Comment Nanti Ku Send Some NIL
1. Enter address NIL Dulu Di Zealy : https://zealy.io/cw/nillion/questboard
2. GB Send Ke
nillion1k6vxsuj754n99swgef3gaux7fs4darsyf9qrfkβ Kalo Send Failed Pake ini : https://testnet.ping.pub/nillion/
3. Check total Tx : https://testnet.nillion.explorers.guru/
NOTE : Before Sunday June 9th, at 23:59 UTC+0
β’ Required to have 100 TX Send to other address
β’ Your address must also receive 10 tx
Paste Address NIL Mu Di Comment Nanti Ku Send Some NIL
π7 1
ππ«π²π©ππ¨ ππ«π¨ππ¨ππ¨π₯ ππ | ππ’π«ππ«π¨π©
π΄HYPEBOY AIRDROPπ΄ π§§Free 70 HIP (1000 Random) π Join Now : https://t.me/HypeBoyGuaranteedAirdropBot?start=1102298509 β Complete Task β Enter BSC Address β Done
HIP Landing Worth 2$
Sc :
Sc :
0xa0995d43901551601060447f9aBf93ebc277cEC2π3 1
ππ«π²π©ππ¨ ππ«π¨ππ¨ππ¨π₯ ππ | ππ’π«ππ«π¨π©
πΉHamster Combat morse daily ETHEREUM E β’ T - H β’β’β’β’ E β’ R β’-β’ E β’ U β’β’- M - - E = . (Delay sampai keluar huruf E) T = - (Delay sampai keluar huruf T) H = β¦. (Delay sampai keluar huruf H) - = tahan . = tap
Hamster New Morse :
T = -
O = - - -
N = - .
T = -
O = - - -
N = - .
π9 3
ππ«π²π©ππ¨ ππ«π¨ππ¨ππ¨π₯ ππ | ππ’π«ππ«π¨π©
NUBIT TESTNET WL https://docs.google.com/forms/d/e/1FAIpQLScRiiwDenO0PP7cWpSZGk5EmrEMhYtyLYYZewaE810kdzjr6g/viewform
Update : Nubit Light Node
Hardware Requirements
The hardware requirements for a Light Node are quite low:
1 core CPU
500 MB RAM
40 GB storage
0.1 Mbps connection
To allow my node to be on 24/7, I will use a VPS that meets these specs, with Ubuntu 22.04 as my OS.
1. Set Up Environment
Create user (e.g. named light), give permissions, and set password:
Running Node
1. Download and extract the nubit-node package. The package will be downloaded and extracted into a directory named nubit-node.
2. Generate a new nubit address. During the initialization of the node, a new nubit address named
3. Initiate and start the light node.
4. Let the Node Run in the Background
a) Stop the node with ctrl+c .
b) Start a new
c) Go to the nodeβs directory:
d) Start the node:
e) Exit the tmux session with ctrl-b then d.
You can rejoin any time with this command:
5. Interact with the Testnet
Get NUB from the web faucet: https://faucet.nubit.org/
- You can claim 0.01NUB every 24 hours
π Doc : https://docs.nubit.org/nubit-da/run-a-node
Hardware Requirements
The hardware requirements for a Light Node are quite low:
1 core CPU
500 MB RAM
40 GB storage
0.1 Mbps connection
To allow my node to be on 24/7, I will use a VPS that meets these specs, with Ubuntu 22.04 as my OS.
1. Set Up Environment
sudo dpkg-reconfigure tzdatasudo apt update && sudo apt upgrade -ysudo apt install git tmux vim ccze curl ufw python3-pip jq tar wget aria2 clang pkg-config libssl-dev build-essential -yufw default deny incoming
ufw default allow outgoing
ufw allow ssh
ufw allow http
ufw allow https
ufw enableCreate user (e.g. named light), give permissions, and set password:
useradd -m -s /bin/bash light
usermod -aG sudo light
passwd lightsu lightcd su lightRunning Node
curl -sL1 https://nubit.sh | bash1. Download and extract the nubit-node package. The package will be downloaded and extracted into a directory named nubit-node.
2. Generate a new nubit address. During the initialization of the node, a new nubit address named
my_nubit_key will be automatically created along with its MNEMONIC3. Initiate and start the light node.
4. Let the Node Run in the Background
a) Stop the node with ctrl+c .
b) Start a new
tmux sessiontmux new -s nodec) Go to the nodeβs directory:
cd ~/nubit-noded) Start the node:
./start.she) Exit the tmux session with ctrl-b then d.
You can rejoin any time with this command:
tmux a5. Interact with the Testnet
Get NUB from the web faucet: https://faucet.nubit.org/
- You can claim 0.01NUB every 24 hours
π Doc : https://docs.nubit.org/nubit-da/run-a-node
π2 2
ππ«π²π©ππ¨ ππ«π¨ππ¨ππ¨π₯ ππ | ππ’π«ππ«π¨π©
Update Analog Bang Yang Ikut event Galxe ini https://t.me/CryptoProID/29364 , silikan claim role early bird Link https://galxe.com/analog/campaign/GChQdUe4JB
Analog node is live Check Your Email
Tutorial : https://docs.analog.one/documentation/node-operators/running-a-timechain-node
Fill form : https://l5d87lam6fy.typeform.com/to/kwlADm6U
Details : https://www.analog.one/blog/testnet-phase-3
Tutorial : https://docs.analog.one/documentation/node-operators/running-a-timechain-node
Fill form : https://l5d87lam6fy.typeform.com/to/kwlADm6U
Details : https://www.analog.one/blog/testnet-phase-3
π΄FUEL INCENTIVIZED TESTNETπ΄
π Wallet : Metamask & Fuel
π Network : ETH Sepolia & FUEL
π Faucet : https://faucet-testnet.fuel.network/
π Testnet Link : https://app.fuel.network/bridge?from=eth&to=fuel
β Conncet Metamask & Fuel Wallet
β Bridge ETH Sepolia To FUEL
β Mint USDC https://app.sprk.fi/#/faucet
β Start Trade
β Done
π Docs : https://docs.sprk.fi/
π Wallet : Metamask & Fuel
π Network : ETH Sepolia & FUEL
π Faucet : https://faucet-testnet.fuel.network/
π Testnet Link : https://app.fuel.network/bridge?from=eth&to=fuel
β Conncet Metamask & Fuel Wallet
β Bridge ETH Sepolia To FUEL
β Mint USDC https://app.sprk.fi/#/faucet
β Start Trade
β Done
Please open Telegram to view this post
VIEW IN TELEGRAM
ππ«π²π©ππ¨ ππ«π¨ππ¨ππ¨π₯ ππ | ππ’π«ππ«π¨π©
π΄FUEL INCENTIVIZED TESTNETπ΄ π Wallet : Metamask & Fuel π Network : ETH Sepolia & FUEL π Faucet : https://faucet-testnet.fuel.network/ π Testnet Link : https://app.fuel.network/bridge?from=eth&to=fuel β Conncet Metamask & Fuel Wallet β Bridge ETH Sepoliaβ¦
1. Deploy : https://sway-playground.org/
2. Sway Farm: https://swayfarm.xyz
Use WASD to buy seeds in the Market and plant tomatoes on the land.
3. Fuel Name: https://fuelname.com
domain name project, currently only supports Fuelet wallet.
4. Thunder: https://beta.thundernft.market/marketplace
Thunder NFT market is migrating from Beta-5 to the latest version of the testnet.
5. Common GroundοΌhttps://app.cg
is a Web3 community similar to Discord.
6. https://guild.xyz/fuel
Fuel's guild community, where you can unlock characters.
2. Sway Farm: https://swayfarm.xyz
Use WASD to buy seeds in the Market and plant tomatoes on the land.
3. Fuel Name: https://fuelname.com
domain name project, currently only supports Fuelet wallet.
4. Thunder: https://beta.thundernft.market/marketplace
Thunder NFT market is migrating from Beta-5 to the latest version of the testnet.
5. Common GroundοΌhttps://app.cg
is a Web3 community similar to Discord.
6. https://guild.xyz/fuel
Fuel's guild community, where you can unlock characters.
π΄DBL MAX AIRDROPπ΄
π§§Free 2 USDT (400 Random)
π Join Now https://t.me/dblmax_bot?start=r00967013920
β Complete Task
β Enter BSC Addres
β Done
π§§Free 2 USDT (400 Random)
π Join Now https://t.me/dblmax_bot?start=r00967013920
β Complete Task
β Enter BSC Addres
β Done
ππ«π²π©ππ¨ ππ«π¨ππ¨ππ¨π₯ ππ | ππ’π«ππ«π¨π©
π΄BLUM AIRDROPπ΄ π§§Free 270 BLUM (For All User) πJoin Now http://t.me/BlumCryptoBot/app?startapp=ref_MDRNCLvRAM β Start Farming β Complete Task β Done
Yang Belum Daftar $BLUM Silahkan Slot Masih Banyak π
Daftar : http://t.me/BlumCryptoBot/app?startapp=ref_MDRNCLvRAM
Daftar : http://t.me/BlumCryptoBot/app?startapp=ref_MDRNCLvRAM
FCFS 5000 LITENTRY AIRDROP
π§§ Free 5 LIT (FCFS 5000)
π Join Now : https://idhub.litentry.io?r=5a6dc37c5aef51ae
β Conncet New Wallet
β Complete Task
β Click Claim LIT
β Done
π§§ Free 5 LIT (FCFS 5000)
π Join Now : https://idhub.litentry.io?r=5a6dc37c5aef51ae
β Conncet New Wallet
β Complete Task
β Click Claim LIT
β Done
π8 1
ππ«π²π©ππ¨ ππ«π¨ππ¨ππ¨π₯ ππ | ππ’π«ππ«π¨π©
FCFS 5000 LITENTRY AIRDROP π§§ Free 5 LIT (FCFS 5000) π Join Now : https://idhub.litentry.io?r=5a6dc37c5aef51ae β Conncet New Wallet β Complete Task β Click Claim LIT β Done
Yok Amankan 3899 Remaining
π7 2
ππ«π²π©ππ¨ ππ«π¨ππ¨ππ¨π₯ ππ | ππ’π«ππ«π¨π©
Week 8 Task List - Mitosian https://app.galxe.com/quest/A6vmg8xa7QbNMHXVXiZzFQ/GCUiStdqvD
Mitosis Project Morse - Dog Grooming Phase (Week 9)
https://app.galxe.com/quest/A6vmg8xa7QbNMHXVXiZzFQ/GC9z2td3yF
https://app.galxe.com/quest/A6vmg8xa7QbNMHXVXiZzFQ/GC9z2td3yF
π3 1