Given the following example hash: 1ee917ec6ab6339e563d55abee50a49ccdb7d827cf087c0884f3da3b86e0dff4, and the following example private key: 483F2F5445D97B948A61C0D58CCC438126F3746220556942662B999178E8A0C4, how can I sign the transaction in PHP?
Asked
Active
Viewed 533 times
0
user2298995
- 193
- 3
- 14
-
https://github.com/Bit-Wasp/bitcoin-php – MCCCS Jan 10 '18 at 16:10
-
Thanks but I'm looking for the actual process without using a library of some sort. – user2298995 Jan 10 '18 at 18:54
-
1Do you want a description of how signing works in general or specific code implementing signing in PHP (aka an ECDSA implementation in PHP)? – Ava Chow Jan 12 '18 at 22:36
-
Hi, I already understood the process. I'm looking for specific code implementation as I failed to achieve it myself. – user2298995 Jan 13 '18 at 10:21