0
Given the following example hash: 1ee917ec6ab6339e563d55abee50a49ccdb7d827cf087c0884f3da3b86e0dff4, and the following example private key: 483F2F5445D97B948A61C0D58CCC438126F3746220556942662B999178E8A0C4, how can I sign the transaction in PHP?
0
Given the following example hash: 1ee917ec6ab6339e563d55abee50a49ccdb7d827cf087c0884f3da3b86e0dff4, and the following example private key: 483F2F5445D97B948A61C0D58CCC438126F3746220556942662B999178E8A0C4, how can I sign the transaction in PHP?
https://github.com/Bit-Wasp/bitcoin-php – MCCCS – 2018-01-10T16:10:11.400
Thanks but I'm looking for the actual process without using a library of some sort. – user2298995 – 2018-01-10T18:54:46.933
1Do you want a description of how signing works in general or specific code implementing signing in PHP (aka an ECDSA implementation in PHP)? – Andrew Chow – 2018-01-12T22:36:52.830
Hi, I already understood the process. I'm looking for specific code implementation as I failed to achieve it myself. – user2298995 – 2018-01-13T10:21:48.200