From 1ff0e960521d0ba0c44cb822d3480eee58e891f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ursister=20=F0=9F=90=8D=F0=9F=A6=80?= <106648827+ursisterbtw@users.noreply.github.com> Date: Thu, 21 Nov 2024 01:21:56 -0500 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 328ed5f..26e2db7 100644 --- a/README.md +++ b/README.md @@ -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.