Skip to content

ilerik/bitcoin-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Useful bitcoin tools and code behind

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages