Posted on November 25, 2021
| 6 minutes
| 1192 words
|
Lets hand craft a SegWit transaction using only built-in Python3 functions for hex/bytes manipulation and Sagemath for elliptic curves arithmetic.
[Read More]
Posted on November 11, 2018
| 9 minutes
| 1724 words
|
This is Part 2 of ‘The hard way - Bitcoin’ series and I will start with ’the easy way’ section first because even this gets a bit complex, then will continue with the hard stuff, crafting a Bitcoin transaction from scratch using basic math and cryptography.
[Read More]