Cryptokom
4.49K subscribers
19.2K photos
682 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
MITOSIS SAYA NIH BOSS TGE Q1 2025
Game of MITO Testnet sudah berakhir!
Hasil Convert Drop akan diumumkan kemudian.

TGE akan diadakan pada bulan Januari 2025
Januari banyak yang TGE bang cair lgi kita, sedangkan duit desember belum habisπŸ˜‚
Please open Telegram to view this post
VIEW IN TELEGRAM
Forwarded from Cryptokom (Cryptokom.pudgy)
List garapan 2024 by Cryptokom

βœ… Testnet daily
βœ… Node Testnet
😭 Bot telegram daily πŸ˜‚
βœ… List retroactive
βœ… List Garapan Ekstensi (kaya grass)
βœ… List Game Nft daily
βœ… Ekstensi keamanan wallet dari drain
βœ… Tips Gitcoin score diatas 20 :
βœ… List Garapan yang udah deket cairnya
βœ… Rekomendasi Spesifikasi Rakit Pc biar enak garap airdrop & Garap Game nft

Setiap hari jumat,sabtu,minggu ada belajar testnet,node testnet digrup setiap jam 20.00-selesai bagi pemula bisa gabung ke voice grup
Please open Telegram to view this post
VIEW IN TELEGRAM
Hari ini, 22 Desember, adalah Hari Ibu. Jangan lupa untuk memberikan pelukan hangat kepada ibu kita yang masih ada di samping kita. Untuk ibu yang sudah tiada, kirimkan doa terbaik dan kenangan indah yang selalu ada di hati kita. ❀️

Semoga ibu-ibu kita selalu diberikan kebahagiaan dan keberkahan, serta bagi yang sudah tiada, semoga Tuhan senantiasa menerima doa dan amal ibadah mereka.

Selamat Hari Ibu! πŸ’–πŸ™
❀19😒3
OPTIMISM SAYA
Cryptokom
Blockmesh new task Follow Xenopush: https://x.com/Xenopus_v1 Verify & Claim Perks: https://app.blockmesh.xyz/ui/perks
Update BlockMesh - Follow Xenopus

πŸ–±οΈ go to Perks
πŸ–±οΈ Click on Follow Xenopus
βœ… Done (get Bonus 500)

konteks : https://t.iss.one/cryptokom2/952
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘2
Cryptokom
Update Pipe Network Follow Twitter https://x.com/pipenetwork https://pipecdn.app/ ➑️ Open dashboard > Connect account πŸ“± ➑️ Get Point Pipe Network Node Yang dapat email bisa join ➑️ Auto Install :  bash <(curl -s https://file.winsnip.xyz/file/uploads/pipe…
How to Running Pipe DevNet CDN PoP Node ?
βœ… THIS IS INCENTIVIZED NODES, IF THERE SOME PROBLEM ASK ON DISCORD OR CHATGPT

Server Specifications
Minimum Requirements:
2vcpu (better with 4vcpu+)
2GB RAM (better with 4GB RAM+)
200GB Disk
Port 8002 + 8003

➑️Allow Port: sudo ufw allow 8002/tcp && sudo ufw allow 8003/tcp && sudo ufw reload

1️⃣ Install Prerequisites:
➑️ sudo apt update && sudo apt upgrade -y
➑️ sudo apt install curl tar wget aria2 clang pkg-config libssl-dev jq build-essential
➑️ screen -S Pipe

2️⃣ Install PoP Node:
➑️Create directory / Folder
sudo mkdir -p /opt/dcdn

➑️Download Pipe tool Binary:
sudo curl -L "$PIPE-URL" -o /opt/dcdn/pipe-tool

Edit $PIPE-URL = Get from your Email

➑️Download Node Binary:
sudo curl -L "$DCDND-URL" -o /opt/dcdn/dcdnd

Edit $DCDND-URL = Get from your Email

➑️Make Binary Executable:
sudo chmod +x /opt/dcdn/pipe-tool
sudo chmod +x /opt/dcdn/dcdnd

➑️Setup configuration DCND Node Systemd Service:
# Create service file using cat
sudo cat > /etc/systemd/system/dcdnd.service << 'EOF'
[Unit]
Description=DCDN Node Service
After=network.target
Wants=network-online.target

[Service]
# Path to the executable and its arguments
ExecStart=/opt/dcdn/dcdnd \
--grpc-server-url=0.0.0.0:8002 \
--http-server-url=0.0.0.0:8003 \
--node-registry-url="https://rpc.pipedev.network" \
--cache-max-capacity-mb=1024 \
--credentials-dir=/root/.permissionless \
--allow-origin=*

