Skip to content

Commit

Permalink
I'm questioning my life choices
Browse files Browse the repository at this point in the history
  • Loading branch information
Emivvvvv committed Jan 24, 2025
1 parent 5df8b0e commit 982183c
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 0 deletions.
76 changes: 76 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ secp256k1 = { version = "0.30.0", features = ["rand"] }
sha3 = "0.11.0-pre.4"
log = "0.4.25"
memx = "0.1.32"
openssl = { version = "0.10", features = ["vendored"] }

[dev-dependencies]
tempfile = "3.6"
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# <img src='images/bitcoin.svg' height='22'> <img src='images/ethereum.png' height='22'> btc-vanity

> [!IMPORTANT]
> For Solana support, see [solana branch](https://github.com/Emivvvvv/btc-vanity/tree/solana) or Crate on [crates.io](https://crates.io/crates/btc-vanity).
A blazingly fast vanity address generator written with the Rust programming language. Supporting Bitcoin and Ethereum.

With btc-vanity, you can generate wallets that has custom addresses with prefixes, suffixes, substrings, or even regex patterns.
Expand Down

0 comments on commit 982183c

Please sign in to comment.