Posts tagged: blockchain
The Decentralization Paradox: Wallet Downtime and Indexer Monopolies
Why my "non-custodial" wallet went blind, analyzing the heavy indexer bottlenecks in modern UTXO and account-based networks, and setting up the architectural comparison between BSV, BTC, Ethereum, and Solana.
Solana vs. Bitcoin SV: Two Approaches to Monolithic L1 Scaling
A deep systems engineering comparison of monolithic L1 scaling: dissecting Solana's account-based parallel execution (Sealevel) against Bitcoin SV's UTXO parallelism and database state designs.
Decentralization & Governance: Comparing BTC, BSV, XCH, Linux, and the JVM
A deep comparative analysis of decentralization models: dissecting how Bitcoin (BTC), Bitcoin SV (BSV), Chia (XCH), the Linux Kernel, and the JVM manage updates, code consensus, and power.
Bitcoin v0.1 Set in Stone: Building a functional blockchain toolkit in Clojure
A deep dive into bsv-clj, a Clojure toolkit built to explore Bitcoin's original, immutable protocol design through a JSON-RPC client, wallet toolkit, and custom block explorer.