A vanity address miner for Nimiq using key derivation. It supports the new Nimiq addresses using key derivation. By default, multithreading is enabled to speed up finding a match.
Make sure that you have Rust installed.
Compiling the project is then achieved through cargo
:
git clone https://github.com/paberr/nimiq-address-miner
cd nimiq-address-miner
cargo build --release
I recommend building in release mode for speed reasons.
To run the Nimiq Address Miner run:
cargo run --release
This will also display the help instructions. In the simplest case, you can specify the prefix you would like your address to have as such:
cargo run --release <PREFIX>
This project is under the MIT.