A high-speed multi-threaded tool to mint Sui Passport NFTs automatically. Supports proxies, retries, logging, and concurrent execution.
⚠️ Important: Each wallet must have at least 0.007 $SUI available to cover minting fees.
git clone https://github.com/RPC-Hubs/Sui-Passport-Mint.git
cd Sui-Passport-Mint
- Install Node.js (v18 or later)
sudo apt update
sudo apt install nodejs npm -y
node -v # Ensure version is >= 18
- Install dependencies
npm install
- Install Node.js
- Download from: https://nodejs.org/en
- Install and ensure Node.js is available via:
node -v # Ensure version is >= 18
- Install dependencies
npm install
Prepare the following files in the root directory:
Contains one private key per line
0xPrivateKey1
0xPrivateKey2
One proxy per line, format:
http://user:pass@ip:port
If missing, tool will run without proxies.
In mint.js
, line 17, you can adjust the number of concurrent wallets processed:
const CONFIG = {
threads: 20, // 🔄 Number of concurrent threads (wallets processed in parallel)
...
};
🧮 Wallets | 🚀 Threads | 📝 Notes |
---|---|---|
1–10 | 2–5 | Small batch testing |
10–100 | 10–20 | Medium batch, good proxies |
100+ | 20–50 | High scale, rotating proxies |
⚠️ Tip: If you encounter429 Too Many Requests
, lower the thread count or use better proxies.
node mint.js
node mint.js
- ✅
success.txt
: Wallets that successfully minted NFT - ❌
fail.txt
: Wallets that failed after all retries
🧾 Example Summary Table:
+---------------+----------+------+--------------------------+
| Total Wallets | Success | Fail | Output Files |
+---------------+----------+------+--------------------------+
| 100 | 92 | 8 | success.txt, fail.txt |
+---------------+----------+------+--------------------------+
- ⚡ Multi-threading with configurable
threads
count - ♻️ Retry on failure (default: 5 times)
- 🕵️ Proxy rotation & rate limit handling
- 🎨 Colored logs and 📊 summary table
- 🔁 Use fresh proxies to avoid bans
- 🧘 Start with fewer threads if facing rate limits
- 🧪 Always verify your private keys are valid Ed25519 Sui keys
Join the team or get help here: