Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



   1375

FastRunner - best tool for crypto 120+ wallets 200 + networks

by PragmaCodex - 27 May, 2026 - 12:03 PM
This post is by a banned member (PragmaCodex) - Unhide
40
Posts
1
Threads
(This post was last modified: 08 September, 2026 - 10:04 AM by PragmaCodex. Edited 1 time in total.)
CAME NEW UPD 0.8.11 WITH BALANCE CHECKER READ UNDER THIS TEXT

Good time of day. The testing phase is over, the company registration ordeal is behind us, and after fixing bugs and polishing rough edges, we can finally present our product.

Stack: Go + Rust + React. PostgreSQL for storage. Runs entirely locally — no cloud, no external requests.
Show ContentSpoiler:


PARSING

Local Parser — a recursive folder scanner. Finds seed phrases, private keys, addresses, and passwords in any file. Formats: TXT, PDF, DOC/DOCX, XLSX, images (OCR via Tesseract), ZIP/RAR/GZ/TAR (up to 3 nesting levels), SQLite, HTML, JSON, XML, YAML, ENV, source code (JS/TS/PY/GO/PHP/Java/C++ and others), PEM/KEY/PPK/Keystore. Multithreaded, configurable file size limit, exclusions by folder/extension/filename.
AiOCR — OCR via a local AI model (LM Studio). Screenshots, photos of handwritten phrases, scanned documents — extracts text and runs it through the parser. No data is sent anywhere. Requires decent hardware — small models with 8 GB VRAM are pointless here.
 
MNEMONICS
Show ContentSpoiler:
Generation — runs a list of seed phrases through selected networks and derivation paths. Three parallelism modes: Standard / Threads (N threads) / Max (all cores). Saves addresses, private keys, and pairs to separate folders by network. Supports BIP39, Monero, Algorand, TON, Electrum. 71 networks, including Cosmoshub (40+ Cosmos chains in a single run) and Dothub (all of Polkadot/Substrate).

Full network list: Ada, Algo, Apt, Bch, Bnb, Bsv, Btc (Legacy/SegWit/Taproot), Btg, Conflux, Cosmoshub, Dash, Dcr, Dgb, Doge, Dothub, Egld, Eos, Etc, Eth, Evmos, Filecoin, Firo, Flow, Grs, Harmony, Hedera, Helium, Hive, Horizen, Icp, Icx, Iota, Iotex, Kadena, Kaspa, Kmd, Lisk, Ltc, Move, Nano, Near, Nem, Neo, Nervos, Ontology, Pi, Qtum, Rvn, Shimmer, Siacoin, Sol, Starknet, Steem, Stx, Sui, Symbol, Theta, Ton, Tron, Vet, Waves, Wax, Xdc, Xec, Xlm, Xrp, Xtz, Xvg, Zec, Zil.
Show ContentSpoiler:
Recovery — restoring damaged phrases. Four modes:

Missing words — replace unknown words with ?, iterates through the entire BIP39 wordlist (2048^n combinations)
Unknown order — all words are known but the order is not — permutation brute-force
Typo — words with typos, search by Levenshtein distance, autocorrection
Partial words — you know the beginning of a word (e.g. aban?) — finds all matches from the wordlist
Result verification by address — specify a known address (BTC/ETH/SOL/TRX) for automatic validation.
Show ContentSpoiler:
Priv to Address — converts private keys to addresses. Input formats: EVM hex, Raw hex 64, WIF (BTC/LTC/DOGE/DASH/KMD/FIRO/DCR), Solana base58, XRP hex, Stellar seed, Tezos ESK, Sui bech32, Aptos hex. Also accepts mnemonics directly. 57+ networks on output, three BTC-family output modes (WIF/HEX/skip), Cosmos and Polkadot filters.

Show ContentSpoiler:
BIP32 — HD derivation along an arbitrary path. Accepts seed or xpub/xprv, derives child keys along any specified path.

Shamir — splits a secret (seed phrase or key) into N shares using K-of-N scheme and reconstructs from K+ shares.
LangConvert — converts mnemonics between 18 BIP39/Monero/Electrum languages. Same entropy, different word representation.
Uint8Array — conversion between byte arrays (JS-style), HEX, Base58, Base64. Useful when data is extracted from browser storage in raw form.
 
WALLETS
Show ContentSpoiler:
Scans a folder for wallet files, identifies the type of each, and brute-forces passwords. Output — seed phrase, private key, address — saved by network. 122 supported wallet types. Configurable search templates: prefix / suffix / exact / contains — for any folder structure.

Supports: MetaMask, Exodus, Trust Wallet, Phantom, Ledger, Trezor, Electrum, Bitcoin Core (wallet.dat), Ethereum Keystore (UTC JSON), Blockchain.com, Terra Station, KeePass, and dozens of others.
 
DATABASE
Show ContentSpoiler:
Importer — imports from external files: addresses, seeds, keys, structured exports. Auto-deduplication.

