The Bitcoin address collider
- generates public/private keys
- derives the corresponding wallet addresses
- determines if the address has been used
TODO
This project enabled me to
- learn Rust
- explore cryptographical security of bitcoin addresses
By default, the collider searches for collisions with the top 10 funded bitcoin addresses (as of April 2022).
cargo run --releaseTo increase the probabilty of a collision you can use an extended list of bitcoin addresses, e.g. all funded addresses or all addresses ever used.
Once you downloaded the list, replace the soft link in the addresses folder as shown below.
ln -sf <addresses_file>.txt.gz latest.txt.gz