forked from stplaydog/stplaydog.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request academicpages#22 from stplaydog/about
About
- Loading branch information
Showing
2 changed files
with
45 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
--- | ||
title: 'Top 20 pub chain summary' | ||
date: 2019-06-02 | ||
permalink: /posts/2019/06/blog-post-1/ | ||
tags: | ||
- public block chain | ||
--- | ||
|
||
As of 2019/05/20 | ||
|
||
## Summary | ||
|
||
| ranking | name | consensus | value | year | | ||
| ------- |-------------| -------------|---------|------| | ||
| 1. | Bitcoin | POW | 141B | 2009 | | ||
| 2. | ETH POW/POS | POW/POS | 26 B | 2013 | | ||
| 3. | XRP BFT | BFT | 16B | 2012 | | ||
| 4. | BCH POW | POW | 7B | 2009 | | ||
| 5. | EOS BFT | BFT | 5B | 2017 | | ||
| 6. | LITE | POW | 5B | 2011 | | ||
| 7. | BINANCE | ERO20/POW | 4B | 2017 | | ||
| 8. | Tether | POW/BITCOIN | 2.8B | 2015 | | ||
| 9. | Stellar | BFT | 2.5B | 2014 | | ||
| 10. | Cardano | POS | 2.1B | 2015 | | ||
| 11. | TRON | DPOS | 1.9B | 2017 | | ||
| 12. | Monero | POW | 1.4B | 2014 | | ||
| 13. | Dash | POS | 1.4B | 2014 | | ||
| 14. | IOTA | DAG | 1.1B | 2016 | | ||
| 15. | BitCoinSV | POW | 1.1B | 2009 | | ||
| 16. | Tezos | POS | 1.1B | 2016 | | ||
| 17. | COSMOS | TM/BFT | 0.9B | 2018 | | ||
| 18. | ETC | POW | 0.8B | 2013 | | ||
| 19. | NEM | reputation/proof of importance | 0.8B | 2014 | | ||
| 20. | NEO | dBFT | 0.7B | 2016 | | ||
|
||
## Conclusion | ||
|
||
| consensus | value | | ||
|-------|-------| | ||
| POW: | 189 B | | ||
| BFT: | 25.1B | | ||
| POS: | 6.5 B | | ||
| DAG: | 1.1 B | | ||
| MISC: | 0.8 B | |