john03690248

@john03690248

https://github.com/john03690248

Joined on Mar 10, 2022

  • Technical Challenges 區塊鏈技術面臨的挑戰 效能與可擴展性:區塊鏈技術在處理大量交易時,速度較慢且效率較低。 隱私性:區塊鏈上的交易資料是公開透明的,引發了關於個人隱私和監管機構監控的疑慮。 安全性:雖然區塊鏈技術本身被認為是安全的,但仍然存在漏洞和攻擊的風險,特別是在側鏈和第二層解決方案等領域。 量子計算威脅迫近,公鑰加密系統將被攻破,急需全面升級! 基於橢圓曲線數位簽章算法 (ECDSA) 的區塊鏈系統 https://hao.cnyes.com/post/85932?utm_source=cnyes&utm_medium=home&utm_campaign=postid
     Like  Bookmark
  • Bitcoin vs Ethereum Smallest Denomination Bitcoin:1 BTC = 1e8 Satoshi(聰) Ethereum:1 ETH = 1e18 Wei Mining Puzzle Bitcoin:挖礦設備專業化(ASIC礦機) -> 與區塊鏈去中心化理念不符合 Ethereum:memory hard mining puzzle -> ASIC resistance Ethereum採用全新的共識機制(ghost協議共識機制),出塊時間約15秒。 目前Ethereum已改為POS。
     Like  Bookmark
  • Data Structure Difficulty Target:找到比target小的值,以每10分鐘產生一區塊估算,困難值每2016個區塊會調整一次。 調整挖礦難度的目的:保證比特幣的稀缺性,同時也能保證網路的安全性。 new_target = old_target * (actual time / expected time) image https://www.researchgate.net/figure/The-simplified-Bitcoin-blockchain-data-structure_fig2_349738447 Bitcoin Halving (減半機制)
     Like  Bookmark
  • :memo: Table of Contents :key: Introduction to Hash Functions Properties A cryptographically secure hash function has certain properties: :::info UniformityFor any given hash value, the probability that a random input is mapped to it should be 1/2^n. ---> pseudorandom Preimage Resistance
     Like  Bookmark