vlnahp / Btcbf

Bitcoin private key brute force tool, written in python. Also can be used as a bitcoin wallet generator.
GNU Affero General Public License v3.0
334 stars 135 forks source link

Address.txt file question. #50

Closed marssystems closed 2 years ago

marssystems commented 2 years ago

The address.txt file contains 3 types of bitcoin address - 1xxx, 3xxx and bc1. Does the program generate and check all 3 types of address or just the basic 1xxx ?

vlnahp commented 2 years ago

The program only generates P2PKH addresses. address.txt is a sample database and should be replaced with a rich one.

marssystems commented 2 years ago

I thought as much. Edited out the non 1xxx addresses and I will see how it goes.