Successfully reported this slideshow.
We use your LinkedIn profile and activity data to personalize ads and to show you more relevant ads. You can change your ad preferences anytime.

Mastering Bitcoin ~network~

630 views

Published on

社内輪読会の資料
Mastering Bitcoinのネットワークの章の後半部分のスライド
・SPVノード
・BloomFilter
・トランザクションプール

Published in: Technology
  • ..............ACCESS that WEBSITE Over for All Ebooks ................ ......................................................................................................................... DOWNLOAD FULL PDF EBOOK here { http://bit.ly/2m6jJ5M } ......................................................................................................................... Download Full EPUB Ebook here { http://bit.ly/2m6jJ5M } .........................................................................................................................
       Reply 
    Are you sure you want to  Yes  No
    Your message goes here
  • accessibility Books Library allowing access to top content, including thousands of title from favorite author, plus the ability to read or download a huge selection of books for your pc or smartphone within minutes.........ACCESS WEBSITE Over for All Ebooks ..... (Unlimited) ......................................................................................................................... Download FULL PDF EBOOK here { http://bit.ly/2m6jJ5M } .........................................................................................................................
       Reply 
    Are you sure you want to  Yes  No
    Your message goes here
  • (Unlimited)....ACCESS WEBSITE Over for All Ebooks ................ accessibility Books Library allowing access to top content, including thousands of title from favorite author, plus the ability to read or download a huge selection of books for your pc or smartphone within minutes ......................................................................................................................... DOWNLOAD FULL PDF EBOOK here { http://bit.ly/2m6jJ5M } ......................................................................................................................... Download Full EPUB Ebook here { http://bit.ly/2m6jJ5M } ......................................................................................................................... Download Full PDF EBOOK here { http://bit.ly/2m6jJ5M }
       Reply 
    Are you sure you want to  Yes  No
    Your message goes here
  • accessibility Books Library allowing access to top content, including thousands of title from favorite author, plus the ability to read or download a huge selection of books for your pc or smartphone within minutes.........ACCESS WEBSITE Over for All Ebooks ..... (Unlimited) ......................................................................................................................... Download FULL PDF EBOOK here { http://bit.ly/2m6jJ5M } .........................................................................................................................
       Reply 
    Are you sure you want to  Yes  No
    Your message goes here
  • accessibility Books Library allowing access to top content, including thousands of title from favorite author, plus the ability to read or download a huge selection of books for your pc or smartphone within minutes.........ACCESS WEBSITE Over for All Ebooks ..... (Unlimited) ......................................................................................................................... Download FULL PDF EBOOK here { http://bit.ly/2m6jJ5M } .........................................................................................................................
       Reply 
    Are you sure you want to  Yes  No
    Your message goes here
  • Be the first to like this

Mastering Bitcoin ~network~

  1. 1. BITCOIN NETWORK 後 半 鈴木雄登
  2. 2. Agenda SPVノード BloomFilter トランザクションプール アラートメッセージ
  3. 3. おさらい ネットワークノードには4つの機能 Wallet Miner Blockchain Network Routing
  4. 4. SPVノード
  5. 5. SPVノード Simplified Payment Verification 日本語だと「簡単決済認証」 一般的なウォレットはSPVノード
  6. 6. SPVノードとフルノードの違 い ブロックヘッダのみでトランザクションはDLして いない 結果1/1000の容量になる 使用可能な全てのUTXOは分からない
  7. 7. SPVノードとフルノードの違 い SPVノード 全てのブロックチェーン SPVノードに関係あるトランザクション フルノード 完全に検証されたブロックチェーン 全トランザクション
  8. 8. SPVノードの構成(おさらい ) Wallet Bitcoinアドレスと秘密鍵を格納す るソフトウェア
  9. 9. SPVノードの構成(おさら い) StratumでもSPVノードはある Stratum ・Bitcoin P2Pプロトコルとは 別のプロトコル Stratumサーバ ・Stratumノードと BitcoinP2Pノードの橋渡し
  10. 10. SPVノードの トランザクションの確認 1. 代理ノードに対してmerkle path証明を要求 2.ブロックチェーンにあるPoWを検証
  11. 11. merkle path merkle treeという二分木を使った経路探索 葉ノードはトランザクションデータをハッシュ化 詳しくはブロックチェーンの章で
  12. 12. SPVノードの ブロックヘッダ同期 トランザクションの場合 request: getdata response: tx 2000個以内の headerを送る
  13. 13. プライバシー問題 SPVノードは特定のbitcoinアドレスに関するTXを要求 漏れてしまうので、特定されないようにする必要 BloomFilterを利用
  14. 14. BLOOM FILTER
  15. 15. Bloom Filterとは? 簡単に言うと、枝刈りの手法 考案は1970年 bitcoinの機能だけでなく、DBの探索などでも利用 される
  16. 16. BloomFilterでできること ある要素が集合のメンバーであるかどうかを見る ただし偽陽性がある 要素があるかは不確実 要素がないことは確実
  17. 17. アルゴリズム
  18. 18. アルゴリズム
  19. 19. アルゴリズム
  20. 20. アルゴリズム 1 1 再度同じPatternAが来ても全てのbitが立っているので存在と判定できる
  21. 21. BloomFilterに似てるもの ビット配列(入力が数値なら) ハッシュテーブル(ハッシュ関数の数が1の場合 と同じ。ただし衝突を考慮する必要あり)
  22. 22. SPVノードでは? ウォレットに含んでいるBTCアドレスをハッシュ化 Node A Node B filterload getdata merkleblock tx tx filteradd filterclear bloom filter の送信 トランザクション の取得 パターンの 追加 Bloom filterの 再作成
  23. 23. トランザクションプール
  24. 24. トランザクションプール 未検証トランザクションの一時リスト ブロックチェーンに含まれていないTX Orphanプールもある TXプールはノード単位で持ってるので、ノードが 落ちれば消えてしまう
  25. 25. UTXOプール 全ての未使用アウトプットの集合 常に開始当時からの全UTXOを保持 BTCネットワーク内で検証済みのもの
  26. 26. アラートメッセージ
  27. 27. 機能 今まで数回しか使われたことがない alertというメッセージで全BTCユーザに通知できる GUIのクライアントではPUSH通知 すでに廃止された模様
  28. 28. フィールド一覧 ID :アラートを一意に指定するID Expiration : アラートが失効するまでの時間 RelayUntil : アラートが中継されなくなるまでの時間 MinVer, MaxVer :アラートが適用されるBitcoinプロトコルバージョンの範囲 subVer : アラートが適用されるクライアントバージョン Priority : アラートの優先レベル、現在使用されていない

×