YCYuvraj Chhetriinbytecorner.dev路Aug 6, 2024 路 5 min readPeer-observer: Monitor your Bitcoin PeersBitcoin is a decentralized currency system governed by a peer-to-peer network. It was introduced by a group or person known as Satoshi Nakamoto in their white paper SatsNaka. Value is transferred on the network by sending transactions. Bitcoin uses a...01S
YCYuvraj Chhetriinbytecorner.dev路Jun 30, 2024 路 7 min readTracing in Bitcoin CoreWhat is Tracing? 馃 Tracing typically involves capturing and recording information about the system to debug or perform a real-time analysis of the system. It helps identify bugs in the system. Do you know when we add print messages to the code to de...02SBS
YCYuvraj Chhetriinbytecorner.dev路Jun 8, 2024 路 5 min readHow to Successfully Run a Full Bitcoin NodeBitcoin is a decentralised monetary system that is running in a peer-to-peer system across the world. This is however achieved using two rules which are:i. The software that delivers (Bitcoin Core)ii. Network participants that help in running (Nodes)...00