Private Key To Digibyte
convert private key hex to digibyte address
from cryptofuzz import DigiByte
# digibyte class
dgb = DigiByte()
# private key hex
pvk = "db6fae9db7f5314e1249390b8e38a91a6dff98c655f25a6bf01f8619f2b70e65"
# digibyte address
dgb_address = dgb.hex_addr(pvk)
print(dgb_address)
# output : D7X2P2Y8XuPG815KtoJRL62rStvhC8jF82Last updated