technical-specs.md: updated outdated informations

This commit is contained in:
HardenedSteel 2023-06-17 19:05:26 +00:00 committed by GitHub
parent 9b36833c5e
commit 2ed3430b79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ title: Monero Technical Specification
## Block reward ## Block reward
* smoothly decreasing and subject to penalties for blocks greater than median size of the last 100 blocks (M100) * smoothly decreasing and subject to penalties for blocks greater than median size of the last 100 blocks (M100)
* ~1.6 XMR as of June 2020; for the current reward check the coinbase transaction of the [latest block](https://xmrchain.net/) * 0.6 XMR as of June 2023; for the current reward check the coinbase transaction of the [latest block](https://xmrchain.net/)
## Block size ## Block size
@ -49,18 +49,18 @@ title: Monero Technical Specification
### Main emission ### Main emission
* first, the main emission is about to produce ~18.132 million coins by the end of May 2022 * first, the main emission is about to produce ~18.132 million coins by the end of May 2022
* as of June 2020 the emission is about 8 XMR per 10 minutes * as of June 2023 the emission is about 3 XMR per 10 minutes
* see [charts and details](https://www.reddit.com/r/Monero/comments/512kwh/useful_for_learning_about_monero_coin_emission/) * see [charts and details](https://www.reddit.com/r/Monero/comments/512kwh/useful_for_learning_about_monero_coin_emission/)
### Tail emission ### Tail emission
* the tail emission kicks in once main emission is done * the tail emission kicked in after main emission is done
* it will produce 0.6 XMR per 2-minute block * it will produce 0.6 XMR per 2-minute block
* this translates to <1% inflation decreasing over time * this translates to <1% inflation decreasing over time
## Max supply ## Max supply
* ~18.132 million XMR + 0.6 XMR per 2 minutes * ~18.293 million XMR + 0.6 XMR per 2 minutes
* technically infinite but practically deflationary if accounted for lost coins * technically infinite but practically deflationary if accounted for lost coins
## Divisibility ## Divisibility
@ -71,7 +71,7 @@ title: Monero Technical Specification
## Sender privacy ## Sender privacy
* ring signatures * ring signatures
* the ring size is 11 (10 decoys) * the ring size is 16 (15 decoys)
* assurance: probabilistic / plausible deniability * assurance: probabilistic / plausible deniability
## Recipient privacy ## Recipient privacy
@ -96,4 +96,4 @@ For the wallet (`monero-wallet-gui` or `monero-wallet-cli`):
* typically wallet runs on the same machine as full node so there is no risk * typically wallet runs on the same machine as full node so there is no risk
* if wallet connects to remote full node, there is no IP protection by default * if wallet connects to remote full node, there is no IP protection by default
* user must manually wrap wallet with Tor * user must manually wrap wallet with Tor or I2P