BlockChain區塊鏈
  • 本書簡介
  • 區塊鏈運作原理
  • Bitcoin介紹
    • 簡介
    • Bitcoin其他知識
  • Bitcoin原理與實作
  • BitcoinJS
    • BTC 地址格式種類
    • 從 Mnemonic 轉為地址
  • Serverless 架構實作
  • Docker常用指令
  • ethereum初探
    • ethereum歷史
    • EVM
  • ethereum PoS 節點架設
  • ethereum(Docker)
  • ethereum(Geth)
    • Parity
  • ethereum(智能合約)
    • 合約測試 Unit Test
    • DAO
    • 可升級合約
    • 使用合約進行 multiswap
    • 合約安全
    • 開發工具
    • Hardhat 教學
      • Hardhat 寫測試
    • ERC-721 範例
      • 白名單機制
    • OpenZeppelin 合約 library
    • Truffle
    • 合約部屬
    • solidity 教學
  • ethereum(Dapp)
    • 相關 SDK
    • Multicall
    • Ethers.js 使用
    • Remix IDE
    • web3.js 使用
    • 在網頁上使用 web3 並操作區塊鏈
      • solidity筆記
  • Hyperledger Fabric
  • blockchainDB
  • 挖礦程式使用教學
    • 門羅幣/Monero (XMR)
  • Bitfinex API 使用
  • FTX API
  • CCXT 通用交易所 API
  • Solana 教學
  • Ethereum BigQuery
  • The Graph
    • yaml 定義
    • mapping 語法
    • Schema 定義
    • Query 範例
    • Unit test
  • DeFi 筆記
    • MEV 相關
    • Dex 聚合
    • Yearn
    • Curve
    • Uniswap
      • Swap 互動
    • AAVE、Compound
      • Compound 原理
      • AAVE 合約開發
Powered by GitBook
On this page
  • BTC BCC區別
  • 為什麼要分兩個
  • 隔離見證(SegWit2x)
  • BIP(Bitcoin_Improvement_Proposals)
  • OPCODE

Was this helpful?

  1. Bitcoin介紹

Bitcoin其他知識

Previous簡介NextBitcoin原理與實作

Last updated 5 years ago

Was this helpful?

在2017年8月1號Bitcoin分裂出新的Bitcoin cash(BCC 或稱為BCH)

BTC BCC區別

BCC區塊大小從1MB生為8MB,可以減少交易驗證時間

BTC則是使用SegWit2X解決問題

為什麼要分兩個

比特幣的「區塊容量」(block size)有上限,隨著交易增加,因為容量限制拖慢交易驗證等速度,導致網路間塞車。為了解決此一問題,國外有些礦工提議直接擴大區塊容量上限,另一派人士,比特幣開發者Core Group則告知容量上限可以避免遭駭,建議實施「SegWit」,把部分數據放到主要網路之外處理,加快處理速度。

但是把數據移出區塊鏈處理會減少礦工影響力,所以許多礦工反對。最後雙方各退一步,決定擴大區塊容量,同時也實施 SegWit,此一方案被稱為「SegWit2x」。問題是外界不知道礦工會不會採行,在 7 月 21 日改用新軟體。要是他們置之不理,8 月 1 日起,Core 將拒絕接受未執行 SegWit 的交易

另外可參考

隔離見證(SegWit2x)

主要為將區塊容量從1M改為2M

BIP(Bitcoin_Improvement_Proposals)

OPCODE

Source:

https://bitcoinclassic.com/
https://github.com/bitcoinclassic/
https://www.bitcoin.com/info/differences-between-bitcoin-cash-bcc-and-bitcoin-btc
http://blockcast.it/2017/07/09/bitcoin-segwit-jul-aug-event-timetable/
https://thenextweb.com/contributors/2017/09/13/fork-segwit-everything-need-know-bitcoin-scaling/
https://en.wikipedia.org/wiki/SegWit
https://en.bitcoin.it/wiki/Bitcoin_Improvement_Proposals
https://en.bitcoin.it/wiki/Script
https://github.com/bitcoin/bitcoin/blob/master/src/script/interpreter.cpp