https://app.galxe.com/quest/PlumeNetwork/GCw1dtx5XZ
Please open Telegram to view this post
VIEW IN TELEGRAM
buka bot @cryptokominvite_bot
"/link untuk mendapatkan link invite teman"
"/check untuk check jumlah invite"
"/leaderboard untuk check ranking"
Please open Telegram to view this post
VIEW IN TELEGRAM
How to Running Story Protocol Node
1️⃣ Install Prerequisites:
➡️
➡️
➡️
➡️
➡️
➡️
2️⃣ Node Installation:
➡️
Create 2 Session of this Step :
🟢 Execute GETH:
➡️
➡️
➡️ Choose number: 1 ⬅️
🟢 Execute Iliad:
➡️
➡️
➡️ Choose number: 2 ⬅️
➡️ Submit your Moniker, for example CRYPTOKOM
3️⃣
➡️ Install SDK:
➡️ If there issue with your SDK Install use this command:
🟢 Create Wallet:
➡️ nano createWallet.ts
CTRL + X and save your file
➡️
4️⃣ Running your Node:
➡️
🟢 Create the Client Setup Script:
➡️
Update your .env file:
➡️
CTRL + X and save your file
➡️ Run the Client Setup Script:
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
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
sudo apt update && sudo apt upgrade -ysudo apt install screensudo 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-pipsudo apt install npmnvm install 20nvm use 20MAKE SURE YOU ALREADY INSTALL DOCKER
git clone https://github.com/storyprotocol/node-utils.gitCreate 2 Session of this Step :
screen -S gethcd node-utils/story-node-cli/linux && chmod +x run_commands.sh && sudo bash run_commands.shscreen -S iliadcd node-utils/story-node-cli/linux && sudo bash run_commands.shInstall SDK & Wallet:npm install --save @story-protocol/core-sdk [email protected]npm audit fix --forceimport { 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 .envWALLET_PRIVATE_KEY=0xprivatekey
npx ts-node createWallet.tsnano setupClient.tsimport { 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 .envWALLET_PRIVATE_KEY=0xprivatekey
RPC_PROVIDER_URL=https://rpc.partner.testnet.storyprotocol.net
CTRL + X and save your file
npx ts-node setupCleint.tsOnce 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
1. @rhebii
2. @satriafz
3. @satriafz
4. @refferafriendid
5. @refferafriendid
6. @satriafz
7. @Ilhams69
8. @refferafriendid
9. @peee1222
10. @refferafriendid
11. @Lord_zall
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
git clone https://github.com/akasakaid/blumtod.gitcd blumtodpython -m pip install -r requirements.txt➡️ 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.gitcd blumtodpython3 -m pip install -r requirements.txtnano 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 gitgit clone https://github.com/akasakaid/blumtod.gitcd blumtodpython -m pip install -r requirements.txtnano data.txt and submit your query_id=➡️ You can get your "query_id=" with paste this copy(Telegram.WebApp.initData) on console
python bot3.pygit pull for update bot Please open Telegram to view this post
VIEW IN TELEGRAM
👍1