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
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! ππ
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
Cryptokom
Reminder Datapig powered by Vana https://app.datapig.xyz/ β‘οΈ Analize Profile β‘οΈ Mint Faucet VANA : https://faucet.vana.org/moksha konteks : https://t.iss.one/cryptokom2/3272
DATAPIG Snapshoot : Hari ini - 10:00 UTC. / Jam 17.00 WIB
konteks : https://t.iss.one/cryptokom2/9992
konteks : https://t.iss.one/cryptokom2/9992
π1
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
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 ?
β‘οΈ Allow Port:
1οΈβ£ Install Prerequisites:
β‘οΈ
β‘οΈ
β‘οΈ
2οΈβ£ Install PoP Node:
β‘οΈ Create directory / Folder
β‘οΈ Download Pipe tool Binary:
β‘οΈ Download Node Binary:
β‘οΈ Make Binary Executable:
β‘οΈ Setup configuration DCND Node Systemd Service:
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:
β‘οΈ Generate Registration Token:
4οΈβ£ Running your PoP Node:
β‘οΈ To see you Node been Running or not:
β‘οΈ Generated your Phrase / Mnemonic:
β‘οΈ Linked your wallet:
Help Command:
β‘οΈ Check your Node Version:
β‘οΈ Check Logs:
β‘οΈ To check your Node Status:
β‘οΈ Restart your PoP Node:
β‘οΈ Stop your PoP Node:
Important if you forgot save your wallet
β‘οΈ Show Public Key / Address:
β‘οΈ Show Private Key:
More details: https://docs.pipe.network/getting-started/quickstart
β 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
sudo ufw allow 8002/tcp && sudo ufw allow 8003/tcp && sudo ufw reloadsudo apt update && sudo apt upgrade -ysudo apt install curl tar wget aria2 clang pkg-config libssl-dev jq build-essentialscreen -S Pipesudo mkdir -p /opt/dcdn
sudo curl -L "$PIPE-URL" -o /opt/dcdn/pipe-tool
Edit $PIPE-URL = Get from your Email
sudo curl -L "$DCDND-URL" -o /opt/dcdn/dcdnd
Edit $DCDND-URL = Get from your Email
sudo chmod +x /opt/dcdn/pipe-tool
sudo chmod +x /opt/dcdn/dcdnd
# 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
To register for a node, you'll need to generate specific tokens and log in to your account
/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)
/opt/dcdn/pipe-tool generate-registration-token --node-registry-url="https://rpc.pipedev.network"
registration_token.json will be saved on /root/.permissionless/
sudo systemctl daemon-reload && \
sudo systemctl enable dcdnd && \
sudo systemctl start dcdnd
/opt/dcdn/pipe-tool list-nodes --node-registry-url="https://rpc.pipedev.network/"
/opt/dcdn/pipe-tool generate-wallet --node-registry-url="https://rpc.pipedev.network"
/opt/dcdn/pipe-tool link-wallet --node-registry-url="https://rpc.pipedev.network"
type "confirm" to enable those command
Help Command:
/opt/dcdn/pipe-tool --versionsudo journalctl -f -u dcdnd.servicesystemctl status dcdndsudo systemctl restart dcdndsudo systemctl stop dcdndImportant if you forgot save your wallet
/opt/dcdn/pipe-tool show-public-key/opt/dcdn/pipe-toolshow-private-keyMore details: https://docs.pipe.network/getting-started/quickstart
Please open Telegram to view this post
VIEW IN TELEGRAM
β€3
Cryptokom
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β¦
node incentived silahkan boleh dihajar
β€2
Forwarded from Yuhuu AbisEligTestnet π± SEED | CRYPTOKOM πΎ
Bang info garapan tele dong
π€£5π€ͺ3π₯°2
Orochi Network
Register: https://orochi.network/contribute-to-earn
π’ Connect Wallet, Discord, & Google
π’ Setup Profil
π’ Complete Quest
π’ Defi Quest & Special Campaign (Coming Soon)
β Berpartisipasi, Raih, Tingkatkan.
"XORO V2 akan ditukar langsung ke Orochi Native Token ($ON)"
π¬ Source: https://x.com/OrochiNetwork/status/1870127883903217778
π¬ Twitter πΎ Discord βοΈ Telegram
Register: https://orochi.network/contribute-to-earn
π Jaringan Orochi Diinvestasikan oleh Ethereum Foundation (https://x.com/ethereum), Mina Protocol (https://x.com/MinaProtocol) dan Web3 Foundation (https://x.com/Web3foundation)
"XORO V2 akan ditukar langsung ke Orochi Native Token ($ON)"
Please open Telegram to view this post
VIEW IN TELEGRAM
π10π₯3
Cryptokom
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)β¦
garap nih liat ada monadnya, etherium foundation
π3β€1
Cryptokom
DATAPIG Snapshoot : Hari ini - 10:00 UTC. / Jam 17.00 WIB konteks : https://t.iss.one/cryptokom2/9992
Snapshoot buat NFT V Holder
Bukan buat airdrop task
Bukan buat airdrop task
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
https://testnet.app.intmax.io/
Detail : https://x.com/intmaxIO/status/1868662735904669769
Please open Telegram to view this post
VIEW IN TELEGRAM
β€4
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π π π π
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