NODE HUNTER
698 subscribers
552 photos
14 videos
6 files
1.4K links
Download Telegram
Banyak mau List nih !!!
πŸ‘€
Please open Telegram to view this post
VIEW IN TELEGRAM
mogaπŸ”₯πŸ”₯πŸ”₯πŸ”₯πŸ”₯
yg mau add kntrib silahkan kasi username nya !!
Potential Retroactive Next Aevo
πŸ†• Backpack Solana
➑️ Open With Chrome Mode Dekstop : https://bit.ly/Backpack-AF
βž–οΈ Register
βž–οΈ Complete KYC > 2 Minutes Success
βž–οΈ Complete Deposit USDT / USDC / SOL or Assets SOL
βž–οΈ Click Pre Season > Trade
βž–οΈ Make Volume Trading $1000 > $5000 > $10000 ( On Spot Market )
βž–οΈ Trade Every Week 3x
βž–οΈ LFG

πŸ”₯ Scroll Down Click πŸ’Ž For Check Your Volume

βœ”οΈ Snapshot Pre Season On 18 March 2024
βœ”οΈ Have 2 - 3 Snapshot / Season
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘1
3 jam lagi ada staking buat dapetin ZK (polyhedra L2). Kalian bisa staking BTC max 0,3 atau staking max 3.5 ETH di jumpstast OKX. Reward akan di kalkulasikan permenit. lumayan daripada btc eth nya nganggur.

Join OKX di https://www.okx.ac/join/89910197
cek2 wallet pdahal ada nyangkut satu !!wkwkw
Join Early Access Mad World

Register Link : https://playmadworld.com/early-access-confirmation
βž–οΈ Scroll Kebawah Cari Early Access
βž–οΈ Complete Detail
βž–οΈ Done

Gas bang Backed nya lumayan
Dencun: Commemorative NFT

Open Edition use ETH Mainnet for fee
Community Edition use Linea for fee

Link  : https://consensys.io/ethereum-dencun-upgrade

Note :
- Eligible for community edition: wallets that held on the 26th February at least one NFT from either The Merge: Regenesis, Ethereum, Evolved: Shanghai, or The Linea Voyage

END 10 JAM LAGI
πŸ“£ CrossFi Chain EVM Incentivized Testnet For User Live !
πŸ’΅ Reward : 100.000.000 $MPX

Sign up : https://testpad.xfi.foundation/
- Connect Wallet
- Claim faucet
- Go To Earn XFI
- Complete daily task

Import pharse to : https://test.xficonsole.com/
- Bond and task : https://test.xficonsole.com/validators
- search Alfonodes

Thanks for support 😊
Please open Telegram to view this post
VIEW IN TELEGRAM
Save This for your Daily CrossFi Task

1. Send ( Cosmos Mode )
βž– Send MPX : mx18rhujcjcdwrgth99gmlyd8ax7ftdzlcjrtn4jl
βž– Copy tx hash and verify Task

2. EVM ( EVM Mode )
βž– Send XFI : 0x38efc962586b8685dca546fe469fa6f256d17f12
βž– Copy tx hash and verify Task

3. Multisend 1 ( Cosmos Mode )
βž– Click "Add a recepient
βž– Send MPX : mx18rhujcjcdwrgth99gmlyd8ax7ftdzlcjrtn4jl
βž– Send MPX : mx1lr8m3us6v98ugpsk3ft0gkr99rdgw5j05x6lu6
βž– Copy tx hash and verify Task

4. Multisend 2 ( Cosmos Mode )
βž– Click "Add a recepient
βž– Send MPX : mx18rhujcjcdwrgth99gmlyd8ax7ftdzlcjrtn4jl
βž– Send XFI : mx18rhujcjcdwrgth99gmlyd8ax7ftdzlcjrtn4jl
βž– Copy tx hash and verify Task

5. Bond
βž– Go https://test.xficonsole.com/validators
βž– Select Validator ALFONOVA and Bond MPX
βž– Copy tx hash and verify Task

6. Transer XFT ( EVM Mode )
βž– Add SC to Console Wallet : 0xdb5c548684221ce2f55f16456ec5cf43a028d8e9
βž– Send to Address : 0x38efc962586b8685dca546fe469fa6f256d17f12
βž– Copy tx hash and verify Task

History TX on Console Wallet : https://test.xficonsole.com/txs
Web Explorer : https://scan.testnet.ms/
πŸ‘1
NODE HUNTER
Update EthStorage Check Email & DM Twitter
Tutorial ETH Storage BLOB Storage Race (Use VPS Ubuntu 22) 😎😊

1️⃣ Install Docker

sudo apt-get update && \
sudo apt-get install -y apt-transport-https ca-certificates curl software-properties-common gnupg && \
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg && \
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null && \
sudo apt-get update && \
sudo apt-get install -y docker-ce docker-ce-cli containerd.io


