Private Key To UnCompress
Convert Private Key Hex to uncompress Address
generated random Private Key and convert to uncompress bitcoin address on blockthon
with 3 different method
or can use PrivateKey_To_Addr
on Blockthon.Wallet
, param:[privatekey(str), compress=True/False] return uncompressAddress
on string
type:
or can use Blockthon.Bitcoin
import PrivateKey_To_Address
with param privatekey
& Just Type='uncompress'
:
Last updated