Tagged articles
376 articles
Page 4 of 4
Architecture Digest
Architecture Digest
Mar 19, 2018 · Blockchain

Fundamentals and Applications of Blockchain Technology

This article explains the core technical concepts of blockchain—including encrypted data relationships, immutability, peer-to-peer networks, blocks, mining, consensus mechanisms, Merkle trees—and discusses suitable and unsuitable use cases, typical applications such as Bitcoin and Ethereum, and practical considerations for developers.

BlockchainConsensusDecentralization
0 likes · 24 min read
Fundamentals and Applications of Blockchain Technology
Senior Brother's Insights
Senior Brother's Insights
Mar 19, 2018 · Blockchain

Understanding Geth Sync Modes: Fast, Full, and Light Explained

This article examines the three Ethereum Geth synchronization modes—fast, full, and light—by dissecting the underlying Go source code, explaining the SyncMode type, its constants, string and marshaling implementations, default configuration, and the runtime logic that switches modes based on blockchain state.

BlockchainEthereumGo
0 likes · 9 min read
Understanding Geth Sync Modes: Fast, Full, and Light Explained
Senior Brother's Insights
Senior Brother's Insights
Mar 18, 2018 · Blockchain

Comprehensive Guide to Geth Command-Line Options for Ethereum Nodes

This article provides a detailed reference of the official Geth client’s command‑line flags, covering general commands, Ethereum‑specific options, developer mode, API and console settings, mining parameters, gas‑price controls, logging/debug features, deprecated flags, and a link to the official documentation.

BlockchainCLICommand-line
0 likes · 11 min read
Comprehensive Guide to Geth Command-Line Options for Ethereum Nodes
Senior Brother's Insights
Senior Brother's Insights
Mar 17, 2018 · Blockchain

Why Does Ethereum Sync Stall? Common Issues and Fixes

This guide compiles the most frequent Ethereum synchronization problems—such as blocks lagging by dozens, the sync process stalling at 99%, zero block height or balance readings, and abnormal logs—and provides step‑by‑step commands, hardware tips, cache settings, and log‑analysis techniques to diagnose and resolve them.

BlockchainEthereumNode
0 likes · 9 min read
Why Does Ethereum Sync Stall? Common Issues and Fixes
21CTO
21CTO
Mar 13, 2018 · Blockchain

How Blockchain Is Revolutionizing IoT—from Smart Homes to Shipping

This article explores how integrating blockchain with the Internet of Things enhances security, enables decentralized value exchange for devices, and drives innovative applications across industries such as manufacturing, smart homes, logistics, digital payments, and transparent voting systems.

BlockchainIoTSecurity
0 likes · 5 min read
How Blockchain Is Revolutionizing IoT—from Smart Homes to Shipping
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
Architecture Digest
Architecture Digest
Mar 10, 2018 · Blockchain

Why Fully Automated Formal Verification of Smart Contracts Is Impossible

The article argues that automatic formal verification of Ethereum smart contracts using deep learning and Hoare Logic is fundamentally impossible because pre‑ and post‑conditions must be manually specified, and it further critiques the overall concept of smart contracts as an overengineered and unnecessary feature of blockchain systems.

BlockchainDeep LearningHoare logic
0 likes · 12 min read
Why Fully Automated Formal Verification of Smart Contracts Is Impossible
Tencent Cloud Developer
Tencent Cloud Developer
Mar 9, 2018 · Blockchain

A Comprehensive Guide to Bitcoin and Blockchain Technology

This guide explains Bitcoin’s origins, peer‑to‑peer cash mechanics, blockchain’s distributed ledger, mining, decentralization, key management, acquisition, storage, value drivers, advantages, scalability challenges, and solutions such as larger blocks and the Lightning Network, while also covering hard forks and investment considerations.

BlockchainDecentralizationLightning Network
0 likes · 28 min read
A Comprehensive Guide to Bitcoin and Blockchain Technology
Architecture Digest
Architecture Digest
Mar 8, 2018 · Blockchain

An Overview of Blockchain Technology: History, Definition, Architecture, Characteristics, and Security

This article provides a comprehensive introduction to blockchain technology, covering its origins, development milestones, formal definition, structural classifications, key characteristics such as decentralization and immutability, as well as security mechanisms and current limitations, supported by references and illustrative diagrams.

BlockchainDecentralizationDefinition
0 likes · 26 min read
An Overview of Blockchain Technology: History, Definition, Architecture, Characteristics, and Security
Architecture Digest
Architecture Digest
Mar 7, 2018 · Blockchain

A 3‑Step Guide to Understanding Blockchain Technology

This article translates a concise three‑step tutorial that explains blockchain’s core components—the ledger itself, the peer‑to‑peer network, and consensus mechanisms—while illustrating how these elements work together to secure and validate transactions.

BlockchainConsensuscryptocurrency
0 likes · 10 min read
A 3‑Step Guide to Understanding Blockchain Technology
High Availability Architecture
High Availability Architecture
Feb 28, 2018 · Blockchain

Exploring TON (Telegram Open Network) and Its Potential for Custom Tokens and Subscription Services

The article examines the TON blockchain whitepaper authored by Nikolai Durov, highlighting its multi‑chain architecture that can support billions of distinct tokens, its smart‑contract‑driven subscription model, and how it compares to other platforms like EOS in terms of performance and scalability.

BlockchainInfinite ShardingTON
0 likes · 7 min read
Exploring TON (Telegram Open Network) and Its Potential for Custom Tokens and Subscription Services
Architecture Digest
Architecture Digest
Feb 28, 2018 · Blockchain

Blockchain Infrastructure Landscape: A First‑Principles Framework

This article presents a first‑principles framework that categorizes blockchain infrastructure components—storage, computation, and communication—by mapping them to concrete projects such as Ethereum, IPFS, BigchainDB, and others, illustrating how these modules interoperate to build efficient decentralized applications.

BlockchainInfrastructuredecentralized storage
0 likes · 21 min read
Blockchain Infrastructure Landscape: A First‑Principles Framework
Architecture Digest
Architecture Digest
Feb 27, 2018 · Blockchain

Is Blockchain an Anti‑Counterfeiting Technology? Explaining ICOs, Tokens, and Bitcoin Anonymity

The article explains that blockchain can serve as an anti‑counterfeiting technology, describes how ICOs issue tokens that grant voting and dividend rights, illustrates token‑driven projects like IPFS, and clarifies that digital currencies such as Bitcoin are not fully anonymous and still require KYC for fiat exchanges.

BitcoinBlockchainICO
0 likes · 5 min read
Is Blockchain an Anti‑Counterfeiting Technology? Explaining ICOs, Tokens, and Bitcoin Anonymity
Architecture Digest
Architecture Digest
Feb 20, 2018 · Blockchain

Beginner's Guide to Understanding and Investing in Cryptocurrencies

This guide provides a step‑by‑step learning roadmap for complete beginners and investors, offering videos, articles, podcasts, books, and courses that introduce blockchain fundamentals, security practices, and advanced resources to help readers responsibly explore Bitcoin and other digital assets.

BeginnerBlockchainResources
0 likes · 8 min read
Beginner's Guide to Understanding and Investing in Cryptocurrencies
ITPUB
ITPUB
Feb 3, 2018 · Blockchain

What Exactly Is a Blockchain? A Beginner’s Guide to Public and Private Chains

This article demystifies blockchain by explaining its fundamental structure of linked blocks, how hashes ensure integrity, the differences between public and private blockchains, and illustrates smart contract use cases such as automated rent payments, providing clear examples and visual diagrams for beginners.

BlockchainHashdistributed ledger
0 likes · 9 min read
What Exactly Is a Blockchain? A Beginner’s Guide to Public and Private Chains
ITPUB
ITPUB
Jan 28, 2018 · Blockchain

What Is a Blockchain? A Simple Guide to Public and Private Chains

This article introduces the fundamentals of blockchain technology, explaining how blocks and hashes form an immutable chain, contrasts public and private blockchains with real‑world examples like Bitcoin and smart‑contract scenarios, and provides simple pseudocode illustrating how such contracts could be executed.

Blockchaindistributed ledgerprivate blockchain
0 likes · 8 min read
What Is a Blockchain? A Simple Guide to Public and Private Chains
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Jan 17, 2018 · Blockchain

How Does Blockchain Transform Cross‑Border Clearing? Insights from China Merchants Bank

This article explores blockchain fundamentals, its classification, core mechanisms such as decentralization, public‑key cryptography and consensus, examines how blockchain reshapes system architecture and introduces challenges like security, privacy, and smart‑contract legality, and details China Merchants Bank’s practical implementation of a blockchain‑based cross‑border clearing platform.

BlockchainConsensuscross-border clearing
0 likes · 14 min read
How Does Blockchain Transform Cross‑Border Clearing? Insights from China Merchants Bank
Architecture Digest
Architecture Digest
Jan 16, 2018 · Fundamentals

Consistency, Consensus, and Reliability in Distributed Systems

This article explains the core challenges of achieving consistency in distributed systems, describes consensus algorithms such as Paxos and Raft, discusses theoretical limits like the FLP impossibility and CAP theorem, and shows how trade‑offs among consistency, availability, and partition tolerance shape practical system design.

BlockchainCAP theoremConsistency
0 likes · 24 min read
Consistency, Consensus, and Reliability in Distributed Systems
ITPUB
ITPUB
Jan 14, 2018 · Blockchain

What Is Blockchain? A Simple Guide to Blocks, Hashes, Mining, and Forks

This tutorial explains blockchain as a special distributed database, covering its core concepts such as block structure, hash immutability, mining difficulty, dynamic difficulty adjustment, and chain forks, while highlighting its advantages, limitations, and typical use cases like cryptocurrencies.

BlockchainHashMining
0 likes · 12 min read
What Is Blockchain? A Simple Guide to Blocks, Hashes, Mining, and Forks
ITPUB
ITPUB
Jan 14, 2018 · Blockchain

Can Blockchain Redefine Trust and Build a Decentralized Future?

The article explores blockchain’s fundamental data structure—a hash‑linked list forming an immutable ledger—and its broader vision of enabling trust‑less, decentralized systems that can reshape finance, governance, and many coordination problems, while warning that speculation currently overshadows its true potential.

BlockchainDecentralizationcryptography
0 likes · 9 min read
Can Blockchain Redefine Trust and Build a Decentralized Future?
21CTO
21CTO
Jan 13, 2018 · Blockchain

Why Is Blockchain Booming? A Beginner’s Guide to Its Core Principles

This article explains the fundamentals of blockchain technology, covering its definition as a distributed database, the structure of blocks and chains, mining, decentralization, node verification, and the five key characteristics that make it secure and transparent.

BlockchainDecentralizationMining
0 likes · 6 min read
Why Is Blockchain Booming? A Beginner’s Guide to Its Core Principles
JD Retail Technology
JD Retail Technology
Jan 12, 2018 · Blockchain

Understanding the Relationship Between Blockchain and Bitcoin

This article explains how blockchain technology underpins Bitcoin, covering basic concepts such as distributed ledgers, cryptographic hash functions, digital signatures, hash pointers, Merkle trees, and the structure of Bitcoin's blockchain, while also highlighting broader applications and future considerations.

BitcoinBlockchainDecentralization
0 likes · 8 min read
Understanding the Relationship Between Blockchain and Bitcoin
Senior Brother's Insights
Senior Brother's Insights
Jan 12, 2018 · Blockchain

Understanding Ethereum Accounts, Transactions, and Gas

This guide explains Ethereum's account types, how transactions and internal messages work, the role of gas and gas limits, fee calculation, and how network congestion can lead to DoS‑like conditions, providing a practical foundation for developers.

AccountsBlockchainEthereum
0 likes · 11 min read
Understanding Ethereum Accounts, Transactions, and Gas
360 Quality & Efficiency
360 Quality & Efficiency
Jan 11, 2018 · Blockchain

Overview of Blockchain Technology and Its Applications

This article explains the fundamental concepts of blockchain—including distributed storage, peer‑to‑peer transmission, consensus mechanisms and cryptography—illustrates its advantages such as cost reduction and transparency, compares it with cloud computing, and discusses its impact across industries while noting upcoming events.

BlockchainConsensusDecentralization
0 likes · 4 min read
Overview of Blockchain Technology and Its Applications
ITPUB
ITPUB
Jan 6, 2018 · Blockchain

What Is Blockchain? A Simple, Step‑by‑Step Guide to Its Core Concepts

This article provides a clear, beginner‑friendly explanation of blockchain, covering its nature as a decentralized database, the role of blocks and hashes, mining mechanics, difficulty adjustment, and how forks are resolved, while highlighting both strengths and limitations of the technology.

BlockchainHashMining
0 likes · 13 min read
What Is Blockchain? A Simple, Step‑by‑Step Guide to Its Core Concepts
Architecture Digest
Architecture Digest
Jan 4, 2018 · Blockchain

A Beginner's Guide to Blockchain: Fundamentals and Mechanics

This article provides a clear, beginner‑friendly explanation of blockchain technology, covering its nature as a decentralized database, block structure, hashing, mining difficulty, dynamic adjustment, forks, and practical limitations, while illustrating concepts with diagrams and real‑world examples.

BlockchainHashMining
0 likes · 10 min read
A Beginner's Guide to Blockchain: Fundamentals and Mechanics
AntTech
AntTech
Dec 11, 2017 · Artificial Intelligence

How AI and Big Data Transform the Insurance Industry: Differentiated Pricing, Smart Claims, Risk Control, and Operations

The article examines how emerging AI and big‑data technologies are reshaping insurance by enabling differentiated pricing, automating claims and customer service, strengthening fraud detection, and improving personalized product recommendation and operational efficiency across the sector.

Big DataBlockchainDifferentiated Pricing
0 likes · 13 min read
How AI and Big Data Transform the Insurance Industry: Differentiated Pricing, Smart Claims, Risk Control, and Operations
Alibaba Cloud Developer
Alibaba Cloud Developer
Dec 7, 2017 · Artificial Intelligence

Why the City Brain Is the Next Internet Infrastructure – Insights from Alibaba’s Wang Jian

In this interview, Alibaba Cloud founder Wang Jian explains how the City Brain, powered by AI, data, cloud computing and blockchain, will become the foundational infrastructure for future smart cities, transforming urban management, security, and transportation while reshaping the role of machines in society.

AIBlockchaincity brain
0 likes · 19 min read
Why the City Brain Is the Next Internet Infrastructure – Insights from Alibaba’s Wang Jian
Architects' Tech Alliance
Architects' Tech Alliance
Sep 28, 2017 · Artificial Intelligence

Gartner 2017 Top 10 Strategic Technology Trends: AI, Smart Apps, IoT, VR/AR, Digital Twin, Blockchain and More

Gartner's 2017 report outlines ten strategic technology trends—including artificial intelligence, smart applications, intelligent objects, immersive VR/AR, digital twins, blockchain, conversational systems, mesh services, digital platforms, and adaptive security—that together drive an intelligence‑centric, digitally connected future for enterprises.

AIBlockchainDigital Twin
0 likes · 12 min read
Gartner 2017 Top 10 Strategic Technology Trends: AI, Smart Apps, IoT, VR/AR, Digital Twin, Blockchain and More
Senior Brother's Insights
Senior Brother's Insights
Sep 27, 2017 · Blockchain

How to Speed Up Ethereum Block Sync with Custom Static Nodes

This guide explains why Ethereum node synchronization can be painfully slow in China, introduces the EthFans Spark node list, and provides step‑by‑step instructions for adding a static‑nodes.json file, verifying connections, using console commands, and increasing the maximum peer count to accelerate syncing.

BlockchainEthereumNode Sync
0 likes · 5 min read
How to Speed Up Ethereum Block Sync with Custom Static Nodes
Architects Research Society
Architects Research Society
Sep 2, 2017 · Blockchain

Comparison of Bitcoin, Ethereum, and Hyperledger Fabric: Consensus, Smart Contracts, and Programming Languages

This article presents a side‑by‑side comparison of three major blockchain platforms—Bitcoin, Ethereum, and Hyperledger Fabric—detailing their required cryptocurrencies, network types, permission models, consensus algorithms, smart‑contract support, and primary programming languages, and typical use cases.

BitcoinBlockchainConsensus
0 likes · 2 min read
Comparison of Bitcoin, Ethereum, and Hyperledger Fabric: Consensus, Smart Contracts, and Programming Languages
21CTO
21CTO
Sep 1, 2017 · Blockchain

Building a Simple Haskell Blockchain: Types, Mining, and Persistence

This article walks through creating a minimal blockchain in Haskell, covering data structures, serialization, mining logic, difficulty adjustment, and command‑line tools for mining and balance listing, while illustrating core concepts such as Merkle trees, hash functions, and transaction validation.

BlockchainHaskellMining
0 likes · 23 min read
Building a Simple Haskell Blockchain: Types, Mining, and Persistence
Senior Brother's Insights
Senior Brother's Insights
Aug 27, 2017 · Blockchain

Ethereum Wallet vs Geth: Which Client Is Right for Your Blockchain Project?

This article compares Ethereum Wallet (Mist) and Geth, outlining their graphical versus command‑line interfaces, supported operating systems, main features such as account creation, token exchange, smart‑contract deployment, and API access, helping developers choose the appropriate client for building blockchain applications.

BlockchainClient ComparisonEthereum
0 likes · 5 min read
Ethereum Wallet vs Geth: Which Client Is Right for Your Blockchain Project?
Tongcheng Travel Technology Center
Tongcheng Travel Technology Center
Aug 1, 2017 · Blockchain

Blockchain Overview and Merkle Tree Algorithm for Data Verification

This article introduces the origin and key alliances of blockchain, explains its core characteristics such as decentralization, consensus mechanisms and transaction transparency, and provides a detailed description of the Merkle Tree algorithm, its implementation, verification steps, and applications in distributed file synchronization.

BlockchainConsensusData verification
0 likes · 9 min read
Blockchain Overview and Merkle Tree Algorithm for Data Verification
21CTO
21CTO
May 3, 2017 · Blockchain

How Blockchain Can Transform Multi‑Party Trust and Microservice Architecture

This article explains how blockchain, originating from Bitcoin, serves as a distributed ledger that reduces trust costs in complex multi‑party business scenarios, outlines public, private and consortium chain models, and details how a dedicated blockchain gateway integrates seamlessly with microservice architectures for reliable communication, event handling, data consistency and reconciliation.

BlockchainMicroservicesconsortium chain
0 likes · 23 min read
How Blockchain Can Transform Multi‑Party Trust and Microservice Architecture
Architects Research Society
Architects Research Society
Apr 30, 2017 · Information Security

Key Insights from RSA 2016: Emerging IoT Security Trends and Predictions

The 2016 RSA Conference in San Francisco highlighted IoT as the top security trend, with experts discussing the shift from observation to solutions, the rise of PKI, chip‑to‑cloud protection, regulatory impacts, ransomware threats, and the potential of blockchain to manage massive IoT data challenges.

BlockchainConnected DevicesCyber Threat Intelligence
0 likes · 9 min read
Key Insights from RSA 2016: Emerging IoT Security Trends and Predictions
Architects Research Society
Architects Research Society
Apr 25, 2017 · Blockchain

Securing the Internet of Things with Blockchain: Benefits, Challenges, and Best Practices

The article examines the rapid growth of IoT, the security risks of centralized architectures, and how blockchain technology can provide a decentralized, tamper‑proof ledger to improve trust, reduce costs, and enable secure device communication, while also outlining the scalability, performance, storage, skill, and regulatory challenges that must be addressed.

BlockchainChallengesIoT
0 likes · 11 min read
Securing the Internet of Things with Blockchain: Benefits, Challenges, and Best Practices
AntTech
AntTech
Feb 28, 2017 · Artificial Intelligence

Key Computing Capabilities Driving the Evolution of Digital Financial Services

The talk outlines nine essential computing capabilities—transaction processing, system robustness, connectivity, decision-making, data insight, intelligent services, biometric authentication, blockchain trust, and immersive integration—that have transformed Ant Financial over the past decade and outlines the challenges and strategies for the next ten years.

Big DataBlockchainFinTech
0 likes · 16 min read
Key Computing Capabilities Driving the Evolution of Digital Financial Services
Architecture Digest
Architecture Digest
Jan 12, 2017 · Blockchain

Blockchain Technology: Definitions, Applications, and Future Outlook – Interview with Expert Zou Jun

In this interview, blockchain specialist Zou Jun defines blockchain as an immutable, append‑only distributed ledger, explains its technical foundations, compares it with traditional databases, discusses public, consortium and private chain use cases, security concerns, and future prospects beyond finance.

BlockchainConsensusDecentralization
0 likes · 13 min read
Blockchain Technology: Definitions, Applications, and Future Outlook – Interview with Expert Zou Jun
Ctrip Technology
Ctrip Technology
Jan 5, 2017 · Cloud Computing

Ctrip Cloud Walk 2016 Technical Conference Highlights: Cloud Computing, Container Orchestration, and Blockchain

The 2016 Ctrip Cloud Walk conference showcased a series of technical talks on cloud computing, container technologies, Kubernetes, Mesos, Docker, and blockchain, sharing real‑world implementations and challenges from industry leaders such as Qiniu, Ele.me, BiliBili, Dianrong, Alibaba Cloud, and Ctrip Cloud.

BlockchainContainersKubernetes
0 likes · 6 min read
Ctrip Cloud Walk 2016 Technical Conference Highlights: Cloud Computing, Container Orchestration, and Blockchain
dbaplus Community
dbaplus Community
Nov 16, 2016 · Blockchain

From Bitcoin Basics to Ethereum Smart Contracts: A Hands‑On Guide

This article introduces blockchain fundamentals, explains Bitcoin and its protocol, compares public, private and consortium chains, then dives into Ethereum 2.0 concepts, consensus mechanisms, and provides a step‑by‑step tutorial for building a local test network, compiling geth and solc, and deploying a simple Solidity contract.

BlockchainEthereumEthereum Development
0 likes · 28 min read
From Bitcoin Basics to Ethereum Smart Contracts: A Hands‑On Guide
Architects' Tech Alliance
Architects' Tech Alliance
Oct 28, 2016 · Blockchain

Top 10 Bitcoin Killer Applications and Their Use Cases

This article reviews the evolution of Bitcoin’s price and presents ten notable Bitcoin‑based applications—including Code Valley, Brave, Steemit, OpenBazaar, Arcade City, Contract Coins, gaming integrations, Purse.io, Coinbase, and HiveMind—highlighting how they leverage blockchain technology to create decentralized services and new business models.

ApplicationsBitcoinBlockchain
0 likes · 10 min read
Top 10 Bitcoin Killer Applications and Their Use Cases
Architects Research Society
Architects Research Society
Oct 17, 2016 · Blockchain

Hyperledger Fabric Chaincode Examples: Notarization, Asset Transfer, Digital Currency, Diploma Verification, Energy Sharing, and Logistics

This article presents a series of Hyperledger Fabric chaincode examples written in Go, covering information notarization, asset trading, digital currency issuance, diploma verification, community energy sharing, and logistics supply chain, each with functional descriptions, key functions, data models, and REST‑API interaction details.

BlockchainChaincodeGo
0 likes · 20 min read
Hyperledger Fabric Chaincode Examples: Notarization, Asset Transfer, Digital Currency, Diploma Verification, Energy Sharing, and Logistics
Architects' Tech Alliance
Architects' Tech Alliance
Oct 14, 2016 · Blockchain

Understanding Blockchain from a Technical Perspective: Architecture, Consensus, and Ecosystem

This article explains blockchain as a distributed, fault‑tolerant ledger that combines P2P networking, cryptography, and economic game theory, describing its layered architecture, consensus mechanisms, public versus consortium chains, major platforms, and the distinction between UTXO and account‑balance models.

BlockchainConsensusP2P
0 likes · 13 min read
Understanding Blockchain from a Technical Perspective: Architecture, Consensus, and Ecosystem
Architects' Tech Alliance
Architects' Tech Alliance
Oct 12, 2016 · Blockchain

Blockchain Technology: Definitions, Core Elements, Applications, Open‑Source Projects, and the Chinese Landscape

This article provides a comprehensive overview of blockchain technology, covering its definition, the three core technical elements—p2p networking, consensus algorithms, and cryptography—its potential applications in finance, value internet, and sharing economy, as well as notable open‑source projects and the current Chinese landscape.

BlockchainConsensusdistributed ledger
0 likes · 13 min read
Blockchain Technology: Definitions, Core Elements, Applications, Open‑Source Projects, and the Chinese Landscape
Architects Research Society
Architects Research Society
Oct 7, 2016 · Blockchain

History of Bitcoin and the Emergence of Blockchain Technology

Bitcoin was introduced in 2008 by the pseudonymous Satoshi Nakamoto, launching a decentralized digital currency that operates continuously, and its underlying blockchain technology, highlighted since 2014, has spurred a broader distributed ledger revolution across finance, trade, IoT, and other sectors.

BitcoinBlockchain
0 likes · 5 min read
History of Bitcoin and the Emergence of Blockchain Technology
21CTO
21CTO
Jan 3, 2016 · Artificial Intelligence

What Will Shape the Next 20 Years? Kevin Kelly’s Vision of the Oxygen Era

Kevin Kelly’s three‑hour Stanford talk predicts a shift to an "oxygen" era where wireless data, personal‑device communication, AI, blockchain and immersive technologies will dominate, reshaping business models, innovation cycles and the very way we share and monetize information over the next two decades.

@DataBlockchainInnovation
0 likes · 16 min read
What Will Shape the Next 20 Years? Kevin Kelly’s Vision of the Oxygen Era