# Restart policy
Restart=always
RestartSec=5

# Resource and file descriptor limits
LimitNOFILE=65536
LimitNPROC=4096

# Logging
StandardOutput=journal
StandardError=journal
SyslogIdentifier=dcdn-node


# Working directory
WorkingDirectory=/opt/dcdn

[Install]
WantedBy=multi-user.target
EOF

You can custom your port 8002 / 8003 to any available port


3️⃣ Node Registration:
To register for a node, you'll need to generate specific tokens and log in to your account

➑️Log In to Generate Access Token:
/opt/dcdn/pipe-tool login --node-registry-url="https://rpc.pipedev.network"

Scan barcode on your phone, register account from link barcode (You can use with gmail you've been registered as Email Node)

➑️Generate Registration Token:
/opt/dcdn/pipe-tool generate-registration-token --node-registry-url="https://rpc.pipedev.network"

registration_token.json will be saved on /root/.permissionless/


4️⃣ Running your PoP Node:
sudo systemctl daemon-reload && \
sudo systemctl enable dcdnd && \
sudo systemctl start dcdnd

➑️To see you Node been Running or not:
/opt/dcdn/pipe-tool list-nodes --node-registry-url="https://rpc.pipedev.network/"

➑️Generated your Phrase / Mnemonic:
/opt/dcdn/pipe-tool generate-wallet --node-registry-url="https://rpc.pipedev.network"

➑️Linked your wallet:
/opt/dcdn/pipe-tool link-wallet --node-registry-url="https://rpc.pipedev.network"

type "confirm" to enable those command


Help Command:
➑️Check your Node Version: /opt/dcdn/pipe-tool --version
➑️Check Logs: sudo journalctl -f -u dcdnd.service
➑️To check your Node Status: systemctl status dcdnd
➑️Restart your PoP Node: sudo systemctl restart dcdnd
➑️Stop your PoP Node: sudo systemctl stop dcdnd

Important if you forgot save your wallet
➑️Show Public Key / Address: /opt/dcdn/pipe-tool show-public-key
➑️Show Private Key: /opt/dcdn/pipe-toolshow-private-key

More details: https://docs.pipe.network/getting-started/quickstart
Please open Telegram to view this post
VIEW IN TELEGRAM
❀3
Forwarded from Yuhuu AbisEligTestnet 🌱 SEED | CRYPTOKOM 🐾
Bang info garapan tele dong
🀣5πŸ€ͺ3πŸ₯°2
Forwarded from omartuta
yg ngikutin tips kemarin pasti deres nambahnyaπŸ˜—
anak cryptokom nihh boss, gaada yg garap tomat lagi
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ€ͺ3πŸ‘1
Orochi Network

Register:
https://orochi.network/contribute-to-earn
🟒 Connect Wallet, Discord, & Google
🟒 Setup Profil
🟒 Complete Quest
🟒 Defi Quest & Special Campaign (Coming Soon)

πŸ“ŒJaringan Orochi Diinvestasikan oleh Ethereum Foundation (https://x.com/ethereum), Mina Protocol (https://x.com/MinaProtocol) dan Web3 Foundation (https://x.com/Web3foundation)


β›”Berpartisipasi, Raih, Tingkatkan.
"XORO V2 akan ditukar langsung ke Orochi Native Token ($ON)"

πŸ’¬ Source: https://x.com/OrochiNetwork/status/1870127883903217778

πŸ’¬ Twitter πŸ‘Ύ Discord ✈️ Telegram
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘10πŸ”₯3
hari ini saya nambah muatan device,uang dri airsop saya puter lagi buat garap node
❀4
REMINDER INTMAX TESTNET

βœ”οΈFaucet Sepolia : https://www.alchemy.com/faucets/ethereum-sepolia

➑️Join Testnet
https://testnet.app.intmax.io/

βž–Connect Wallet New/Testnet
βž–Bridge sepolia to IntMax
βž–Bridge back to sepolia
βž–Deposit ETH sepolia to mining pools
βœ…Done

Detail : https://x.com/intmaxIO/status/1868662735904669769
Please open Telegram to view this post
VIEW IN TELEGRAM
❀4
FINAL BOSU PREMINT

Complete Task : https://www.premint.xyz/finalbosu/
πŸ‘2
Forwarded from Mono-kromo|Cryptokom
Buat yang udah gabung group cryptokom, selamat!
Kenapa selamat? Karena anda sudah masuk group vip tanpa bayar seperti postingan ini πŸ˜„πŸ˜„πŸ˜„πŸ˜„
Please open Telegram to view this post
VIEW IN TELEGRAM
❀14😎6😁3🀣1