Skip to content

paberr/nimiq-address-miner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A vanity address miner for Nimiq using key derivation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages