aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2019-03-07 15:17:31 +0200
committerRiccardo Spagni <ric@spagni.net>2019-03-07 15:17:31 +0200
commit49afbd0c53d29656689f319c7d3543204ead4e59 (patch)
tree24fa57c1676d033567227750278a2adce0168cf9 /README.md
parentMerge pull request #4852 (diff)
parentfix merge errors, update recommended version to 0.14.0.2 (diff)
downloadmonero-49afbd0c53d29656689f319c7d3543204ead4e59.tar.xz
Merge pull request #5232
082149c5 fix merge errors, update recommended version to 0.14.0.2 (Riccardo Spagni) f3b368c6 update checkpoints hash (Riccardo Spagni) e518f2b1 update checkpoints, update README for 0.14.1 release (Riccardo Spagni) 8780d6b4 update readme via cherry-pick (Riccardo Spagni)
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 8 insertions, 7 deletions
diff --git a/README.md b/README.md
index 9ec880621..f611c98dd 100644
--- a/README.md
+++ b/README.md
@@ -125,7 +125,8 @@ Dates are provided in the format YYYY-MM-DD.
| 1546000 | 2018-04-06 | v7 | v0.12.0.0 | v0.12.3.0 | Cryptonight variant 1, ringsize >= 7, sorted inputs
| 1685555 | 2018-10-18 | v8 | v0.13.0.0 | v0.13.0.4 | max transaction size at half the penalty free block size, bulletproofs enabled, cryptonight variant 2, fixed ringsize [11](https://youtu.be/KOO5S4vxi0o)
| 1686275 | 2018-10-19 | v9 | v0.13.0.0 | v0.13.0.4 | bulletproofs required
-| XXXXXXX | 2019-04-XX | XX | XXXXXXXXX | XXXXXXXXX | X
+| 1788000 | 2019-03-09 | v10 | v0.14.0.0 | v0.14.0.2 | Cryptonight-R PoW, new block weight algorithm, slightly more efficient RingCT format
+| 1788720 | 2019-03-10 | v11 | v0.14.0.0 | v0.14.0.2 | forbid old RingCT transaction format
X's indicate that these details have not been determined as of commit date.
@@ -199,7 +200,7 @@ invokes cmake commands as needed.
* Change to the root of the source code directory, change to the most recent release branch, and build:
cd monero
- git checkout release-v0.13
+ git checkout release-v0.14
make
*Optional*: If your machine has several cores and enough memory, enable
@@ -259,11 +260,11 @@ Tested on a Raspberry Pi Zero with a clean install of minimal Raspbian Stretch (
```
* If using an external hard disk without an external power supply, ensure it gets enough power to avoid hardware issues when syncing, by adding the line "max_usb_current=1" to /boot/config.txt
-* Clone monero and checkout most recent release version:
+* Clone monero and checkout the most recent release version:
```
git clone https://github.com/monero-project/monero.git
cd monero
- git checkout tags/release-v0.13
+ git checkout tags/v0.14.1.0
```
* Build:
```
@@ -360,9 +361,9 @@ application.
cd monero
-* If you would like a specific [version/tag](https://github.com/monero-project/monero/tags), do a git checkout for that version. eg. 'release-0.13'. If you dont care about the version and just want binaries from master, skip this step:
-
- git checkout release-v0.13
+* If you would like a specific [version/tag](https://github.com/monero-project/monero/tags), do a git checkout for that version. eg. 'v0.14.1.0'. If you dont care about the version and just want binaries from master, skip this step:
+
+ git checkout v0.14.1.0
* If you are on a 64-bit system, run: