Isaacdelly / Plutus

An automated bitcoin wallet collider that brute forces random wallet addresses
1.11k stars 520 forks source link

P2SH and Segwit address required. #267

Closed Bicni closed 1 year ago

Bicni commented 1 year ago

The current method only generates a legacy address but searched in all bitcoin address. Can you generate P2SH and Segwit address and separate the BITCOIN DATA fetch from LOYCE.CLUB into different addr type?

GoZippy commented 1 year ago

+1 for this

Isaacdelly commented 1 year ago

we would have to generate a P2SH, Segwit, and Legacy address for every private key we generate, which would make the program almost 3x as slow. A large majority of addresses in the databse are legacy so we have the best odds making the legacy computation as fast as possible and just keeping it simple