SUI Seed Converter
Overview
SUI Seed Converter v1.0 is a lightweight, offline desktop application designed to generate SUI blockchain addresses and private keys (Bech32 format with suiprivkey prefix) from BIP-39 mnemonic seed phrases.
It uses the standard BIP-44 derivation path (m/44'/784'/{account}'/0'/0') — the official and most widely accepted path for SUI wallets (coin type 784).
Features
- Generate valid SUI addresses (0x... format) and private keys (suiprivkey1... Bech32 format)
- Full BIP-44 support with configurable account index (0 to 100)
- HD Wallet support: generate multiple accounts from a single seed phrase
- Three output file formats:
• Addresses: address : seed phrase : account index
• Private Keys: private_key : seed phrase : account index
• Addresses + Private Keys: address : private_key : account index
- Start/Stop functionality to interrupt processing at any time
Requirements
- Windows 10 / 11 (tested and compiled for these versions)
- Input .txt file with BIP-39 seed phrases (12–24 words), one phrase per line
How to Use
1. Launch Sui converter @ai_wallets.exe
2. Click "Select Seed File" and choose your seeds.txt file
3. Set account range (Start Index to End Index, e.g., 0 to 5)
4. Select desired output types:
• Addresses only (Address:Seed:AccountIndex)
• Private Keys only (PrivateKey:Seed:AccountIndex)
• Addresses:Private Keys (Address:PrivateKey:AccountIndex)
5. Click "Start"
6. Wait for processing to complete — output files will be created in the same folder:
• SUI_ADDR_YYYYMMDD_HHMMSS.txt
• SUI_KEY_YYYYMMDD_HHMMSS.txt
• SUI_ADDR_KEY_YYYYMMDD_HHMMSS.txt
7. Use "Stop" button at any time to interrupt the process
Important Notes About Antivirus False Positives
This application works 100% offline — no internet connection is required. No data is sent anywhere — all calculations happen locally on your computer.
However, some antivirus programs (Windows Defender, Kaspersky, Avast, Norton, McAfee, etc.) may flag this .exe as suspicious or even delete it. This is a known issue called a **false positive**.
Why does this happen?
- This tool handles cryptocurrency seed phrases and private keys — sensitive data that malware often targets
- The executable was compiled with PyInstaller, a tool commonly used for both legitimate and malicious software
- The application has a low download count (new release)
- Heuristic analysis in antivirus software often triggers warnings for any crypto-related tool
Is it safe to use?
✅ YES, absolutely. You can use this application with your antivirus enabled.
How to verify the application is safe:
- Run the application while disconnected from the internet — it works fully offline
- No network activity will be observed (you can check with Windows Resource Monitor or a firewall)
If you are still concerned, you can run the application in a virtual machine or on an offline computer.
Updates and Support
For the latest updates, support, and additional tools, join our Telegram channel
Related Tools: crypto tools, parsers, checkers, converters and etc
LEGAL DISCLAIMER
The author of SUI Converter and other applications on the channel https://t.me/ai_wallets is not responsible for any misuse of this application. This tool is intended solely for work associated with your own private keys and seed phrases. Using this software to access or manipulate addresses, private keys, or seed phrases without explicit consent from their rightful owners is illegal and punishable by law. Use this tool responsibly and only with your own cryptographic assets.
⚠️ THIS TOOL IS MADE FOR EDUCATION PURPOSE ONLY ⚠️