Post
Topic
Board Development & Technical Discussion
Re: BitCrack - A tool for brute-forcing private keys
by
citb0in
on 06/12/2022, 06:08:47 UTC
Why BitCrack doesn't support new types of adress? (from '3' or 'bc' starting)?

And another quesion. Is this adresses also generating from the same space of numbers as P2PKH keys? I mean, that for example I have a private key
 
Code:
36a9e7f1c95b82ffb99743e0c5c4ce95d83c9a430aac59f84ef3cbfab6145068

For this key I have two P2PKH adresses  1AxSQFHqQ2nFUbZwcWSmHYrYumuQnK2nYG 12b9TofPY9R5gtKRUHBWjQrNP6mBYZuFqr. Can I generate also P2SH adress using this key?

sure. The private key you mentioned results in:

Code:
Bitcoin address = 12b9TofPY9R5gtKRUHBWjQrNP6mBYZuFqr
Uncompressed Bitcoin address = 1AxSQFHqQ2nFUbZwcWSmHYrYumuQnK2nYG
Segwit address = bc1qz9k42yuypn3h0u98dfjw6frlxn3mhhc07pwhqg
p2sh segwit address = 31iwoQNky2ZMHEgYnTnARVmHEHArTqwLUq (corresponding p2sh script   : 0014116d5513840ce377f0a76a64ed247f34e3bbdf0f)