Exporter — export with filters by network, balance, date. Three output formats.
Search — full-text search across all records. By address, key fragment, seed phrase, network.
Stats — database statistics: record count, breakdown by network, session history, timeline.
Antipublic — verification against Antipublic breach databases.
DBSettings — built-in  PostgreSQL.

TEXT
A toolkit for processing large line-based files — dictionaries, password lists, address databases — as a stream, without loading the entire file into memory.
Sorter — alphabetical, by length, numeric, custom field
Search — keyword, regex, exact, inverted mode
Cleaner — BOM, CRLF→LF, null bytes, whitespace, empty lines
Deduplicator — case-sensitive/insensitive, by first N characters
Converter — encoding and format conversion line by line
Splitter — by line count, size, or delimiter
Merger — file merging: simple, interleaved, with on-the-fly deduplication
Filter — by length, substring, regex, character set, multiple AND/OR rules
Extractor — patterns from lines: addresses, keys, emails, URLs, phone numbers, custom regex
Replacer — string and regex replacement with capture groups, multiple rules in a single pass
Validator — rules by field (login/pass/url/domain): length, email format, presence of digits/special characters, regex. Ready-made presets.
Compare — unique lines in A, unique lines in B, common lines. Optimized for large files.
Antipublic text — file check against Antipublic without loading into the database
Analytics — line count, uniqueness, lengths, character frequency, entropy estimation
 
UTILITIES
Show ContentSpoiler:
Pass Mutex — password list manager with mutations. 17 mutation types: case (all variants including 2^n brute-force), leet (basic and all combinations), numbers (suffixes, middle insertion), special characters (30+ variants), years with separators, reverse, duplicate, keyboard walks, CamelCase, permutations, separators, padding. Accepts words or a ready-made list, supports login:pass format.

Show ContentSpoiler:
Cleaner — system folder cleanup: removal of malware files, scanning images and documents for embedded data, archive inspection (zip bombs), analysis of hidden and disguised files, script scanning, PE executable analysis.

Show ContentSpoiler:
Hashcat — dedicated Hashcat UI with full configuration: attack mode, hash mode, wordlist, masks, rules, workload, sessions, pre-configured masks for wallets.

Show ContentSpoiler:
Vanity — generates vanity addresses with a specified pattern. BTC (Legacy/SegWit/Native SegWit/Taproot), ETH/EVM, SOL, LTC, TRX, XRP, DOGE. Multithreaded.

Converter — quick format converter: HEX ↔ Base58 ↔ Base64, mnemonic ↔ HEX, WIF ↔ raw key, and more.
 
PROTECTION
Hardware binding: HWID + login/password. HWID rotates every 10 minutes.
 
ON THE WEBSITE
Available:
Roadmap — development plan with priorities and statuses.
Wiki — documentation for each module, input data formats, examples. Required reading, or available offline after purchase.
Changelog — full update history with descriptions.
File hashes — SHA256 for every build, so you can verify the integrity of your download.
Licenses — all license types used during development.
 
ABOUT
FastRunner is an officially registered commercial product. The company is incorporated in the Seychelles with full legal documentation. This is not another anonymous forum script — there is a legal entity behind the tool that is accountable for the product and continues to develop it. Because the product is officially registered, the scope of features is bounded from a legal standpoint — we cannot add things like Lolz API integration, Blockchain.com credential checking, GitHub scraping, auto-withdrawals, or similar functionality. Everything that can realistically be included in the software can be suggested via the form on the website or through support. If it's legally feasible, we will add it.
On privacy: the only user data collected is the HWID for license binding. No telemetry, no analytics requests, no transmission of processed data anywhere, no auto-updates or background downloads. All processing — file parsing, key derivation, password brute-forcing, mnemonic operations — happens exclusively on the user's machine. This is not a marketing claim; it is an architectural property: the software has no external endpoints other than license verification and changelog retrieval. Update checks are manual, triggered by a button.
FastRunner covers all of this in a single installation: parsing any files and formats, recovering damaged phrases, generating addresses across 71 networks, decrypting 122 wallet types, Hashcat integration, full-featured text tools for large database processing, a password mutation generator, vanity address generator, OCR via a local AI model, and a database with search and statistics. All with a proper GUI — no terminal, no Python dependency setup, no environment configuration.
At a comparable price point, nothing on the market comes close in terms of coverage — especially with these privacy guarantees and legal standing.
 
PRICING AND DISTRIBUTION
One-time payment (Lifetime) or subscription (monthly / 6-month / annual). Updates included for the duration of the license. Subscriptions do not auto-renew.
Source code — available under separate terms, on request.
Plans :
 

Monthly $350
6 Months $1500
Annual $3000
Lifetime $4000

For those who want to familiarize themselves with all the features before purchasing, I've attached a full FAQ with images and detailed descriptions of all sections.
https://t.me/pragmacodex/45
 
Payment: crypto (ETH, BSC, SOL, TRX native)
Wire transfer for companies (B2B).
Universities — one free year upon submission of a form with supporting documents, provided the institution has a relevant information security department.
Escrow via forums is available: you pay the escrow → receive a coupon → download and install → escrow releases payment.
Technical support is provided for the duration of an active license.
Purchase records are stored on the seller's side. If you lose access to your account, contact support with proof of payment and your license will be restored. Your site password is stored only on your end in encrypted form — we recommend enabling 2FA via an authenticator app in settings. Individual buyers need only a login and password. Legal entities must work through B2B (company profile, agreement, invoices, email, contact details).
 
Website & purchase: pragmacodex.com
News & updates: on the website in the Changelog section or t.me/pragmacodex
Support: in the software under the Support tab, via the ticket system on the website, or t.me/pragma_support
Support responds within 2–48 hours on business days via the ticket system or Telegram.
Developer & rights holder: PragmaCodex

This is a bump
This post is by a banned member (EarlHickey) - Unhide
12.622
Posts
2.601
Threads
3 Years of service
#2
Good luck
[Image: onlyfan.gif]
[Image: WJkMVOk.gif]
[Image: giphy.gif]
This post is by a banned member (PragmaCodex) - Unhide
40
Posts
1
Threads
Bumped #3
(This post was last modified: 3 minutes ago by PragmaCodex. Edited 4 times in total.)
V 0.9.0

Licensing
Improved error messages for license failures — each failure reason is now described precisely: expired license, HWID change, blocked AppData, system clock desync, TLS/antivirus interference, connection timeout, and server unavailability
AppData file empty/locked    no license session — license file inaccessible (AppData locked by antivirus or another process)
License expired    license expired — please renew your license
HWID changed    license connection lost — hardware ID mismatch (contact support)
Clock out of sync    license connection lost — system clock is out of sync (check your date/time settings)
Invalid API response (parse/signature)    api did not return a valid license response — server may be under maintenance
TLS/antivirus    license connection lost — TLS connection failed (antivirus or firewall may be blocking the connection)
Timeout/DNS/disconnect    license connection lost — connection timed out
Wallet Scanner
Added maximum performance mode: pressing the button forces the scanner to use up to 80% of CPU resources instead of the default automatic mode
File Map
File map building has been reworked: previously ran single-threaded to avoid disk overload — now runs in parallel with automatic load balancing; scanning speed has increased significantly
Exodus
After successful wallet decryption, addresses are now automatically generated for 15 networks: BTC, ETH, SOL, TRX, DOGE, LTC, ZEC, BCH, SUI, ETC, APTOS, BSV, DOT, DGB, COSMOS
Parsing
Fixed a critical bug in the local PDF parser: corrupted or non-standard document metadata could cause the application to hang or crash with memory usage exceeding 40 GB
Temp Files
The application now automatically removes temporary files from the %temp% folder on startup and shutdown. If leftover files from previous versions remain in the folder after an update — simply open and close the program once, or clean %temp% manually
FAQ / Need Info — Settings guides for all sections
Added detailed settings recommendation pages for all major FAQ sections: Parsing, Mnemonics, Wallet Scanner, Database, Text, Utilities.
Many users were running the tools with default settings and running into common issues: the parser was slow because Workers defaulted to 4 even on 16-core machines; Wallet Scanner missed wallets due to Folder ID mismatches; database imports silently dropped lines; and the deduplication in Text → Cleaner activated unexpectedly. The Database section now specifically covers the Antipublic behaviour when a database is connected — lines already present in the database are marked as public, which frequently caused confusion.
Each section now includes: parameter tables with descriptions and recommended values, warnings about common mistakes, and ready-made workflows for the most frequent tasks.
FAQ / Balance — Balance Network
Added a section describing what data each network collects during a balance check. Checking a wallet is not limited to the native token: many networks issue separate requests for token , NFTs, staking positions, delegations, and other holdings. Some networks perform 5–8 requests per address. The section explains why certain networks take longer and how to account for this when choosing thread counts and proxies.
FAQ / Balance — Balance Settings Guide
Added a section with recommendations for configuring the Balance tools: proxies (formats, rotation, validation), threads (how they relate to proxy count and API rate limits), request speed, wait/backoff behaviour on errors and rate limits, timeouts, and retry logic.
This post is by a banned member (PragmaCodex) - Unhide
40
Posts
1
Threads
Bumped #4
This is a bump
This post is by a banned member (PragmaCodex) - Unhide
40
Posts
1
Threads
Bumped #5
This is a bump
This post is by a banned member (PragmaCodex) - Unhide
40
Posts
1
Threads
Bumped #6
This is a bump
This post is by a banned member (PragmaCodex) - Unhide
40
Posts
1
Threads
Bumped #7
This is a bump
This post is by a banned member (PragmaCodex) - Unhide
40
Posts
1
Threads
Bumped #8
This is a bump

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: PragmaCodex, 1 Guest(s)