lilixac /
crypto-mandala
This is a NFT project. The images for fractals were generated using Rust and uploaded to fleek. The smart contract is deployed in testnet of ICON blockchain.
Loading repository data…
miracle709 / repository
This project is solana marker maker & solana volume bot with a simple, non‑technical setup, it can generate wallets, distribute funds, auto buy/sell, manage Solana WSOL, and push Telegram alerts -a practical token volume simulator for multi‑wallet trading campaigns.
This project is solana marker maker & solana volume bot with a simple, non‑technical setup, it can generate wallets, distribute funds, auto buy/sell, manage Solana WSOL, and push Telegram alerts — a practical token volume simulator for multi‑wallet trading campaigns.
.env file (settings) using the example below.https://www.rust-lang.org/tools/installhttps://git-scm.com/downloadsCreate a file named .env in the project root with your settings. You can start with these keys; adjust values for your token and environment.
# Required RPC
RPC_HTTP=https://your-solana-rpc.example.com
# Wallet (base58 long private key)
PRIVATE_KEY=YourBase58PrivateKeyString
# Yellowstone (optional, recommended for scale)
YELLOWSTONE_GRPC_HTTP=https://grpc.yellowstone.example.com
YELLOWSTONE_GRPC_TOKEN=your-grpc-api-token
# Target token and DEX selection
TARGET_TOKEN_MINT=YourTokenMintAddress
COIN_CREATOR=CreatorPubkeyIfUsingPumpFun
# DEX: 0 = Raydium CPMM, 1 = Raydium Launchpad, 2 = Pump.fun
DEX=2
# Raydium pool config (used only when DEX != 2/Pump.fun)
POOL_ID=
POOL_BASE_ACCOUNT=
POOL_QUOTE_ACCOUNT=
# Trading amounts and limits
MIN_BUY_AMOUNT=0.02 # SOL amount floor
MAX_BUY_AMOUNT=0.10 # SOL amount cap per trade
MIN_SOL=0.005 # keep minimum SOL in wallet
MINIMAL_BALANCE_FOR_FEE=0.01 # reserve for fees
MINIMAL_WSOL_BALANCE_FOR_TRADING=0.001
# Fast trading strategy
SELLING_TIME_AFTER_BUYING=1 # seconds to wait before selling
INTERVAL=10 # seconds between trade cycles
# Advanced randomization & safety
MIN_SELL_DELAY_HOURS=24
MAX_SELL_DELAY_HOURS=72
PRICE_CHANGE_THRESHOLD=0.15
MIN_BUY_RATIO=0.67
MAX_BUY_RATIO=0.73
VOLUME_WAVE_ACTIVE_HOURS=2
VOLUME_WAVE_SLOW_HOURS=6
GUARDIAN_MODE_ENABLED=true
GUARDIAN_DROP_THRESHOLD=0.10
# Slippage and sizing
SLIPPAGE=10000 # in basis points; capped internally to 25000
TOKEN_AMOUNT=0.001 # default buy quantity (qty mode)
# Optional helper flags (read by commands)
WALLET_COUNT=100 # used by --wallet generation
WRAP_AMOUNT=0.5 # used by --wrap
IS_CHECK_TARGET_WALLET_TOKEN_ACCOUNT=false
Notes:
DEX=2), SOL is used directly; WSOL wrapping is skipped in trading.DEX=0 or 1), set POOL_ID, POOL_BASE_ACCOUNT, and POOL_QUOTE_ACCOUNT.Run from the project root after building. These commands perform a task and then exit.
# 1) Generate wallets (saved under ./wallet)
cargo run --release -- --wallet
# 2) Distribute SOL from main wallet to all generated wallets
cargo run --release -- --distribute
# 3) Wrap SOL to WSOL (uses WRAP_AMOUNT from .env)
cargo run --release -- --wrap
# 4) Unwrap WSOL back to SOL
cargo run --release -- --unwrap
# 5) Close empty token accounts
cargo run --release -- --close
# 6) Collect everything back to main wallet
# Sells target tokens, unwraps WSOL, closes empties, sends SOL to main
cargo run --release -- --collect
When you run without extra flags, the bot starts its continuous, stealth market‑making loop:
cargo run --release
What happens:
.env into an internal configTARGET_TOKEN_MINTYou can stop it with Ctrl + C.
The bot can send basic notifications and crash alerts to Telegram. Configure your Telegram settings as required by your environment or wrapper service. If initialization fails, the bot continues without alerts.
--collect to consolidate after testing/campaigns..env.RPC_HTTP reliability and rate limits.TARGET_TOKEN_MINT, DEX selection, and pool config for Raydium.--distribute, --wrap, --unwrap, --close, or --collect as appropriate.Keywords: Solana market maker, Solana trading bot, Pump.fun bot, Raydium bot, DEX volume bot, token volume simulator, Solana WSOL, multi‑wallet trading, stealth trading, liquidity simulation.
GitHub Topics (suggested): solana dex trading-bot market-maker pumpfun raydium rust web3 blockchain liquidity
Repository Description (suggested): “A non‑technical, SEO‑optimized Solana DEX market‑making bot for Pump.fun and Raydium. Generates wallets, distributes funds, and runs stealth buy/sell cycles with randomized timing and Telegram alerts.”
src/main.rs sets up config, blockhash processor, Telegram, cache, and starts the market maker.src/engine/market_maker.rs handles BUY/SELL loops with wallet rotation and randomization; src/engine/random_trader.rs offers a slower randomized variant.src/dex/ integrates Pump.fun and Raydium; selection controlled by DEX in .env.main let you generate wallets, wrap/unwrap WSOL, distribute/collect SOL, and clean up accounts.For questions, feedback, or collaboration opportunities, feel free to reach out:
Hello from two people! Hello from two people!
Selected from shared topics, language and repository description—not editorial ratings.
lilixac /
This is a NFT project. The images for fractals were generated using Rust and uploaded to fleek. The smart contract is deployed in testnet of ICON blockchain.
TamiaCoin /
$TAMIA is a fun and innovative memecoin built on the Solana blockchain. This project aims to provide a simple yet effective way to create, mint, and distribute tokens through a decentralized ecosystem. The goal is to empower the community and bring joy to the crypto world, while experimenting with blockchain technology and the culture of memes.