Bitcoin Forum
April 26, 2024, 12:49:58 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Bitcoin address hashing?  (Read 196 times)
CryptoSpook (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
October 20, 2018, 04:19:17 PM
 #1

Does anyone know how to get the complete hash of a regular bitcoin address? Trying to recover my old old wallet and the recovery service needs the hash.
1714092598
Hero Member
*
Offline Offline

Posts: 1714092598

View Profile Personal Message (Offline)

Ignore
1714092598
Reply with quote  #2

1714092598
Report to moderator
1714092598
Hero Member
*
Offline Offline

Posts: 1714092598

View Profile Personal Message (Offline)

Ignore
1714092598
Reply with quote  #2

1714092598
Report to moderator
TalkImg was created especially for hosting images on bitcointalk.org: try it next time you want to post an image
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714092598
Hero Member
*
Offline Offline

Posts: 1714092598

View Profile Personal Message (Offline)

Ignore
1714092598
Reply with quote  #2

1714092598
Report to moderator
1714092598
Hero Member
*
Offline Offline

Posts: 1714092598

View Profile Personal Message (Offline)

Ignore
1714092598
Reply with quote  #2

1714092598
Report to moderator
1714092598
Hero Member
*
Offline Offline

Posts: 1714092598

View Profile Personal Message (Offline)

Ignore
1714092598
Reply with quote  #2

1714092598
Report to moderator
AdolfinWolf
Legendary
*
Offline Offline

Activity: 1946
Merit: 1427


View Profile
October 20, 2018, 05:29:39 PM
Last edit: October 20, 2018, 06:26:03 PM by AdolfinWolf
 #2

Does anyone know how to get the complete hash of a regular bitcoin address? Trying to recover my old old wallet and the recovery service needs the hash.
Almost all of the functions used to generate a bitcoin adress are a "one-way function". Otherwise, one could possibly reverse it and generate a public -> private key out of it and thus steal your funds.

I don't really see what you're looking for here. I think the furthest you can go is to the binary adress of a bitcoin adress.

Which means that you know the  RIPEMD-160 hash + the added 4 SHA-256 hashed bytes used as checksum?

See; https://en.bitcoin.it/wiki/Technical_background_of_version_1_Bitcoin_addresses

The example given by the wiki;
Quote
Code:
1PMycacnJaSqwwJqjawXBErnLsZ7RkXUAs
in http://lenschulwitz.com/base58

Gives;

Code:
00F54A5851E9372B87810A8E60CDD2E7CFD80B6E31C7F18FE8

Which
Code:
00f54a5851e9372b87810a8e60cdd2e7cfd80b6e31
is the final RIPEMD-160 hash.

And
Code:
c7f18fe8
the SHA-256 checksum.
I doubt you can go any further than this...?

CryptoSpook (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
October 20, 2018, 05:42:45 PM
 #3

Does anyone know how to get the complete hash of a regular bitcoin address? Trying to recover my old old wallet and the recovery service needs the hash.
Almost all of the functions used to generate a bitcoin adress are a "one-way function". Otherwise, one could possibly reverse it and generate a private key out of it and thus steal your funds.

I don't really see what you're looking for here. I think the furthest you can go is to the binary adress of a bitcoin adress.

Which means that you know the  RIPEMD-160 hash + the added 4 SHA-256 hashed bytes used as checksum?

See; https://en.bitcoin.it/wiki/Technical_background_of_version_1_Bitcoin_addresses

The example given by the wiki;
Quote
Code:
1PMycacnJaSqwwJqjawXBErnLsZ7RkXUAs
in http://lenschulwitz.com/base58

Gives;

Code:
00F54A5851E9372B87810A8E60CDD2E7CFD80B6E31C7F18FE8

Which
Code:
00f54a5851e9372b87810a8e60cdd2e7cfd80b6e31
is the final RIPEMD-160 hash.

And
Code:
c7f18fe8
the SHA-256 checksum.
I doubt you can go any further than this...?

Daaaaaaaaaaamn. Looks like I'm out 1.5 million dollars. Thank you.
AdolfinWolf
Legendary
*
Offline Offline

Activity: 1946
Merit: 1427


View Profile
October 20, 2018, 05:50:29 PM
Last edit: October 20, 2018, 08:02:00 PM by AdolfinWolf
 #4

Don't be so quick about that! I might be misunderstanding your question.

Could you link me the recovery service you're talking about, and their "instructions".

Also, what data do you still have? What wallet did you use to store the 1.5 million on?
Is the only thing that you have left your bitcoin adress?

Abdussamad
Legendary
*
Offline Offline

Activity: 3598
Merit: 1560



View Profile
October 21, 2018, 03:03:34 AM
 #5

Does anyone know how to get the complete hash of a regular bitcoin address? Trying to recover my old old wallet and the recovery service needs the hash.

give them the address and let them figure it out. if they can't then they won't be able to recover your wallet either.
bob123
Legendary
*
Offline Offline

Activity: 1624
Merit: 2481



View Profile WWW
October 21, 2018, 10:29:22 AM
 #6

Does anyone know how to get the complete hash of a regular bitcoin address? Trying to recover my old old wallet and the recovery service needs the hash.

What are you referring to with 'hash' ? The address itself is a hash of the public key (It is the RIPEMD-160 hash of the SHA256 hash of the public key).

Also, which recovery service is it ? And what exactly are they going to do ? Simply bruteforcing a private key wouldn't make sense.


I am with AdolfinWolf here. The link to the service and the original 'instructions' could be very helpful for us to understand what you mean.



give them the address and let them figure it out. if they can't then they won't be able to recover your wallet either.

That's nonsense. Noone will be able to 'recover' (or better: crack) a wallet with knowing only the address.
This is the whole sense of such a big keyspace..

Abdussamad
Legendary
*
Offline Offline

Activity: 3598
Merit: 1560



View Profile
October 24, 2018, 02:00:26 PM
 #7

give them the address and let them figure it out. if they can't then they won't be able to recover your wallet either.

That's nonsense. Noone will be able to 'recover' (or better: crack) a wallet with knowing only the address.
This is the whole sense of such a big keyspace..


Who said anything about recovering the private keys from the address? OP makes no mention of any such thing and neither do I. He says he's being asked for the hash of the address. Sounds like they want the hash160 which they can recover from the address itself.

Sometimes when you are trying to bruteforce a wallet you want public keys, addresses or extended public keys relevant to the user. This way you have something to check against. This is my best guess as to why they would want the hash160 of the public key.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!