BitcoinGold Address From HEX

Generated and Convert Private Key Hex To BitcoinGold Address wallet

import Blockthon as block

# Generated Private Key
privatekey = block.PrivateKey()
# Convert private key hex To BitcoinGold address
Address = block.BTG_From_PrivateKey(privatekey)

check Balance Value Bitcoin Gold Address Wallet With Blockthon:

balance = block.Balance_BitcoinGold(Address)

return in balance response number to string example : '0'

Last updated