Tagged articles
22 articles
Page 1 of 1
Chen Tian Universe
Chen Tian Universe
Sep 24, 2025 · Blockchain

How Bitcoin Achieves Trustless Peer‑to‑Peer Electronic Cash

This paper presents a decentralized peer‑to‑peer electronic cash system that eliminates the need for trusted intermediaries by using digital signatures, a proof‑of‑work timestamp chain, and incentive mechanisms to prevent double‑spending and ensure transaction finality.

BitcoinBlockchainDecentralized
0 likes · 23 min read
How Bitcoin Achieves Trustless Peer‑to‑Peer Electronic Cash
JavaEdge
JavaEdge
Jul 21, 2024 · Blockchain

Understanding Proof of Work, Proof of Stake, and Bitcoin Wallet Basics

This article explains the fundamentals of Proof of Work and Proof of Stake consensus mechanisms, compares their advantages and drawbacks, and introduces Bitcoin wallet types along with the step‑by‑step process of generating mnemonic phrases for hierarchical deterministic wallets.

BitcoinConsensusProof of Stake
0 likes · 10 min read
Understanding Proof of Work, Proof of Stake, and Bitcoin Wallet Basics
ELab Team
ELab Team
Jun 1, 2022 · Blockchain

Build a Simple JavaScript Blockchain: Theory, Code, and Proof‑of‑Work Demo

This article walks through blockchain fundamentals, explains key concepts like decentralization, immutability, and proof‑of‑work, and provides a complete JavaScript implementation with code examples, testing steps, and a practical demo that records World Cup predictions.

BlockchainProof of Workdemo
0 likes · 17 min read
Build a Simple JavaScript Blockchain: Theory, Code, and Proof‑of‑Work Demo
Java Captain
Java Captain
Aug 25, 2018 · Blockchain

Implementing a Simple Blockchain in Java with Web API Endpoints

This tutorial walks through building a simple blockchain in Java, covering core concepts, block and transaction structures, proof‑of‑work implementation, and exposing API endpoints via Servlets for creating transactions, mining blocks, viewing the chain, and achieving consensus across nodes.

BlockchainConsensusDistributed Systems
0 likes · 27 min read
Implementing a Simple Blockchain in Java with Web API Endpoints
Senior Brother's Insights
Senior Brother's Insights
Jul 30, 2018 · Blockchain

Why Blockchain Matters: From Hash Functions to Decentralized Ledgers

The article explains how blockchain, introduced by Satoshi Nakamoto in 2008, uses cryptographic hash functions, Merkle trees, proof‑of‑work, and digital signatures to create an immutable, trust‑minimized ledger, compares naïve and validated coin models, and contrasts public versus private blockchains while forecasting massive future growth.

DecentralizationMerkle TreeProof of Work
0 likes · 23 min read
Why Blockchain Matters: From Hash Functions to Decentralized Ledgers
Programmer DD
Programmer DD
Jul 9, 2018 · Blockchain

Understanding Blockchain: From Trust to Mining Explained for Developers

This comprehensive guide walks developers through the fundamental principles of blockchain, covering monetary trust, cryptographic primitives, Bitcoin's transaction model, block structure, proof‑of‑work mining, security challenges, alternative consensus mechanisms, and real‑world applications beyond cryptocurrency.

BitcoinBlockchainConsensus
0 likes · 29 min read
Understanding Blockchain: From Trust to Mining Explained for Developers
Java High-Performance Architecture
Java High-Performance Architecture
May 3, 2018 · Blockchain

Understanding Blockchain’s Core Technologies: Hashing, Public-Key Encryption, and Proof of Work

Blockchain relies on three fundamental technologies—SHA‑256 hashing, public‑key cryptography, and proof‑of‑work consensus—each ensuring data integrity, secure identity verification, and decentralized block creation, with detailed examples illustrating hash collisions, transaction signing, and nonce‑driven mining challenges.

HashingProof of Workcryptography
0 likes · 6 min read
Understanding Blockchain’s Core Technologies: Hashing, Public-Key Encryption, and Proof of Work
MaGe Linux Operations
MaGe Linux Operations
Apr 18, 2018 · Blockchain

Build a Blockchain from Scratch with Python: Step‑by‑Step Guide

This article combines humorous blockchain anecdotes with a clear, illustrated explanation of blockchain fundamentals and a complete Python tutorial that walks you through creating a blockchain, implementing proof‑of‑work, exposing it via Flask APIs, and handling node consensus.

APIBlockchainConsensus
0 likes · 25 min read
Build a Blockchain from Scratch with Python: Step‑by‑Step Guide
21CTO
21CTO
Apr 13, 2018 · Blockchain

Building a Simple Java Blockchain: Code Walkthrough & Core Concepts

This article explains blockchain fundamentals and demonstrates a Java implementation, covering block structure, immutability, hashing, Merkle trees, transaction handling, proof‑of‑work mining, and unit tests with complete code examples.

Merkle TreeProof of Workimmutability
0 likes · 12 min read
Building a Simple Java Blockchain: Code Walkthrough & Core Concepts
Tencent Cloud Developer
Tencent Cloud Developer
Apr 9, 2018 · Industry Insights

Top 10 Blockchain Terms Every Enthusiast Should Master

This article presents a concise, ten‑item glossary of essential blockchain concepts—from decentralization and mining pools to cryptocurrencies, Bitcoin, Ethereum, smart contracts, proof‑of‑work, and the foundational blockchain itself—providing clear definitions and context for each term.

BitcoinBlockchainDecentralization
0 likes · 7 min read
Top 10 Blockchain Terms Every Enthusiast Should Master
Alibaba Cloud Developer
Alibaba Cloud Developer
Mar 12, 2018 · Blockchain

Why Bitcoin’s Architecture Turns Simple Tech into Decentralized Currency

This article explains how Bitcoin’s system combines existing technologies—P2P networking, cryptographic hashing, Merkle trees, and consensus mechanisms—to create a decentralized electronic currency, covering its architecture, data immutability, final consistency, and the economic incentives behind mining.

BitcoinBlockchainDecentralization
0 likes · 17 min read
Why Bitcoin’s Architecture Turns Simple Tech into Decentralized Currency
Tencent Cloud Developer
Tencent Cloud Developer
Mar 9, 2018 · Blockchain

Blockchain Technology and Bitcoin: A Comprehensive Technical Analysis

Blockchain technology underpins the FinTech revolution by providing a distributed, decentralized, and immutable ledger that powers Bitcoin’s proof‑of‑work consensus, while also exposing security vulnerabilities and prompting industry initiatives such as R3’s Corda platform to adapt regulated financial infrastructures.

BitcoinFinTechProof of Work
0 likes · 11 min read
Blockchain Technology and Bitcoin: A Comprehensive Technical Analysis
21CTO
21CTO
Mar 5, 2018 · Blockchain

Build a Simple Blockchain API with Python and Flask – Step‑by‑Step Guide

Learn how to build a functional blockchain in Python using Flask, covering environment setup, the core Blockchain class, block and transaction structures, a simple proof‑of‑work algorithm, RESTful API endpoints, node registration, and a longest‑chain consensus mechanism, complete with runnable code examples.

APIConsensusFlask
0 likes · 15 min read
Build a Simple Blockchain API with Python and Flask – Step‑by‑Step Guide