Cryptokom
4.59K subscribers
18.7K photos
657 videos
44 files
13.9K 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
Reddio Testnet ➡️Testnet Link https://testnet.reddio.com/ Connect Wallet Complete All Task & Bridge Done Retronya masih live kesini https://t.iss.one/cryptokom2/967 paradigm punya
Update Layer 3 Trending Now: Reddio Testnet

🔸 Open https://app.layer3.xyz/quests/trending-now-reddio-testnet
🔸 Complete Task
🔸 Mint Cube
🔸 Done .

📌 Explore Reddio, the high-performance Parallel EVM Layer 2 powered by GPU for Autonomous AI | Gawein Jga tesnet Nya Push Tx
Please open Telegram to view this post
VIEW IN TELEGRAM
👍1
Christmas Comes Early!
MoonPump x OKX Airdrop Giveaway is LIVE!

🎁 10K winners will be selected, with each winner receiving $20 USDT worth of $MOP after the TGE.

🔸 Open Website
🔸 Log in to MoonPump via OKX wallet and complete simple tasks to unlock your rewards!
🔸 Bind Twitter Account
🔸 Hold atleast 10$ on your OKX Wallet

📌 Event Duration : 26/12/2024, 09.00 - 22/01/2025, 17.00
Please open Telegram to view this post
VIEW IN TELEGRAM
Forwarded from Cryptokom (Kar.>|< | Cryptokom)
4🥰2
OGC cair tanggal 30 bang
👍1
OGC JARINGAN ERC20 JEPEH HARUSNYA
👍1
This media is not supported in your browser
VIEW IN TELEGRAM
DIA DEPLOY DIJARINGAN ERC20 PUNYANYA AYAH VITALIK KALIAN JANGAN MEREMEHKAN
Supply 1b di erc20 , seharusnya $0.5 - $1
🔥3
SPILL KALIAN PUNYA BERAPA OGC
Bridge to Ink | Discover Ink, a Layer 2 blockchain built on Optimism's OP Stack and designed to enhance Ethereum's scalability.

Explore Ink on Layer3:
https://app.layer3.xyz/quests/bridge-to-ink
Please open Telegram to view this post
VIEW IN TELEGRAM
3👍3
Cryptokom
Update Cysic Phase ll Gensesis Node Started Tutorial Prover : https://medium.com/@cysic/phase-ii-genesis-node-prover-guide-53f17125ae4d Tutorial Verifier : https://medium.com/@cysic/phase-ii-genesis-node-verifier-guide-6a09720cba4e
How to Running Cysic Genesis Node Verifier ?
Server Specifications
1vcpu (better with 2vcpu+)
512MB RAM (better with 1GB RAM)
1GB Disk
100 KB/s Internet Speed
Supported Operating Systems: Windows, Linux, Mac

Register here:
https://testnet.cysic.xyz/m

Install Prerequisites:
➡️ sudo apt update && sudo apt upgrade -y
➡️ screen -S CysicVerifier

Install Cysic Verifier:
curl -L https://github.com/cysic-labs/phase2_libs/releases/download/v1.0.0/setup_linux.sh > ~/setup_linux.sh && bash ~/setup_linux.sh EVM-ADDRESS

If error use this command below :
wget -qO - https://github.com/cysic-labs/phase2_libs/releases/download/v1.0.0/setup_linux.sh > ~/setup_linux.sh && bash ~/setup_linux.sh EVM-ADDRESS

Edit EVM-ADDRESS with Metamask Address with 0x


Running Cysic Verifier:
cd ~/cysic-verifier/ && bash start.sh

More details: https://medium.com/@cysic/phase-ii-genesis-node-verifier-guide-6a09720cba4e

————————————————————————————
How to Running Cysic Genesis Node Prover ?
Server Specifications
64vcpu
280GB RAM
GPU: 2 × 3070/2080 GPUs
100GB SSD Disk
100 KB/s Internet Speed
Supported Operating Systems: Linux


Install Prerequisites:
➡️ sudo apt update && sudo apt upgrade -y
➡️ screen -S CysicProver

Install Cysic Prover:
curl -L https://github.com/cysic-labs/phase2_libs/releases/download/v1.0.0/setup_prover.sh > 
~/setup_prover.sh && bash ~/setup_prover.sh EVM-ADDRESS

If error use this command below :
wget -qO - https://github.com/cysic-labs/phase2_libs/releases/download/v1.0.0/setup_prover.sh > 
~/setup_prover.sh && bash ~/setup_prover.sh EVM-ADDRESS

Edit EVM-ADDRESS with Metamask Address with 0x


Running Cysic Prover:
cd ~/cysic-prover/ && bash start.sh


More details: https://medium.com/@cysic/phase-ii-genesis-node-verifier-guide-6a09720cba4e
Please open Telegram to view this post
VIEW IN TELEGRAM
👍3
How to Running Citrea Node ?
TIDAK ADA HADIAH UNTUK MENJALANKAN NODE INI, GUNAKAN UNTUK TUJUAN BELAJAR, LIHAT GAMBAR!!

