0
I have the following...
Bitcoin Address: 1H2zzoAncRcQYihgTMYtX55ioXYErmYQQC
Public Key: 021FE07FBBB27AD176F1E082950474CD6252FB86751B893BC0887962B008830798
WIF Key: Kzy3fea4xCwLczAj3g8TYvDw6QRKCMqvVZX2J7vaXgy78VhieRdV
HEX Key: 6FCE4A50EA529B2D4B3E9671B5B0AA0D5D19266D778FB005F25AE4599D5D2BA0
I need to sign: Just a sample text
I want this result: H9saC8UiO0n++3dHZev/apRXkQCrqFofvW9vMpzWqPKsYTNvx/4bdtbdcMORGvNblQknT34UErnwEM3fxTZII0U=
How can I code it only in PHP without calling any API or invoking any JS library?
The ultimate documentation is the Bitcoin Core source code. So the short answer to your question is: read their code and reimplement in your language. – Nate Eldredge – 2017-08-16T01:02:27.350
BTW, never use this address for anything ever again since the priv key is published. – Willtech – 2018-03-11T01:20:02.367