Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:ChrisLinn/blockchain-cheatsheet
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLinn committed Jul 24, 2019
2 parents 6b505e2 + 40da60b commit efbd66d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* [README](README.md)
* [Bitcoin](bitcoin/readme.md)
- [PR 学习](bitcoin/pr-review.md)
* [Blockchain](blockchain/readme.md)
* [Attack](blockchain/attack.md)
+ [Explorer](explorer.md)
Expand Down
4 changes: 4 additions & 0 deletions bitcoin/pr-review.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# PR 学习
https://bitcoin-core-review-club.github.io 学习整理, 带你入门 bitcoin PR 的思维学习,培养给 bitcoin 提 PR 的能力。

## #15169 Parallelize CheckInputs() in AcceptToMemoryPool() (mempool)
10 changes: 10 additions & 0 deletions bitcoin/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,12 @@ James O’Beirne 在 Bitcoin-Dev mailing list 发了个 [帖子](https://lists.l
## UXTO
+ 为什么设计 UTXO?

## Script
+ script IDE/Debugger
* https://github.com/siminchen/bitcoinIDE
* https://webbtc.com/script
* http://www.crmarsh.com/script-playground/
* https://ide.bitauth.com/

## 地址
+ see https://en.bitcoin.it/wiki/Address
Expand Down Expand Up @@ -358,6 +364,10 @@ Revocable Sequence Maturity Contract (RSMC):[1] a contract used in Lightning to
+ 可能存在的攻击
* 女巫攻击把中继站的资金池掳走,耗时很久才返还
### rebalancing
__TODO__
## ECDSA Failures
+ ECDSA Failures
+ https://github.com/coinexchain/docs/blob/master/190722-secp256k1-ecdsa-dangers.pdf
Expand Down

0 comments on commit efbd66d

Please sign in to comment.