Bitcoin Forum
May 08, 2024, 06:54:55 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Mass Bitcoin Addresses to Hush 160 Converter  (Read 273 times)
napulsnik (OP)
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
December 11, 2017, 12:32:57 PM
 #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
1715194495
Hero Member
*
Offline Offline

Posts: 1715194495

View Profile Personal Message (Offline)

Ignore
1715194495
Reply with quote  #2

1715194495
Report to moderator
1715194495
Hero Member
*
Offline Offline

Posts: 1715194495

View Profile Personal Message (Offline)

Ignore
1715194495
Reply with quote  #2

1715194495
Report to moderator
1715194495
Hero Member
*
Offline Offline

Posts: 1715194495

View Profile Personal Message (Offline)

Ignore
1715194495
Reply with quote  #2

1715194495
Report to moderator
Transactions must be included in a block to be properly completed. When you send a transaction, it is broadcast to miners. Miners can then optionally include it in their next blocks. Miners will be more inclined to include your transaction if it has a higher transaction fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715194495
Hero Member
*
Offline Offline

Posts: 1715194495

View Profile Personal Message (Offline)

Ignore
1715194495
Reply with quote  #2

1715194495
Report to moderator
LegionCoin
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
December 11, 2017, 12:37:44 PM
 #2

help you up topic, sorry i dont know
pebwindkraft
Sr. Member
****
Offline Offline

Activity: 257
Merit: 343


View Profile
December 11, 2017, 12:47:59 PM
 #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 :-)

napulsnik (OP)
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
December 11, 2017, 01:00:33 PM
 #4

Thank you. But maybe there is a simple script on the python?
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!