Lets hand craft a SegWit transaction using only built-in Python3 functions for hex/bytes manipulation and Sagemath for elliptic curves arithmetic.
[Read More]Bech32 segwit address
Bitcoin
This is how to generate a Bech32 native segwit address in just a few lines of ZSH shell.
[Read More]Introducing Cryptos-ruby project
Open-source
I just want to announce the very first release [v0.0.3] of Cryptos-ruby project, a simple and very easy to use Ruby API to manipulate multiple crypto coins.
[Read More]Bitcoin transaction by hand
Bitcoin
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]Bitcoin address
Bitcoin
This article will present two ways of generating a Bitcoin address: the hard way using simple math and the easy way using an existing Bitcoin library.
[Read More]