diff options
| author | Riccardo Spagni <ric@spagni.net> | 2016-10-11 10:30:14 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2016-10-11 10:30:14 +0200 |
| commit | 9ea25cc8660e61b3f3ec36a1e952dfa61d698eb8 (patch) | |
| tree | b726d8b809949440ddf75c5a29e1d02caf2e6b39 | |
| parent | 304c087dd0f2432e797768feb4851d3d7327cb9d (diff) | |
| parent | eeb7ecfd81ea01a37285b282c7fa74646e98915d (diff) | |
| download | monzero-core-9ea25cc8660e61b3f3ec36a1e952dfa61d698eb8.tar.gz monzero-core-9ea25cc8660e61b3f3ec36a1e952dfa61d698eb8.tar.xz monzero-core-9ea25cc8660e61b3f3ec36a1e952dfa61d698eb8.zip | |
Merge pull request #1205
eeb7ecf Hard fork info in the Readme (Gingeropolous)
| -rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -57,6 +57,20 @@ There are also several mining pools that kindly donate a portion of their fees, See [LICENSE](LICENSE). +## Monero software updates and consensus protocol changes (hard forking) + +Monero uses a hardforking mechanism to implement new features which requires that +users of Monero software run current versions and update their software on a +regular schedule. Here is the current schedule, versions, and compatability. +Dates are provided in the format YYYYMMDD. + + +| Date | Consensus version | Minimum Monero Version | Recommended Monero Version | Details | +| ----------------- | ----------------- | ---------------------- | -------------------------- | ------------------ | +| 2016-09-21 | v3 | v0.9.4 | v0.10.0 | Splits coinbase into denominations | +| 2017-01-05 | v4 | v0.9.4 | v0.10.0 | Allow normal and RingCT transactions | +| 2017-09-21 | v5 | v0.10.0 | v0.10.0 | Allow only RingCT transactions | + ## Installing Monero from a Package Packages are available for |
