Cryptokom
4.61K subscribers
18.7K photos
654 videos
44 files
13.8K 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
Kita bulan depan sama nunggu tanggal 26 lagi bang kaya kemarin😂 #CURUT
🔥2👍1
How to Running Story Protocol Node
There have been no promises or expectations set by the team at this time for the rewards

Server Specifications
Minimum Requirements:
4vcpu
8GB RAM
100GB Disk
10 MBit/s
Open Port: 8545, 26657, 30303, 1317
You can check free port on this command:
sudo lsof -i:(PORT NUMBER)

Not support if you running Dill Node, because port 30303 been used

1️⃣ Install Prerequisites:
➡️ sudo apt update && sudo apt upgrade -y
➡️ sudo apt install screen
➡️ sudo apt install -y ca-certificates zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev curl git wget make jq build-essential pkg-config lsb-release libssl-dev libreadline-dev libffi-dev gcc screen unzip lz4 python3 python3-pip
➡️ sudo apt install npm
➡️ nvm install 20
➡️ nvm use 20
MAKE SURE YOU ALREADY INSTALL DOCKER


2️⃣ Node Installation:
➡️ git clone https://github.com/storyprotocol/node-utils.git

Create 2 Session of this Step :
🟢 Execute GETH:
➡️ screen -S geth
➡️ cd node-utils/story-node-cli/linux && chmod +x run_commands.sh && sudo bash run_commands.sh
➡️ Choose number: 1 ⬅️

🟢 Execute Iliad:
➡️ screen -S iliad
➡️ cd node-utils/story-node-cli/linux && sudo bash run_commands.sh
➡️ Choose number: 2 ⬅️
➡️ Submit your Moniker, for example CRYPTOKOM

3️⃣ Install SDK & Wallet:
➡️ Install SDK: npm install --save @story-protocol/core-sdk [email protected]
➡️ If there issue with your SDK Install use this command: npm audit fix --force

🟢 Create Wallet:
➡️ nano createWallet.ts
import { config } from "dotenv";
import { privateKeyToAccount } from "viem/accounts";
import type { Address } from "viem";

// Load environment variables from .env file
config();

// Get the private key from the .env file
const PRIVATE_KEY = process.env.WALLET_PRIVATE_KEY || "0x";

// Create the account object using the private key
const account = privateKeyToAccount(PRIVATE_KEY as Address);

// Export the account object for use in other parts of your project
export default account;

// For demonstration, you can log the account address (not recommended for production)
console.log(`Wallet address: ${account.address}`);

CTRL + X and save your file
➡️ nano .env
WALLET_PRIVATE_KEY=0xprivatekey


4️⃣ Running your Node:
➡️ npx ts-node createWallet.ts

🟢 Create the Client Setup Script:
➡️ nano setupClient.ts
import { config as loadEnv } from "dotenv";
import { Account, privateKeyToAccount, Address } from 'viem/accounts';
import { StoryClient, StoryConfig } from "@story-protocol/core-sdk";
import { http } from 'viem'

// Load environment variables from .env file
loadEnv();

// Get the private key from the .env file and ensure it's valid
const privateKey: Address = process.env.WALLET_PRIVATE_KEY as Address;
const account: Account = privateKeyToAccount(privateKey);

// Configure the SDK client using the environment variables and the account
const config: StoryConfig = {
transport: http(process.env.RPC_PROVIDER_URL),
account: account, // the account object from above
chainId: '1513' // change from Sepolia
};

export const client = StoryClient.newClient(config);
console.log("SDK Client is set up and ready to use.");


Update your .env file:
➡️ nano .env
WALLET_PRIVATE_KEY=0xprivatekey
RPC_PROVIDER_URL=https://rpc.partner.testnet.storyprotocol.net

CTRL + X and save your file
➡️ Run the Client Setup Script: npx ts-node setupCleint.ts
Once the script runs successfully, your SDK will be ready to use


Source:
https://docs.story.foundation/docs/node-setup
https://medium.com/@huicomm/how-i-run-story-protocol-node-98e62d74b4b4
https://medium.com/@huicomm/how-to-run-story-protocol-node-ep2-sdk-wallet-3e6e184ac4ba
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
👍2🔥1
➡️Event custom mobile legends

Winner Mvp: 20k Dana
Losser Mvp: 30k Dana

FROM @Udinme
Please open Telegram to view this post
VIEW IN TELEGRAM
🔥4
💎 Winner List Kuis Hari ini send nomor dana.

1. @rhebii
2. @satriafz
3. @satriafz
4. @refferafriendid
5. @refferafriendid
6. @satriafz
7. @Ilhams69
8. @refferafriendid
9. @peee1222
10. @refferafriendid
11. @Lord_zall

🎁Distribusi jam 01.30 saya mau makan dulu
Please open Telegram to view this post
VIEW IN TELEGRAM
DISCLAIMER :
DWYOR, CRYPTOKOM TIDAK BERTANGGUNG JAWAB ATAS KEHILANGAN ATAU KERUSAKAN APAPUN YANG TERJADI PADA BOT INI, CRYPTOKOM HANYA PENYEDIA INFORMASI