Server Specifications
Minimum Requirements:
4vcpu (better with 8vcpu+)
8GB RAM (better with 12GB RAM)
256GB SSD Disk
25+Mbps Speed Internet


1️⃣ Install Prerequisites:
➡️ sudo apt update && sudo apt upgrade -y
➡️ screen -S Citrea
YOU CAN SKIP INSTALL DOCKER, IF YOU ALREADY INSTALLED

➡️ sudo apt install docker.io -y
➡️ sudo systemctl start docker
➡️ sudo systemctl enable docker
➡️ sudo curl -L "https://github.com/docker/compose/releases/download/v2.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
➡️ sudo chmod +x /usr/local/bin/docker-compose
# Docker version check
➡️ docker --version

2️⃣ Install Citrea Node:
mkdir citrea && cd citrea && \
curl https://raw.githubusercontent.com/chainwayxyz/citrea/nightly/docker-compose.yml --output docker-compose.yml

➡️You can edit your Used Port to Available Port, change all used port to available port
🟢 CHECK USED PORT BY USING sudo lsof i: (PORT)

➡️ nano docker-compose.yml
Port 8080 has been used by Dria Nodes

➡️ docker-compose -f docker-compose.yml up -d

Help Command:
➡️Check the sync status:
curl -X POST --header "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"citrea_syncStatus","params":[], "id":31}' https://0.0.0.0:(YOUR_CITREA_PORT)

Edit on "id":31}' https://0.0.0.0:(YOUR_CITREA_PORT)

➡️Check Logs:
➡️ full-node logs
docker logs -f full-node

➡️ bitcoin-testnet4 logs
docker logs -f bitcoin-testnet4

➡️Restart your Node:
sudo docker-compose -f "$HOME/citrea/docker-compose.yml" down && \
sudo docker-compose -f "$HOME/citrea/docker-compose.yml" up -d

⚠️ DANGER AREA

➡️Shutdown/Disable Node:
sudo docker-compose -f "$HOME/citrea/docker-compose.yml" down

➡️Delete your Node:
sudo docker-compose -f "$HOME/citrea/docker-compose.yml" down && rm -r $HOME/citrea/


Source: https://docs.citrea.xyz/user-guide/run-a-node/citrea-testnet
Please open Telegram to view this post
VIEW IN TELEGRAM
👍2
Layer 3 Berachain Chronicles: Beradrome

Explore berachain on layer3 :
https://app.layer3.xyz/quests/berachain-chronicles-beradrome
Please open Telegram to view this post
VIEW IN TELEGRAM
👍1
Cryptokom
PUMPDAO For Twitter Blue ➡️ Join : https://docs.google.com/forms/d/e/1FAIpQLSchp2Ej5MC3UGT5E9SrI2HVGPRXul3UyIq1OxNgK2pol439PQ/viewform
PumpDAO

A total of 300,000,000
$PPD tokens are available for collection on FCFS

Our official website is now online:
https://pumpdao.xyz/

🔺Link wallet and confirm your airdrop qualification ( New Wallet )

Qualification confirmation will end on December 31st
Please open Telegram to view this post
VIEW IN TELEGRAM
yang running node di pc pribadi sayangi device kalian silahkan beli cooler disni joss rakitan sendiri buatnya dia, dingin suhunya ser

https://shopee.co.id/vonesa?shopCollection=150350692#product_list
🔥3🎉1
Forwarded from 🐤 IlhamS Cryptokom Meshchain.ai
lanjut malam min, nyante ngopi" dlu
Jupiter voting + ASR checker: https://catalytics.pro/ASR

Swap vol checker: https://dune.com/hitmonleecrypto/your-jupiter-swap-volume

Note: BUKAN OFFICIAL CHECKER CHECKER

Source: https://x.com/chern0xbyll/status/1872667491471856035
Forwarded from Bullszcrypto | Drops
👍1
Mipad 5 bisa gantiin fungsi laptop

Setelah pakai Mipad 5 semingguan menurutku mipad bisa gantiin laptop untuk garap crypto. Windows dia beneran windows pada umumnya kaya di laptop atau PC. Bisa konek banyak device keyboard, mouse, tws dll.

Pemakaianku biasanya buka youtube, telegram web, galxe, twitter, web project2 aman lancar. buka 2-3 profil chrome total tabs 10+ masih berjalan lancar. lancar tapi ga secepat kaya laptop yg pake SSD + ram 16gb

Buat ngegame sama nonton juga enak. Buat hal entertainment kek gini ke mode tablet aja. Bisa main ML, bisa main emulator ps2 buat nostalgia. untuk speaker juga gud sekelas xiaomi. Untuk ketahanan batrei bisa seharian.

Buat kalian yg dirumah udah ada PC atau Laptop gaming yg berat. Tapi pengen punya device ringkes tapi berfungsi selayaknya laptop. Menurutku mipad 5 cocok buat kalian. Apalagi harga cukup terjangkau 3.4-3.6jt
scmhdairy
8👍3🔥2