https://github.com/paberr/nimiq-address-miner
A vanity address miner for Nimiq using key derivation.
https://github.com/paberr/nimiq-address-miner
Last synced: 8 months ago
JSON representation
A vanity address miner for Nimiq using key derivation.
- Host: GitHub
- URL: https://github.com/paberr/nimiq-address-miner
- Owner: paberr
- License: mit
- Created: 2019-04-29T02:43:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-06T21:35:12.000Z (about 4 years ago)
- Last Synced: 2023-03-06T18:47:22.178Z (over 3 years ago)
- Language: Rust
- Size: 35.2 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://www.rust-lang.org/learn/get-started#installing-rust) installed.
Compiling the project is then achieved through [`cargo`](https://doc.rust-lang.org/cargo/):
```bash
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:
```bash
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:
```bash
cargo run --release
```
## License
This project is under the [MIT](./LICENSE).