Author

Topic: Mass Bitcoin Addresses to Hush 160 Converter (Read 278 times)

newbie
Activity: 19
Merit: 0
December 11, 2017, 09:00:33 AM
#4
Thank you. But maybe there is a simple script on the python?
sr. member
Activity: 257
Merit: 343
December 11, 2017, 08:47:59 AM
#3
so you want to basically do 3 steps:

1.) base58decode the address
2.) remove last 4 Bytes (this is a checksum)
3.) remove first byte (this is network identifier)

There are many tools out there, but you didn't tell us, what operating system you use.
On https://rosettacode.org/wiki/Bitcoin/address_validation are many different address validators, see if this fits your needs.
The bitcoin explorer provides as well a decode function: https://github.com/libbitcoin/libbitcoin-explorer/wiki/bx-base58check-decode
And there was also a Perl version: http://lenschulwitz.com/base58

Not sure if a final tool exists, that picks up your somehow formatted list, and converts it, but with a little bit coding know-how, the links above will do :-)

newbie
Activity: 32
Merit: 0
December 11, 2017, 08:37:44 AM
#2
help you up topic, sorry i dont know
newbie
Activity: 19
Merit: 0
December 11, 2017, 08:32:57 AM
#1
Hey Guys,

I have a list of bitcoin addresses and I want translate them to their Hush 160. Is their any tool that can easily transform a textfile with bitcoin addresses inside it to a list of their Hush 160?

I hope somebody can help me  Smiley
Jump to: