Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 905 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 905 Bytes

nimiq-address-miner

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.

Installation

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.

Usage

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>

License

This project is under the MIT.