Author

Topic: Converting Hash160 list to Address (Read 2080 times)

legendary
Activity: 1400
Merit: 1001
September 18, 2016, 09:11:15 AM
#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.
hero member
Activity: 865
Merit: 1006
September 17, 2016, 09:04:01 AM
#6

Simple scrypt in python


That works only with Litecoin.  Wink


Rico


No, only  bitcoin, no litecoin ...
legendary
Activity: 1120
Merit: 1037
฿ → ∞
September 16, 2016, 04:09:55 AM
#5

Simple scrypt in python


That works only with Litecoin.  Wink


Rico
hero member
Activity: 865
Merit: 1006
September 10, 2016, 05: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

sr. member
Activity: 392
Merit: 250
we are still here and we will stay forever.
September 10, 2016, 04: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..
staff
Activity: 3458
Merit: 6793
Just writing some code
September 10, 2016, 04: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.
newbie
Activity: 20
Merit: 1
September 10, 2016, 03:24:03 PM
#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!
Jump to: