nakomoto-coefficient-calculator
nakomoto-coefficient-calculator copied to clipboard
Nakamoto Coefficient for different blockchains to understand levels of decentralization
https://github.com/xenowits/nakomoto-coefficient-calculator/blob/2c72db565af2bacfa007293fbd8114b0e65beb69/core/chains/ethereum2.go#L45 From my understanding of the Casper FFG rules, only a > 2/3 stake in ethereum can be considered "controlling" . What was the reasoning or type of attack that...
### Problem to be solved The `ioutil` [package](https://pkg.go.dev/io/ioutil) is deprecated and all functionality is now provided by the `io` [package](https://pkg.go.dev/io). ### Proposed Solution Refactor usages of `ioutil` to `io`.
Hi, please add new projects to your comparison: algorand, cardano, elrond, eos, ethereum PoS, internet computer, polkadot. Thank you
## Problem to be Solved Include a definition of terms for "Previous Value" and "Current Value". It is suspected a lot of questions would arise around what `Previous Value` means.
Hi It would be nice to include Cardanao - top PoS [according to coinmarketcap](https://coinmarketcap.com/view/pos/). [Here](https://datastudio.google.com/u/0/reporting/3136c55b-635e-4f46-8e4b-b8ab54f2d460/page/p_9vyfu6gorc) nakamoto-coefficient is 22 (I believe MAV == nakamoto coefficient).
Hi, the consensus of Avalanche called Snowflake requires [51% of stake](https://arxiv.org/abs/1904.04098). So the Nakamoto coefficient is incorrect as it is based on 33% of stake instead of 51%; it should...
## Problem to be solved The current `THRESHOLD` value is assumed to be `.33`. See https://github.com/xenowits/nakomoto-coefficient-calculator/blob/main/core/utils/constants.go. Also, research what value percentage is applicable for each chain since some might need...
Hi, I saw that [Ethereum was removed](https://github.com/xenowits/nakomoto-coefficient-calculator/commit/d1b971f5eca410be7b0806bc3df13ea6745bb9ae) due to missing data. As show [here](https://etherscan.io/dashboards/beacon-depositors ) in order to find the Nakamoto Coefficient, staking and liquid staking pools can be excluded....