Advanced Search

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

loggerb

Seller
Joined
09.12.21
Messages
18
Reaction score
5
Points
13
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.
1779877299550.png
Stack: Go + Rust + React. PostgreSQL for storage. Runs entirely locally — no cloud, no external requests.


PARSING

1779877359658.png
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.
1779877386111.png
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
1779877408946.png

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.

1779877457601.png
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.
1779877609380.png
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.
1779877646114.png
BIP32 — HD derivation along an arbitrary path. Accepts seed or xpub/xprv, derives child keys along any specified path.
1779877665046.png
Shamir — splits a secret (seed phrase or key) into N shares using K-of-N scheme and reconstructs from K+ shares.
1779877684426.png
LangConvert — converts mnemonics between 18 BIP39/Monero/Electrum languages. Same entropy, different word representation.
1779877700276.png
Uint8Array — conversion between byte arrays (JS-style), HEX, Base58, Base64. Useful when data is extracted from browser storage in raw form.


WALLETS
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, Electrum, Bitcoin Core (wallet.dat), Ethereum Keystore (UTC JSON), Terra Station, KeePass, and dozens of others.



DATABASE

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 H2 or external 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

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.
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.
Hashcat — dedicated Hashcat UI with full configuration: attack mode, hash mode, wordlist, masks, rules, workload, sessions, pre-configured masks for wallets.
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 $200
6 Months $700
Annual $1,500
Lifetime $2,000

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
 

loggerb

Seller
Joined
09.12.21
Messages
18
Reaction score
5
Points
13
Hey everyone! Just a heads-up — the software is going into a major update for a while, and there's a lot of good stuff coming. All purchases, licenses and access to the current version remain completely unaffected and will continue to work as usual. The update covers things many of you have been asking about and waiting for — you can see for yourselves in the screenshots below. During this time I won't be taking feature requests, improvement suggestions or minor tweaks. If you run into a critical bug, feel free to reach out and we'll sort it out. Everything else will have to wait until the new version drops. Thanks for your patience and understanding!
1780012614551.png
1780012624625.png
1780012632811.png
1780012640785.png
 

loggerb

Seller
Joined
09.12.21
Messages
18
Reaction score
5
Points
13
Semi update to v 0.5.87
all updates under spoiler
EVM Checker
- Added full EVM wallet checker supporting 1600+ networks from Chainlist
- Input supports any mix of addresses, private keys, address:key pairs, mnemonics (12/15/18/21/24 words), and passphrases (phrase :: pass format)
- Results grouped by source (address / private key / mnemonic / pair) with expandable network breakdown
- USD balances via CoinGecko — prices prefetched in bulk at check start, cached for the session
- 259 networks mapped to CoinGecko IDs out of the box; extend via coingecko_ids.json next to the executable
- Transaction count per address per network
- Smart address generation from mnemonics runs in background with live progress — no more 5-minute blank screen
- Results show <$0.01 indicator for micro-balances
- Testnet filtering by name (testnet / sepolia / goerli / holesky / ropsten etc.)

EVM — Performance
- Global connection pool with configurable Max connections cap — no more port exhaustion on large runs
- Parallel networks controls how many chains are checked simultaneously
- Per-request timeout cuts dead chains in seconds instead of minutes
- Intra-chain batch concurrency for fast results on large address lists
- Proxy pool with round-robin rotation across all proxies
- Without proxies — single-thread mode to avoid bans; with proxies — full multi-thread
- Streaming output to file during check (stream.csv/jsonl/txt) — RAM stays flat even on 200k+ addresses

EVM — Saving Results
Saved to evm_check/ folder:
- addresses.txt — plain addresses
- privkeys.txt — private keys
- pairs.txt — address + key pairs
- evm_pairs.txt — only pairs that have balance
- phrases.txt or phrases/phrase_NNN.txt — mnemonics (single file or one file per phrase)
- stream.txt/csv/jsonl — live append during check

EVM — Tokens via Blockscout (optional)
- Toggle "Scan tokens" to fetch ERC-20 / NFT counts via Blockscout explorer API
- Only runs on addresses with detected activity (native balance or transactions) — avoids wasting requests on empty wallets
- Falls back across multiple explorer URLs per chain
- Respects proxy pool and timeout settings

Exchanges
- Added full exchange key checker supporting 27 exchanges:
Binance, Binance US, OKX, Bybit, KuCoin, Gate.io, Bitget, MEXC, BingX, HTX (Huobi), Kraken, Coinbase, Coinex, BitMEX, Blofin, Bitfinex, Poloniex, Deribit, Crypto.com, Gemini, Bitstamp, Bitunix, Pionex, Bitso, CEX.io, Robinhood, Aster
- Input: key secret or key secret passphrase (one per line)
- Shows USD balance per coin for all 27 exchanges (prices via Binance ticker, cached 5 min)
- For Binance: account type, UID, trade/withdraw/deposit flags, permissions, maker/taker fees
- Results are expandable — click a row to see coin breakdown and account details
- Save results to exchange/<id>/ — per-key files, single file, or by status (valid/empty/invalid)
- Proxy pool + retry + request delay — same model as EVM checker
- Without proxies — single-thread; with proxies — configurable threads

Other — API Key Validator
- Added API key checker for 20 services with detailed responses:
OpenAI (models, GPT-4 access), Anthropic, Groq, DeepSeek, OpenRouter (remaining credits), xAI, HuggingFace (username/type), Stability AI (credits), ElevenLabs (tier/chars), GitHub (login/plan), GitLab, Stripe (mode/balance), SendGrid, Telegram (bot name/ID), Discord (bot name/ID), Google Maps API, Etherscan, OpenWeather, IPInfo (requests), DigitalOcean (email)
- Auto-detects service from key format — no manual selection needed
- Save results to other/<service>/ — same format options as Exchanges

