i want to convert list of hash160 file to bitcoin address please can you help me about that..!! thanks in advance. from bitcoin import * hash160 = '010966776006953D5567439E5E39F86A0D273BEE' addr = pubtoaddr(hash160.encode('utf-8')) print (addr)
i want to convert list of hash160 file to bitcoin address please can you help me about that..!! thanks in advance.
from bitcoin import *
hash160 = '010966776006953D5567439E5E39F86A0D273BEE'
addr = pubtoaddr(hash160.encode('utf-8'))
print (addr)