Cryptokom
4.49K subscribers
19.2K photos
684 videos
44 files
14.3K links
Airdrop Fokus on testnet,node & Game Nft Channel, ada kelas belajar testnet gratis bagi pemula https://t.iss.one/+MBsxheIaWXdlZGI0
For advertisement contact : @cryptonewslearn1 @Cryptokombillions
Forpartnership: @Cryptokombillions
Download Telegram
Cryptokom
aku bisa ayah
Daftar dulu 2captcha nya
https://2captcha.com/

Buat apa? Buat bypass capcha pas nanti claim faucetnya

Kenapa kudu claim faucet? Kalo ga claim faucet nanti referal yg udah lu dapet ga "Verified", biar Verified musti claim Faucet + Staking baru dah ke keitung Valid ref nya dan bisa claim XP Invitation nya

Farmingin dulu,
Kalo mau gratisan kerjain capctha per captcha bisa dpet $0.0001-$0.001

Tiap bypass nanti saldo di 2Capctha nya kepotong $0.004 per akun pake API Key 2Captcha nya

Paham yak ampe sini,
Kalo lu mau depoin ya silahkan misal ga mau cape farming capctha nya, minimal depo $3 itu cukup buat 50 akun lebih

konteks : https://t.iss.one/cryptokom2/30473
❀4
udah gw mau tidur dlu , biar Asmin Adit lanjut post
Forwarded from Bitcoin Price
πŸ”΄ $86,500 @bitcoin_price
Please open Telegram to view this post
VIEW IN TELEGRAM
❀2
Forwarded from KojiπŸ‰γŠ™οΈπŸˆ² @cryptokom2
@cryptonewslearn1 big news kah?
❀3
Sumex claim limited early role

https://discord.gg/PDr8Z6CfS3
❀2
shield
Get 50 SHIELD
Check : https://dashboard.shieldguards.net/auth?ref=cml06ql2h005mdyjkkoyab8us
Login Google
Complete task
Done

Gass amanin
❀2
New Airdrop : BINDER PROTOCOL
🏷 Reward $BINDER

πŸ‘‰ Sign Up : https://binder.print.world

βž– Sign Up With Google Account
βž– Save Private Key
βž– Create Username
βž– Submited Code :
96eS9x8vOe
J3KNKNGyZZ
Umh0NFgJxQ
LzsmDrI83j
KNv8hlB2ha
xYs7cALEAL
7kQzCIlcDK
o1HRE8bL4S
fquWlrTtUj

βž– Done
πŸ‘3❀1
Cryptokom
jangan lupa daily konteks : https://t.iss.one/cryptokom2/30187
Veera Update Wallet submission deadline approaching

To be eligible for our Discord Contributors Campaign rewards, make sure your wallet is set before Jan 31, 10:00 UTC.

How to submit:
β€’ Head to Discord: https://discord.gg/veera
β€’ Open the points-rank-and-setup channel
β€’ Use the '/set wallet' command to submit your EVM address
❀1
Ility
Claim Early Role FCFS

discord.com/invite/ility
Jumatan bang
πŸ‘3
This media is not supported in your browser
VIEW IN TELEGRAM
New Node Project Layer1
RepublicAI


https://points.republicai.io


https://github.com/RepublicAI/networks/blob/main/testnet/README.md

spek minimal 4/16 Ubuntu 24 ke atas

confirmed airdrop incentiv : https://docs.republicai.io/docs/protocol/validator-incentives

ini L1 kalian yang punya vps wajib garap atau mau run dilocal

need vps contact : @cryptonewslearn1
Cryptokom
New Node Project Layer1 RepublicAI https://points.republicai.io https://github.com/RepublicAI/networks/blob/main/testnet/README.md spek minimal 4/16 Ubuntu 24 ke atas confirmed airdrop incentiv : https://docs.republicai.io/docs/protocol/validator-incentives…
Republic AI Validator Guide

1. Install Depedency
wget https://raw.githubusercontent.com/ezlabsnodes/autoinstall/main/depedency-lite.sh && chmod +x depedency-lite.sh && sudo ./depedency-lite.sh


2. Install Republicd Binary
VERSION="v0.1.0"
curl -L "https://media.githubusercontent.com/media/RepublicAI/networks/main/testnet/releases/${VERSION}/republicd-linux-amd64" -o /tmp/republicd
chmod +x /tmp/republicd
sudo mv /tmp/republicd /usr/local/bin/republic


3. Initialize Node
# Set Variabel Node Name
MONIKER="MonikerName"


# Initialize Node
republicd init $MONIKER --chain-id raitestnet_77701-1 --home "$HOME/.republicd"


# Download Genesis
curl -s https://raw.githubusercontent.com/RepublicAI/networks/main/testnet/genesis.json > "$HOME/.republicd/config/genesis.json"


*Change 'MonikerName' to your preferred name

4. Configure State Sync
REPUBLIC_HOME="$HOME/.republicd"
SNAP_RPC="https://statesync.republicai.io"
LATEST_HEIGHT=$(curl -s $SNAP_RPC/block | jq -r .result.block.header.height)
BLOCK_HEIGHT=$((LATEST_HEIGHT - 1000))
TRUST_HASH=$(curl -s "$SNAP_RPC/block?height=$BLOCK_HEIGHT" | jq -r .result.block_id.hash)
PEERS="[email protected]:26656,[email protected]:26656,[email protected]:26656"
sed -i.bak -E "s|^(enable[[:space:]]+=[[:space:]]+).*$|\1true| ; \
s|^(rpc_servers[[:space:]]+=[[:space:]]+).*$|\1\"$SNAP_RPC,$SNAP_RPC\"| ; \
s|^(trust_height[[:space:]]+=[[:space:]]+).*$|\1$BLOCK_HEIGHT| ; \
s|^(trust_hash[[:space:]]+=[[:space:]]+).*$|\1\"$TRUST_HASH\"|" "$REPUBLIC_HOME/config/config.toml"
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" "$REPUBLIC_HOME/config/config.toml"


5. Create Systemd Service
sudo tee /etc/systemd/system/republicd.service > /dev/null <<EOF
[Unit]
Description=Republic Protocol Node
After=network-online.target


[Service]
User=$USER
ExecStart=/usr/local/bin/republicd start --home $HOME/.republicd --chain-id raitestnet_77701-1
Restart=always
RestartSec=3
LimitNOFILE=65535

[Install]
WantedBy=multi-user.target
EOF

6. Start Node
sudo systemctl daemon-reload
sudo systemctl enable republicd
sudo systemctl start republic



Check Log :
journalctl -u republicd -f -o cat



Check Sync Status :
republicd status | jq '.sync_info'


After the node is successfully synchronized, we will continue to the wallet creation and validator registration stage

7. Create Wallet
republicd keys add <key-name>


*Change '<key-name>' to your preferred name
*Save Details

8. Request Faucet
paste your wallet on discord https://discord.com/channels/1412834812124991568/1465722972231696650

9. Check Balance
republicd query bank balances <your wallet adress>

*Make sure your wallet has received faucet tokens

10.Register Validator
republicd tx staking create-validator \
--amount=1000000000000000000000arai \
--pubkey=$(republicd comet show-validator) \
--moniker="<MONIKER>" \
--chain-id=raitestnet_77701-1 \
--commission-rate="0.10" \
--commission-max-rate="0.20" \
--commission-max-change-rate="0.01" \
--min-self-delegation="1" \
--gas=auto \
--gas-adjustment=1.5 \
--gas-prices="250000000arai" \
--from=<key-name> \
-y

*Change '<MONIKER>' with your moniker name from step 3
*Change '<key-name>' with your keyname name from step 7

Check Validator Status :
republicd query staking validator $(republicd keys show <key-name> --bech val -a)

*Change <key-name> with your keyname from step 7
❀2
New Airdrops: CarbonEx
🏷 Reward: Pools 1M $COX For 5000 Random Winners

πŸͺ‚ Register:  https://web3.gate.com/activity/detail?id=560&network=SOL
βž– Connect Gate Wallet
βž– Hold > $10 in SOL
βž– Complete all Tasks
βž– Done
❀2
🚨Ini bukan iklan

Link akan di tutup dalam 2 menit

https://t.iss.one/+I8__zWFMJk83NjM1

Langsung gabung VIP sebelum close selamanya
Nexus mau cair
❀3
DGrid Airdrop
🎁 Reward Confirmed For All Users

πŸ–±Register: https://dgrid.ai/arena?code=INWV18     
πŸ”»Connect EVM Wallet
πŸ”»Bind Twitter Account
πŸ”»Click "Start AI Battle" & Choose Plan A or B (Pilih Bebas)
πŸ”»Daily Login
πŸ”»Done

Fee 0.15$ BSC
Please open Telegram to view this post
VIEW IN TELEGRAM