You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, im basic. I need to print private and public key. I tried to use $bitcoinECDSA->getPrivateKey();, buto when i do this, the private key is not for generateg BTC address, but other. Can you help me?
Your code looks correct although I did not run it.
Instead of getting the private key in its Hex format you can also get it under its WIF format using $bitcoinECDSA->getWif();
Hi, im basic. I need to print private and public key. I tried to use
$bitcoinECDSA->getPrivateKey();
, buto when i do this, the private key is not for generateg BTC address, but other. Can you help me?Full code:
The text was updated successfully, but these errors were encountered: