mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
bin: Implement vanity address search tool as threadpool experiment.
This commit is contained in:
16
bin/vanityaddr/Cargo.toml
Normal file
16
bin/vanityaddr/Cargo.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[package]
|
||||
name = "vanityaddr"
|
||||
version = "0.3.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
clap = {version = "3.1.6", features = ["derive"]}
|
||||
bs58 = "0.4.0"
|
||||
num_cpus = "1.13.1"
|
||||
rand = "0.8.5"
|
||||
rayon = "1.5.1"
|
||||
serde_json = "1.0.79"
|
||||
|
||||
[dependencies.darkfi]
|
||||
path = "../../"
|
||||
features = ["crypto", "util"]
|
||||
Reference in New Issue
Block a user