naiyoma.hashnode.devA Review Of BIP324BIPs can be confusing and sometimes hard to keep up with, especially if you are just getting started. This review series aims to summarize and provide a brief overview of the general ideas in a beginner-friendly way. So read along :) Bitcoin improvem...Apr 16, 2024·6 min read
naiyoma.hashnode.devMerkle Trees Implementation In Git and BitcoinTree DataStructures Tree data structures are widely used in computer science. This hierarchical data structure takes the form of an inverted tree, where the root of the tree is the topmost level, and the leaves follow downwards. The way the data is s...Apr 2, 2024·8 min read
naiyoma.hashnode.devInitial Peer Discovery in BitcoinIn the Bitcoin Network, Peer- Discovery is an essential process that ensures nodes can effectively connect and exchange information. This plays a critical role in securing the network by ensuring blocks are propagated and transactions can be validate...Mar 21, 2024·6 min read
naiyoma.hashnode.devA Python Guide to Multisigs and PSBTsImagine Alice and Bob are running a business together. They need to authorize joint expenses, so they opt for a 2-of-2 multisig wallet. Valuing flexibility and security, they encounter a challenge, sometimes Alice is offline and unable to sign transa...Feb 21, 2024·7 min read
naiyoma.hashnode.devGuide to Creating a Wallet and Performing Transactions on Bitcoind with python-bitcoinrpcIntroduction Have you ever wondered how to directly interact with a Bitcoin node using Python? This article serves as a simple guide, offering functionalities to get you started. It provides hands-on experience covering the creation of wallets, secur...Jan 30, 2024·4 min read