You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This document is the product plan for TrueCollider: what exists, what competitors do, and what we should build next — ordered by impact for real users (puzzles, vanity, multi-coin, beginners).
Landscape (what “serious” key search looks like in 2025–2026)
Approach
Best for
Notes
Sequential / random scan + bloom/fuse
Address lists, vanity, puzzles with no pubkey
Classic Keyhunt / VanitySearch path. TrueCollider already has this + endomorphism + AVX2/512.
BSGS
Known pubkey, mid-size ranges
Memory–time tradeoff. TrueCollider has CPU BSGS.
Pollard's Kangaroo / Lambda
Known pubkey, narrow–medium ranges (Bitcoin puzzles)
State of the art on GPU (RCKangaroo / PSCKangaroo / JeanLucPons lineage). Better memory scaling than full BSGS for large ranges.
GLV endomorphism
secp256k1 address/rmd160/vanity
~√3–3× effective coverage. TrueCollider: CPU -e.
SIMD hash160
Bottleneck after EC
SSE 4 / AVX2 8 / AVX-512 16. Done.
GPU EC + host filter
Address hunt on NVIDIA
TrueCollider CUDA path (batch still conservative).
GPU hash only (OpenCL)
AMD/Intel/NVIDIA hash offload
Done for compress address/rmd160.
ed25519 grind (Solana)
SOL vanity / target lists
CPU path done; GPU grinders elsewhere hit tens of M keys/s with comb + fe10 + base58 prefilter.
CreateAccountWithSeed (Solana)
Fast “vanity” that is not a standalone keypair
SHA256 only — different product; optional later mode.
Hybrid patterns
Exploration
spiral/chaos/gravity already in TrueCollider (ordering heuristics, not crypto breakthroughs).
Sources of practice in the wild: albertobsd/keyhunt, JeanLucPons Kangaroo/VanitySearch, RCKangaroo / PSCKangaroo forks, Solana CUDA vanity grinders (e.g. suffix GPU tools).