Skip to content

Commit

Permalink
(#1) Add wallet/consensus hyperlink
Browse files Browse the repository at this point in the history
  • Loading branch information
ambersun1234 committed Aug 15, 2024
1 parent 4afd9d1 commit 6bebdf0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _posts/blockchain/2023-04-24-blockchain-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ transaction 會紀錄
不同的是,這裡用的 account 是完全匿名的\
也就是說 即使 blockchain 都是公開透明的,其他人也無從得知帳號主人的真實身份

> 可參考 [從 0 認識 Blockchain - 錢包基礎原理 \| Shawn Hsu](../../blockchain/blockchain-wallet)
其中用到的,是非對稱式加密系統\
利用公鑰 私鑰進行所有操作,既能完全匿名,也能夠驗證你的身份(透過 [數位簽章 Digital Signature](https://en.wikipedia.org/wiki/Digital_signature))

Expand All @@ -91,6 +93,8 @@ transaction 會紀錄
可以把他想像成 **多數決**\
因為 network 的思考方式(共識機制)都一定一模一樣,如果有某個人的結果不同,那必定表示他在搞事

> 有關共識機制,可參考 [資料庫 - 初探分散式資料庫 \| Shawn Hsu](../../database/database-distributed-database#consensus)
## Chain Selection Mechanism
前面提到 blockchain 目前是採多數決的方式決定的\
多數決顧名思義,必須要贊成或否決某項決議,但先決條件是,某個人要先提出某個決議才行\
Expand Down

0 comments on commit 6bebdf0

Please sign in to comment.