Quantium

Guide

Seedx is a powerful tool designed for parsing, cleaning, and managing seeds, private keys, and other secrets. It supports multiple languages and is fully compatible with BIP39. This guide explains how to use Seedx step by step.

How to Use Seedx

Seedx User Interface

Follow these steps to start processing your files or folders:

1. Select the Source

Choose a file or folder that Seedx will process. The tool recursively scans all files and subfolders in the selected source to extract seeds, private keys, and other secrets.

2. Set the Thread Count

Enter the number of threads to use for processing. For optimal performance, set this value to match your CPU core count (for example, 4). If you're unsure of your core count, you can use 8 as a default.

3. Choose the File Mode

Select the strategy for picking files or folders:

  • Any: Parses all files and folders.
  • Specific: Only processes files or folders that match a provided regex pattern.

4. Specify Secret Types

Select the types of secrets you want to extract:

  • Seeds: For seed phrases.
  • Keys: For private keys.
  • Other: For any additional secrets (e.g., API keys).

5. Configure AI Settings

For image recognition, Seedx integrates with an external AI provider such as OpenAI. Why use OpenAI?

  • It offers high-quality OCR, excellent performance, and affordability.

Recommended Settings for OpenAI:

  • Model: Use gpt-4o-mini (a vision-capable LLM model).
  • API Token: Obtain your token from OpenAI API Keys. To register, you will need an email, password, and a credit card. If you don't have a credit card, please contact us for assistance.

6. Start and Monitor Parsing

  • Start Parsing: Click the Start button to begin processing.
  • Stop Parsing: You can click the Stop button at any time to halt the process.
  • Output: The results are automatically saved to the output folder. Click the folder icon in the title bar to open it and inspect the parsed data.

Happy parsing with Seedx!

On this page