Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ursisterbtw authored Nov 21, 2024
1 parent d91ac08 commit 1ff0e96
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

`hash_hunter` is a simple Ethereum vanity address generator written in both Rust and Python. It is designed to be a proof of concept for generating Ethereum addresses with a specific prefix and suffix, as well as some other features.

## Features

- Multi-language implementation (Rust, Python, Cython)
- Pattern matching for address prefixes and suffixes
- EIP-55 checksum support
- Rarity scoring system
- Multi-threaded processing
- Progress tracking and logging
- Docker support
- Configurable parameters
- Address verification + entropy scoring

🦀 `main.rs` 🦀 is designed to max out cpu, 🐍 `main.py` 🐍 is a little more considerate.

Setup finished, python/rust working as intended.
Expand Down

0 comments on commit 1ff0e96

Please sign in to comment.