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)balance = block.Balance_BitcoinGold(Address)Last updated