Bitcoin Forum
May 06, 2024, 08:25:54 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Converting Hash160 list to Address  (Read 2059 times)
french (OP)
Newbie
*
Offline Offline

Activity: 20
Merit: 1



View Profile
September 10, 2016, 08:24:03 PM
Merited by ABCbits (1)
 #1

I'm just playing around with the blockchain this weekend but I have a list of Hash160's I need to convert to actual addresses. Is there any tool or way of doing this? I found a site online that does it but after about 100 it starts to give an error.

Thanks!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715027154
Hero Member
*
Offline Offline

Posts: 1715027154

View Profile Personal Message (Offline)

Ignore
1715027154
Reply with quote  #2

1715027154
Report to moderator
1715027154
Hero Member
*
Offline Offline

Posts: 1715027154

View Profile Personal Message (Offline)

Ignore
1715027154
Reply with quote  #2

1715027154
Report to moderator
1715027154
Hero Member
*
Offline Offline

Posts: 1715027154

View Profile Personal Message (Offline)

Ignore
1715027154
Reply with quote  #2

1715027154
Report to moderator
achow101
Moderator
Legendary
*
expert
Offline Offline

Activity: 3388
Merit: 6587


Just writing some code


View Profile WWW
September 10, 2016, 09:47:25 PM
 #2

try http://gobittest.appspot.com/Address. Just enter the hash160 in step 3.

If you want automation, try writing a script. There are many bitcoin libraries available that you can use.

ghost15
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


we are still here and we will stay forever.


View Profile
September 10, 2016, 09:56:45 PM
 #3

I'm just playing around with the blockchain this weekend but I have a list of Hash160's I need to convert to actual addresses. Is there any tool or way of doing this? I found a site online that does it but after about 100 it starts to give an error.

Thanks!
http://bitcoinvalued.com/tools.php
you can convert hash160 to btc address, Generates a Hash160 from a BitCoin's public key..

                   ▄▄▄
               ▄▄███████▄▄
           ▄▄████▀▀   ▀▀████▄▄
       ▄▄████▀▀           ▀▀████▄▄
   ▄▄████▀▀    ██       ██    ▀▀████▄▄
▄████▀▀        ███     ███        ▀▀████▄
███             ███   ███             ███
 ███             ███ ███             ███
  ███             █████             ███
   ███            ▐███▌            ███
    ███         ▄▄██▀██▄▄         ███
     ███      ▄████   ████▄      ███
      ███    ▐█  █▌   ▐█  █▌    ███
       ███    ▀▀▀▀     ▀▀▀▀    ███
        █████████████████████████
DOC.
Tailor

  ▄█████▄
 ██▀   ▀██
▐█       █▌                    ▄▄▄█████████
 ██▄   ▄██                 ▄▄███████████▀▀
  ▀████████████▄▄       ▄███████████▀▀
            ▀▀█████▄ ▄█████████▀▀
               ▀██████████▀▀
               ▄██████████▄▄
            ▄▄█████▀ ▀█████████▄▄
  ▄███████████▀▀        ▀███████████▄▄
 ██▀   ▀██                 ▀▀███████████▄▄
▐█       █▌                    ▀▀▀█████████
 ██▄   ▄██
  ▀█████▀
Unique self-customizing
smart legal contract platform




















Click for PRE-SALE  ▬▬▬
ICO: Mar 31st
xcbtrader
Hero Member
*****
Offline Offline

Activity: 865
Merit: 1006


View Profile
September 10, 2016, 10:07:10 PM
 #4

I'm just playing around with the blockchain this weekend but I have a list of Hash160's I need to convert to actual addresses. Is there any tool or way of doing this? I found a site online that does it but after about 100 it starts to give an error.

Thanks!

Simple scrypt in python

Code:
from bitcoin import *

hash160 = '010966776006953D5567439E5E39F86A0D273BEE'
addr = pubtoaddr(hash160)
print addr


rico666
Legendary
*
Offline Offline

Activity: 1120
Merit: 1037


฿ → ∞


View Profile WWW
September 16, 2016, 09:09:55 AM
 #5


Simple scrypt in python


That works only with Litecoin.  Wink


Rico

all non self-referential signatures except mine are lame ... oh wait ...   ·  LBC Thread (News)  ·  Past BURST Activities
xcbtrader
Hero Member
*****
Offline Offline

Activity: 865
Merit: 1006


View Profile
September 17, 2016, 02:04:01 PM
 #6


Simple scrypt in python


That works only with Litecoin.  Wink


Rico


No, only  bitcoin, no litecoin ...

Snorek
Legendary
*
Offline Offline

Activity: 1400
Merit: 1001



View Profile
September 18, 2016, 02:11:15 PM
 #7

Apparently you can convert  Hash160 to Address here: http://www.piridox.com/ it is a new minimalistic service I found.
But I haven't tested it and it seems it converts only one address at a time.
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!