← 返回
AI智能 中文

StonebornBot

High-speed NFT mint bot for Ethereum and EVM chains. Use when the user wants to snipe NFT mints, speed-mint collections, set up multi-wallet minting bots, configure mint sniping with pre-signed transactions, or automate NFT minting across multiple wallets. Supports ERC721A, Archetype contracts, Flashbots, war mode gas, WebSocket monitoring, mempool watching, and batch minting with 100+ wallets.
适用于以太坊及EVM链的高速NFT铸造机器人。支持狙击铸造、多钱包批量铸造、预签名交易配置及自动化铸造。兼容ERC721A、Archetype合约、Flashbots、WebSocket监控及内存池监控,支持百个以上钱包并发操作。
olawoyin206
AI智能 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 1,142
下载
💾 33
安装
1
版本
#latest

概述

NFT Mint Bot

Sub-100ms NFT mint sniping bot with multi-wallet support, pre-signed transactions, and multi-RPC broadcasting.

Quick Start

# 1. Setup
cd scripts && bash setup.sh && cd ..

# 2. Configure
cp assets/config-template.json scripts/config.json
# Edit scripts/config.json with your RPC URLs, contract, wallets, gas settings

# 3. Run (instant mode — fire immediately)
node scripts/mint-bot.js

# 4. Run (monitor mode — wait for mint to go live)
node scripts/mint-bot.js --mode monitor

Config Overview

Edit scripts/config.json. Key sections:

  • rpcUrl / rpcUrls: Primary and backup RPC endpoints. All used for multi-broadcast.
  • wsRpcUrl: WebSocket RPC for block subscriptions and mempool watching.
  • contract: Target contract address, mint function signature, args, price, max per wallet, ABI.
  • gas: EIP-1559 gas settings (maxFeePerGas, maxPriorityFeePerGas, gasLimit). See gas-optimization.md.
  • wallets: Array of {privateKey, label}. See wallet-management.md.
  • monitoring: Mode (instant or monitor), interval, WebSocket/mempool options.
  • archetype: Archetype ERC721a invite-based minting. See archetype.md.
  • flashbots: Flashbots Protect relay for private tx submission.
  • bankr: Bankr API integration for managed wallets.
  • retry: Max retries and delay between attempts.

Modes

Instant Mode ("mode": "instant")

Fire transactions immediately. Use when mint is already live or you know the exact block.

Monitor Mode ("mode": "monitor")

Poll the contract to detect when minting goes live, then fire. Supports:

  • Polling (intervalMs): Check every N ms via staticCall
  • WebSocket blocks (useWebSocket: true): React on new blocks
  • Mempool watching (mempoolWatch: true): Watch pending txs for the mint function

Set mintLiveCheck to "staticCall" or use flagFunction to check a specific view function.

Archetype ERC721a Support

Enable for Archetype contracts requiring invite-based minting with auth keys and Merkle proofs. See archetype.md.

War Mode Gas

When gas.warMode.enabled is true, the bot auto-escalates gas when the network is congested, capping at configured maximums. See gas-optimization.md.

Multi-Wallet

Supports 200+ wallets with batched signing. Pre-signs all transactions before broadcast. See wallet-management.md.

Batch Testing

Use scripts/batch-test.js to test wallet signing speed and RPC connectivity without sending real transactions.

Architecture

  • Pre-signed transactions: All wallets sign before any broadcast
  • Multi-RPC broadcast: Every signed tx sent to all endpoints simultaneously
  • Raw JSON-RPC: Bypasses ethers.js overhead for sends
  • Nanosecond timing: process.hrtime.bigint() for precise measurement
  • Configurable batch sizes: Control parallel signing load

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 05:36 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 712 📥 243,815
ai-intelligence

Proactive Agent

halthelobster
将AI智能体从任务执行者升级为主动预判需求、持续优化的智能伙伴。集成WAL协议、工作缓冲区、自主定时任务及实战验证模式。Hal Stack核心组件 🦞
★ 836 📥 213,118
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,358 📥 318,341