Problem I wanted to learn how to create a Bitcoin wallet in code. I used as reference this guide which […]
Tag: cryptocurrency
Bitcoin Hash (Merkle) Tree implementation in Java
Problem I’m learning about how full nodes can send a Merkle root + a list of hashes, so that a […]