Tag: technical

25 pages tagged "technical"

A detailed technical walkthrough of Bitcoin mining — from block template construction and transaction selection to SHA-256 double hashing, difficulty targets, nonce searching, block propagation, mining pool mechanics, and ASIC evolution.

BitcoinMiningTechnical

A practical guide to running your own Bitcoin full node — from hardware requirements and Bitcoin Core installation to Tor configuration and connecting your wallet.

BitcoinSecurityTechnical

Activated in 2021, Taproot introduced Schnorr signatures, MAST, and Tapscript — fundamentally improving Bitcoin's privacy, efficiency, and smart contract capabilities through a soft fork.

BitcoinTechnical

Ordinal theory assigns unique numbers to each satoshi, while Inscriptions permanently record data on the Bitcoin blockchain. The new use case that has shaken the Bitcoin ecosystem since 2023.

BitcoinTechnical

A complete guide to Bitcoin wallet addresses: how they are generated, the different address types (P2PKH, P2SH, SegWit, Taproot), and best practices for safe use.

BitcoinTechnical

Understand Bitcoin's UTXO (Unspent Transaction Output) model through hands-on examples. Compare it with Ethereum's account model and learn how UTXO selection affects transaction fees.

BitcoinTechnical

Learn the real mechanics of Bitcoin transaction fees with practical examples. Covers sat/vbyte units, virtual byte calculation, how to estimate the right fee, and strategies to avoid overpaying.

BitcoinTechnical

What Is a TXID?

beginner

The definition of a Bitcoin Transaction ID (TXID), how it is generated, real-world examples, the malleability problem, and how SegWit solved it. Understanding TXIDs is the key to tracking Bitcoin transactions.

BitcoinTechnical

Learn how to break down and read the internal structure of a Bitcoin transaction. Interpret the version, inputs, outputs, and locktime fields one by one, understand fee calculation and what confirmations mean, then practice by looking up a real transaction on txid.uk.

BitcoinTechnical

How the mempool works: the waiting room for Bitcoin transactions before they are included in a block. Covers each node's independent mempool, miner transaction selection, fee competition, RBF and CPFP, and the risks of zero-confirmation transactions.

BitcoinTechnical

A detailed explanation of how the blockchain enables transactions without banks. We take a deep look at block structure, hash functions, and how decentralization actually works.

BitcoinTechnical

A detailed technical breakdown of Bitcoin's block structure — from the 80-byte header to the coinbase transaction, SegWit witness data, and block weight. Includes hex analysis of a real block header.

BitcoinTechnical

A deep technical guide to Bitcoin Script — the stack-based programming language that defines how bitcoin can be spent. Covers opcodes, standard script types (P2PKH, P2SH, P2WPKH, P2TR), execution traces, timelocks, multisig, and Tapscript.

BitcoinTechnical

A comprehensive technical guide to Bitcoin address types — P2PKH (1...), P2SH (3...), P2WPKH (bc1q...), P2TR (bc1p...). Covers Base58Check vs Bech32/Bech32m encoding, checksum mechanisms, key derivation, and why Bech32m is superior.

BitcoinTechnical

A Merkle tree is a binary hash tree structure that efficiently verifies data integrity by summarizing large amounts of data into a single hash value.

BitcoinTechnical

Bitcoin manages balances not as account totals but as sums of unspent transaction outputs (UTXOs). The coin model's principles and its privacy and security advantages.

BitcoinTechnical

The classic distributed computing problem that Bitcoin elegantly solves through proof of work, enabling trustless consensus.

BitcoinTechnical

51% Attack

Intermediate

What happens when one entity controls majority hashrate — theoretically possible, practically impossible on Bitcoin.

BitcoinTechnical

ASIC Mining

Intermediate

How specialized chips designed solely for SHA-256 hashing transformed Bitcoin mining from a hobby into an industrial operation.

BitcoinMiningTechnical