Skip to content

Releases: 0xKheops/subgrind

subgrind v0.1.0

11 Jun 13:14
v0.1.0
89ea6e0

Choose a tag to compare

Initial release. 🎉

Fast vanity address generator for Substrate / Polkadot / Bittensor: grinds random BIP39 mnemonics (12 or 24 words) and derives SS58 addresses until one matches your regex. Supports sr25519, ed25519, and ecdsa, any SS58 network prefix, and multi-threaded grinding. Addresses match subkey / Polkadot.js exactly.

Install

cargo install subgrind

Or download a prebuilt binary below (Linux x86_64/aarch64, macOS Intel/Apple Silicon, Windows x86_64).

Quick start

subgrind 'SEEK$'                                # address ends with SEEK
subgrind 'KSM$' --prefix 2 --scheme ed25519     # Kusama, ed25519

Also on crates.io.