BTCCollider

BTCCollider(Linux & Windows)

BTCCollider generates BTC p2pkh address pair (and their corresponding private keys) that share the same prefix. It looks for a pair of distinct HASH160 starting with the same bits (a partial collision) using the so called “distinguished point” method which allows to efficiently take benefit of the birthday paradox using parallel calculations. BTCCollider supports multi GPU using CUDA and is based on VanitySearch enigne.

Download Linux:

 

git clone https://github.com/CryptoXploit/BTCCollider.git

 

 

 

Download Windows:

 

https://github.com/CryptoXploit/BTCCollider/raw/main/BTCCollider%20Windows/BTCCollider.exe

 

 

 

we do have similar tool for CPU and its pairgen

Options

lets fire up the tool-

C:\Tools>BTCCollider.exe -h

Program Run

lets find the collision using 64 bits 10 CPU threads and default settings for GPU grid size(you can play with GPU Grid size for optimal speed)

C:\Tools>BTCCollider.exe -gpu -s 64 -t 10

these are valid pairs with distinguished hashes.

Total
0
Shares
Leave a Reply

Your email address will not be published. Required fields are marked *

Prev
VanitySearch

VanitySearch

VanitySearch is a bitcoin address prefix finder

Next
Kangaroo

Kangaroo

A Pollard’s kangaroo interval ECDLP solver for SECP256K1 (based on

You May Also Like