Parser — Improvements

KeyHunter (crypto API key and multiline scanner)
- Added 26 exchange groups with regex patterns and keyword anchors:
Binance, OKX, Bybit, KuCoin, Gate.io, Bitget, MEXC, BingX, HTX, Kraken, Coinbase, Deribit, Coinex, Bitfinex, Poloniex, BitMEX, Crypto.com, Pionex, Gemini, Bitstamp, Robinhood, CEX.io, Blofin, BitUnix, Bitso, and generic API key
- Per-field line anchors — each field (key/secret/passphrase) only matches lines containing relevant keywords, cutting false positives dramatically
- File path anchors per group — a group only activates on files whose path contains the configured keywords (e.g. binance group only on files mentioning "binance")
- Quality filters applied to every matched value:
- Shannon entropy threshold (hex / alphanumeric)
- Minimum unique characters
- Top-3 character frequency check (rejects strings dominated by one character)
- Repeating substring pattern detection
- Blocklist of obvious test/placeholder values
- Ignore line anchors (raw mode) — checkbox to bypass all keyword checks; useful for unlabeled log files with raw key-value lines
- Window reduced to 10 lines by default (was 20) — tighter clustering means fewer false positives
- Excluded files now support substring match without extension (e.g. cookies blocks any file with "cookies" in the name)
- Per-group output files in clean format: key secret passphrase (one per line) — easy to paste directly into Balance checker
- All-in-one file keeps full format: group, field values, source file, line, score
- Text extensions expanded to 65+ types: covers code files (jsx, tsx, vue, svelte, cs, dart, swift, scala, groovy), config (tf, hcl, ps1, bat, cmd), crypto-specific (pem, key, crt, sol, move, pine), notebooks (ipynb), Docker/Makefile, and more
- Groups UI redesigned: search bar, enable/disable all, collapsible rows — no more scrolling through a flat list
- Groups show file path anchors and window size at a glance without expanding

Debug & Stability

- Encrypted debug log (crash_data.frd) — captures panics and errors in all modules. Report key is shown in Debug section; send the fastrunner_crash folder + report key to support for analysis
- Crash log (crash.frd) — captures fatal runtime crashes (out of memory, unrecoverable panics) that bypass normal error handling
- Issues feed — live list of network / file / format problems shown in the Debug section, updated in real time during any check
- Activity console — live per-network progress shown during EVM checks (which chain is running, how many hits)
- Fixed: PDF parser memory bomb — malformed PDFs could trigger multi-GB allocations causing instant crash. Now skipped gracefully
- Fixed: archive extraction limits — ZIP/RAR/TAR entries capped at 10 MB to prevent archive bombs
- Fixed: wallet scanner log tail — previously re-read the entire log file on every poll tick, causing RAM growth on large scans
- Fixed: parser emit flood — large scans no longer overload the UI bridge by throttling live result events
- Added runtime memory limit (80% of system RAM) as a general safety net


Text — Terabyte File Support

All Text tools now handle files of any size without RAM limits:
- Sorter — files >2 GB via external merge sort: 512 MB chunks sorted in RAM, then k-way min-heap merge
- Deduplicator — files >2 GB: same chunking + adjacent-key dedup during final merge
- Merger (with dedup) — merging multiple large files without OOM: external sort + dedup merge instead of in-memory map
- Antipublic — combined size >2 GB: sort base + sort main then two-pointer scan O(M+B), base never loaded fully into RAM
- Compare — both files >2 GB: sort A + sort B then two-pointer scan with three output streams (only-A / only-B / both)
- Splitter (by domain) — millions of domains without file handle exhaustion: external sort by domain first, then single-pass write (one file open at a time)
- Extractor (with dedup) — dedup on extraction >2 GB: streaming extract to temp via chunks, then ExtMergeDedup
- Analytics — added caps without external dependencies: domainCount/passCount up to 2M/5M keys, unique logins/passwords/URLs/domains up to 20M each; counters keep growing accurately after cap, UniqsCapped flag in result
- Threshold: 2 GB — files below processed in memory as before (faster), above automatically switch to external merge
- Speed on NVMe: ~400–500 MB/s read + parallel temp file writes via OS page cache; 2.4 TB file ≈ 4800 chunks

Proxy Tester — Improvements
- Background testing — 100k+ proxy lists no longer freeze the UI
- Shows live counters (alive / dead / checked / total) instead of rendering all rows
- Results stream to alive.txt as proxies are confirmed — file is ready even before the test finishes
- "Apply N alive" button — replaces the working proxy list with the survivors in one click

Balance — Exchanges Display
- Key/secret input hint and placeholder now show space-separated format (key secret passphrase) matching the output format from KeyHunter
 

loggerb

Seller
Joined
09.12.21
Messages
18
Reaction score
5
Points
13
We sincerely apologize for the delay in the planned update. Unfortunately, a combination of unexpected circumstances — power-related issues on our end, along with the need to strengthen our software's protection against cracking — have forced us to push back the release date.
For users with a lifetime license, the update is expected within approximately one week. For all other users, the estimated timeframe is 10–12 days.
The balance checkers are fully complete and ready to go. At the moment, our team is focused on final bug fixes and hardening the protection layer to ensure you receive a stable and secure product.
Alongside the update, the FAQ will be fully reworked and will now be available in both English and Russian. Additionally, the site wiki will be updated to reflect everything introduced in the latest version of the software.
We appreciate your patience and understanding. The update is on its way.
 
Top Bottom