2️⃣ OPEN PORT

sudo ufw allow 22
sudo ufw allow 9545
sudo ufw allow 9222
sudo ufw allow 30305/udp
sudo ufw enable


3️⃣ SIAPIN BAHAN BAHAN DI BAWAH

<miner> = Isi Address 0x Kita
<private_key> = Ganti Dengan Private Key Wallet kalian

➑️ Create Api Untuk Ganti <el_rpc>

βž– Create Account and Login :
https://dashboard.blockpi.io/workbench/dashboard
βž– Get Started > Free Package Gift
βž– Klik Generate API Key
βž– Pilih Ethereum Sepolia
βž– Copy Link Http
βž– Taruh di <el_rpc> (Tanpa <>)

➑️ Create Endpoints Untuk Ganti <cl_rpc>

βž– Create Endpoint :
https://dashboard.quicknode.com/endpoints/new
βž– Pilih Ethereum Sepolia
βž– Pilih Compile Safety
βž– Pilih Endpoints Armor
βž– Select Plan $0 > Individual
βž– Isi Data
βž– Payment Menthod (Isi Kredit Card Bank Jago)
βž– Create Endpoints
βž– Copy Link Http Provider
βž– Taruh di <cl_rpc> (Tanpa <>)

4️⃣Run Docker Edit Semua Data Yang di Minta, Jalankan di Vps :

docker run --name es  -d  \
-v ./es-data:/es-node/es-data \
-e ES_NODE_STORAGE_MINER=<miner> \
-e ES_NODE_SIGNER_PRIVATE_KEY=<private_key> \
-p 9545:9545 \
-p 9222:9222 \
-p 30305:30305/udp \
--entrypoint /es-node/run.sh \
ghcr.io/ethstorage/es-node:v0.1.9 \
--l1.rpc <el_rpc> \
--l1.beacon <cl_rpc>


5️⃣ CHECK LOG

docker logs -f es 


πŸ˜‚ PERHATIKAN OUPUT YANG KELUAR (BIARKAN SAJA JALAN SAMPAI 3 TAHAP / COMMAND DI BAWAH GAK PERLU DI PASTE DI TERMINAL VPS0

➑️ Data sync phase (Ouputnya)

INFO [01-18|09:13:32.564] Storage sync in progress progress=85.50% peerCount=2 syncTasksRemain=1@0 blobsSynced=1@128.00KiB blobsToSync=0 fillTasksRemain=30 emptyFilled=3,586,176@437.77GiB emptyToFill=608,127 timeUsed=1h48m7.556s eta=18m20.127s

➑️ Sampling phase (Ouputnya)

INFO [01-19|05:02:23.210] Mining info retrieved shard=0 LastMineTime=1,705,634,628 Difficulty=4,718,592,000 proofsSubmitted=6
INFO [01-19|05:02:23.210] Mining tasks assigned shard=0 threads=64 block=10,397,712 nonces=1,048,576
INFO [01-19|05:02:26.050] The nonces are exhausted in this slot, waiting for the next block samplingTime=2.8s shard=0 block=10,397,712

➑️ Proof submission phase (Ouputnya)

INFO [01-19|05:02:23.210] Calculated a valid hash shard=0 thread=3 block=5,437,371 nonce=58101
INFO [01-19|05:05:23.210] Mining transaction confirmed" txHash=0x7afa13e5211c403a7024bdf0a6880203d54698355679be9aab1aa0ecef78eecd
INFO [01-19|05:05:23.210] Mining transaction success! √ miner=0xBB9D13efa21c0a053eCFE622e2AbfAF0D7573f50

6️⃣Kalo udah Sampe 3 Tap di Atas Check Your Address di : https://grafana.ethstorage.io/
Please open Telegram to view this post
VIEW IN TELEGRAM
TOKI Finance | IBC βš›οΈ

πŸ€–Join Discord : https://discord.com/invite/dKp7Aybpg4

Amanin dulu role, soon testnet

πŸ“–Source:
https://twitter.com/tokifinance/status/1769741486168383908
Please open Telegram to view this post
VIEW IN TELEGRAM
❀3
New Incentivized Testnet : Elys
πŸͺ‚ Register : https://elys.bonusblock.io?r=D2xjBgT9
βž– Connect Keplr
βž– Bind Twitter, Telegram, Discord
βž– Claim Faucet : https://testnet.elys.network/faucet
βž– Swap USDC > ATOM
βž– Swap ELYS > USDC
βž– Swap ATOM > ELYS or USDC
βž– Staking USDC , ELYS
βž– Claim Reward Staking
βž– Vote Governance : https://testnet.ping.pub/elys/gov
βž– Complete Simple Task Every Day
βž– LFG