brichard19 / BitCrack

A tool for cracking Bitcoin private keys
MIT License
735 stars 491 forks source link

19.586.127 BTC addresses for FREE #165

Open SatoshiNakamotoBitcoins opened 5 years ago

SatoshiNakamotoBitcoins commented 5 years ago

19.586.127 BTC addresses for FREE

https://anonfile.com/1d5cAcjbn5/btcaddresses_zip

Jude-Austin commented 5 years ago

When I use this list, immediately after CLBitcrack.exe runs it finds this address (1JMT8uyrnVAvkhiexbTL9dyyMwTqjKygU9) but the private key is random each time and doesn't correlate to the found address. Why?

SatoshiNakamotoBitcoins commented 5 years ago

@Jude-Austin That's a good question maybe the dev @brichard19 can answer this question; to unlock the right private key to those 11.800 satoshi...;-)

Jude-Austin commented 5 years ago

Someone convert these addresses to pubkeys so we can use this list on Brainflayer.

SatoshiNakamotoBitcoins commented 5 years ago

@Jude-Austin You can do this with this lil Perl Script (it will take a while...;-))...

https://anonfile.com/w6Abe6x5n8/base58perl_pl

SatoshiNakamotoBitcoins commented 5 years ago

@Jude-Austin You have to rename the btc addresses list file into this

base58.txt Place the perl script in the same folder as the base58.txt file...double click the perl script and the magic will happen (ofcourse you also need the perl software)

https://www.perl.org/

Jude-Austin commented 5 years ago

You're the man!

I am curious to see what happens when I try to make the bloom filter with this list.

kaanalican commented 5 years ago

with which program you draw these addresses. Can you post here

SatoshiNakamotoBitcoins commented 5 years ago

@Jude-Austin Uhhh...about 4 weeks a Lambo...;-)

SatoshiNakamotoBitcoins commented 5 years ago

@kaanalican https://github.com/mycroft/chainstate

SkyDr4k3 commented 5 years ago

@SatoshiNakamotoBitcoins Would it be possible to have an updated list of wallets containing at least 1 BTC? at this time many addresses are almost empty. Many have less than 1 dollar on them :(

OSoup commented 5 years ago

@SkyDr4k3 https://anonfile.com/F8BaG814n8/btc_addresses_20190721_over_0.10btc_txt

SkyDr4k3 commented 5 years ago

@su314ka thank you a lot man!

SatoshiNakamotoBitcoins commented 5 years ago

@SkyDr4k3 @su314ka Suka dit the job already...my man...

Gcute commented 5 years ago

@satoshiNakamotoBitcoins pls how can I contact you privately?

Gcute commented 5 years ago

@satoshiNakamotoBitcoins thanks

SkyDr4k3 commented 5 years ago

is there a website that upload these lists of wallets regularly?

OSoup commented 5 years ago

https://balances.syndevio.com - hurry up. Will be closed soon.

SkyDr4k3 commented 5 years ago

https://balances.syndevio.com - hurry up. Will be closed soon.

i download it but i see that there is the wallet's value next to each line. It makes crash bitcrack :(

OSoup commented 5 years ago

Edit the file with emeditor. You need only addresses with 1

SkyDr4k3 commented 5 years ago

Edit the file with emeditor. You need only addresses with 1

thank you, it worked, i eliminated the column. But may i ask you why i need only wallets that starts with 1?

OSoup commented 5 years ago

From what i know bitcrack is working only with P2PKH addresses.

kpot87 commented 4 years ago

@Jude-Austin You have to rename the btc addresses list file into this

base58.txt Place the perl script in the same folder as the base58.txt file...double click the perl script and the magic will happen (ofcourse you also need the perl software)

https://www.perl.org/

but after what we received? it is not pub key

SatoshiNakamotoBitcoins commented 4 years ago

@kpot87 The perl script is to convert a BTC address base58 to a hash160

hash160 Brainflayer base58 Bitcrack pubkey Kangaroo Jean-Luc (at the moment not multi pubkey supported, so you only need ONE)

You can not simply convert a base58 or hash160 into a pubkey...because there must be at least ONE spend transaction on that BTC address, otherwise the pubkey is not exposed (you could say BTC security)

Cheers Satoshi