JeanLucPons / Kangaroo

Pollard's kangaroo for SECPK1
GNU General Public License v3.0
234 stars 170 forks source link

Wallet Address Format #60

Open dlasher opened 3 years ago

dlasher commented 3 years ago

Apologies if this is an easy question, but I can't seem to grasp it.

What format does the text file need for the address?

Example

Puzzle #85: 84bits private key [284,285-1], 1Kh22PvXERd2xpTQk3ur6pPEqFeckCJfAr

1000000000000000000000 1FFFFFFFFFFFFFFFFFFFFF 0329c4574a4fd8c810b7e42a4b398882b381bcd85e40c6883712912d167c83e73a

How are you converting 1Kh22PvXERd2xpTQk3ur6pPEqFeckCJfAr into 0329c4574a4fd8c810b7e42a4b398882b381bcd85e40c6883712912d167c83e73a?

That second one isn't a format I recognize from anywhere.

ilyalev commented 3 years ago

This is a pub key for 1Kh22PvXERd2xpTQk3ur6pPEqFeckCJfAr. Not possible convert. When this wallet outgoing transaction, this transaction sign pubkey. You can pub key for any wallet if send coin this wallet.

seokchul-kwon commented 3 years ago

It may be the question below. Probably the same.

Example Puzzle #85: 84bits private key [284,285-1], 1Kh22PvXERd2xpTQk3ur6pPEqFeckCJfAr

1000000000000000000000 1FFFFFFFFFFFFFFFFFFFFF 0329c4574a4fd8c810b7e42a4b398882b381bcd85e40c6883712912d167c83e73a

You are about to create a file for retrieving Bitcoin addresses from an in.txt file.

1Kh22PvXERd2xpTQk3ur6pPEqFeckCJfAr I want to retrieve the address, 0329c4574a4fd8c810b7e42a4b398882bcd85e40c683712d167c83e73a This public key is supposed to be inserted into the in.txt.

Please tell me how this number came out.

I think I can use the program only if I know this. Thank you for making a good program.

marssystems commented 3 years ago

This is fully explained in this youtube video -

https://www.youtube.com/watch?v=1n4g3eYX1UI

Enjoy!

seokchul-kwon commented 3 years ago

thank you..I understand!!!..

marssystems commented 3 years ago

That's great!

Now you can find the public key of any bitcoin wallet address.

seokchul-kwon commented 3 years ago

That's great!

Now you can find the public key of any bitcoin wallet address.

Thank you so much for your professional help. I think starting with Bitcoin 1 and starting with 3, is it possible to check that Pubkey starts with 3, too?

I need professional help.

marssystems commented 3 years ago

No - I don't think so. As I understand it - the public key can start with 02, 03 or 04 only. It doesn't matter if the bitcoin address starts with 1, 3 or bc1.