Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 873 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 873 Bytes

bitcoin-tools

Useful bitcoin tools and some rust code behind.

Building

git clone https://github.com/ilerik/bitcoin-tools.git
cd bitcoin-tools
  • Build required tools from project folder using cargo
cargo build --release --bin <tool-name>

Tools

Below is the list of tools available.

1. genaddress

Allows you to generate bitcoin address \ private key pair for Bitcoin main blockchain. Also allows you to run brute force search for the address that matches regular expression you specify with -p option.

cargo build --release --bin genaddress
cd ./target/release/
./genaddress -p 1User -v -t 5 # usage example search for 1User* bitcoin address