Blum Bot Auto Farming + Play Game
#Windows

➡️ Open cmd on Downloads/Desktop or any directory file
➡️ git clone https://github.com/akasakaid/blumtod.git
➡️ cd blumtod
➡️ python -m pip install -r requirements.txt
➡️ open data.txt and submit your query_id=
➡️ You can get your "query_id=" with paste this copy(Telegram.WebApp.initData) on console

➡️ python bot.py

#Linux

➡️ git clone https://github.com/akasakaid/blumtod.git
➡️ cd blumtod
➡️ python3 -m pip install -r requirements.txt
➡️ nano data.txt and submit your query_id=
➡️ You can get your "query_id=" with paste this copy(Telegram.WebApp.initData) on console

➡️ python bot3.py

#Termux

➡️ pkg install python && pkg install git
➡️ git clone https://github.com/akasakaid/blumtod.git
➡️ cd blumtod
➡️ python -m pip install -r requirements.txt
➡️ nano data.txt and submit your query_id=
➡️ You can get your "query_id=" with paste this copy(Telegram.WebApp.initData) on console

➡️ python bot3.py

🟢 use git pull for update bot 🟢

😎 Thanks to the Author of this bot : https://github.com/akasakaid/blumtod
➡️ Telegram : @AkasakaID ⬅️
Please open Telegram to view this post
VIEW IN TELEGRAM
👍1
Forwarded from Udin Everywhere🆓
Done winner ml
Hey Dogs 🐶

We know that some of you are still waiting for your on-chain withdrawal.
Rest assured, all of the teams are working really hard to make it happen.

The blockchain is experiencing an unprecedented load right now, but everyone is doing their best to resolve the issue as soon as possible.

Thanks for your patience! 🦴
Please open Telegram to view this post
VIEW IN TELEGRAM
👍61
Airdrop bot telegram Daily

➡️HOT (backed Near protocol)
➡️TABIZOO (backed binance labs)
➡️TOMARKET (backed bitget)
➡️BLUM (backed binance)
➡️KURORO RUNCH (backed animoca)
➡️POPP PLANET (supported taiko)
➡️DRFT (backed binance labs)
➡️GAMEE (backed pantera)
➡️MAJOR (backed telegram)
➡️Community X Dogs (disupport dogs)
➡️Cats (bentar lagi listing bitget)
➡️Hamster (Listing tanggal 26)
Please open Telegram to view this post
VIEW IN TELEGRAM
👍2🔥2
This media is not supported in your browser
VIEW IN TELEGRAM
Guide Clip For Mini Game inside the Hamster to win reward !

Slide the battery symbols obstacles to swipe up the key and win the game !!

Hamster Kombat Cipher


F: ● ● ▬ ●
I: ● ●
G: ▬ ▬ ●
H: ● ● ● ●
T: ▬
Y: ▬ ● ▬ ▬

tap cipher box on the upper middle corrner, go to the red hamster, and then enter today's cipher

For Dot : Just Tap
For Dash : 1.5 Seconds Hold
👍1
Forwarded from Watcher Guru
JUST IN: 🇫🇷 France officially indicts Telegram founder Pavel Durov, places him under supervised release.

@WatcherGuru
Forwarded from Watcher Guru
JUST IN: Telegram's TON blockchain stops processing transactions again after going offline for 7 hours yesterday.

@WatcherGuru
🐈 TABIZOO NEW TASK AND NEW APPEARANCE BOT

📌 KONTEKS : https://t.iss.one/cryptokom2/1886
Please open Telegram to view this post
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
6️⃣7️⃣8️⃣9️⃣0️⃣

New Testnet : Soneium Minato

Sony Block Solutions Labs has launched Soneium Minato, a new Ethereum layer-2 solution.

🔸Register: https://bridge.soneium.org/en/testnet
Connect Wallet Testnet / New Wallet
Bridge Sepolia to Minato (10x)
Bridge Back Minato to Sepolia (10x)
Done


📌 Soneium Minato is a public blockchain testnet accessible to all developers and creators interested in building applications. It offers a fast and cost-effective development environment, providing tools compatible with Ethereum, which is widely used for existing Web3 app development.
Please open Telegram to view this post
VIEW IN TELEGRAM
🔥8👍3
📌Kuroro Runch Update

➡️Open your Bot : Kuroro Ranch

note : Jgn kaget waktu up renkarnasi kereset semua, sebagai gantinya mining jdi 5x
Please open Telegram to view this post
VIEW IN TELEGRAM
👍1
Pagi mas saatnya nonton orang berangkat kerja🍿
Please open Telegram to view this post
VIEW IN TELEGRAM
😭5
The countdown continues! OGC token mining ends in just 15 days on August 31. Tokens that remain unclaimed will be distributed among those who mine for 20 or more days this month.

Konteks : https://t.iss.one/cryptokom2/234
🔥1