Forwarded from Watcher Guru
JUST IN: π«π· Telegram Founder & CEO Pavel Durov has been released from police custody and is now being transferred to court.
@WatcherGuru
@WatcherGuru
π₯7π2
Okx Web3 x Plume Reward $10 USDT for 300 Winners : https://app.galxe.com/quest/PlumeNetwork/GCw1dtx5XZ
- Anton Syahputra
- dhony
- Bahasa arab ( nmnya arab )
- Alika
- onxlee ter
- humaira and family
- tim
-KZA
-Daiya
-Jackpot
- FAQIHQDR
-Afterzerodesign
- rhebii
- rendy raditya
- darrenjay
Silahkan dm @cryptonewslearn untuk mengclaim reward sertakan bersama foto akun
Please open Telegram to view this post
VIEW IN TELEGRAM
π4π₯3
Cryptokom
mas pemenang ini saya tunggu ya
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
Cryptokom
Send nomor dana buat 5 orang tercepat fcfs silahkan reply pesan ini
DONE SEND π
π8π3
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