You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 1280000 | 2020-11-11 | v9 | v0.14.1.0-aeon | v0.14.2.1-aeon | Difficulty algorithm variant 9 (cut/sort removed, lag reduced to 8), change to the block median used to calculate penalty, deterministic unlock times |
102
+
| 1280000 | 2020-11-11 | v9 | v0.14.1.0-aeon | v0.14.2.2-aeon | Difficulty algorithm variant 9 (cut/sort removed, lag reduced to 8), change to the block median used to calculate penalty, deterministic unlock times |
103
103
104
104
## Compiling Aeon from source
105
105
@@ -168,7 +168,7 @@ invokes cmake commands as needed.
168
168
* Change to the root of the source code directory, change to the most recent release tag, and build:
169
169
170
170
cd aeon
171
-
git checkout v0.14.2.1-aeon
171
+
git checkout v0.14.2.2-aeon
172
172
make
173
173
174
174
*Optional*: If your machine has several cores and enough memory, enable
@@ -232,7 +232,7 @@ Tested on a Raspberry Pi Zero with a clean install of minimal Raspbian Stretch (
232
232
```
233
233
git clone https://github.com/aeonix/aeon.git
234
234
cd aeon
235
-
git checkout tags/v0.14.2.1-aeon
235
+
git checkout tags/v0.14.2.2-aeon
236
236
```
237
237
* Build:
238
238
```
@@ -329,9 +329,9 @@ application.
329
329
330
330
cd aeon
331
331
332
-
* If you would like a specific [version/tag](https://github.com/aeonix/aeon/tags), do a git checkout for that version. eg. 'v0.14.2.1-aeon'. If you dont care about the version and just want binaries from master, skip this step:
332
+
* If you would like a specific [version/tag](https://github.com/aeonix/aeon/tags), do a git checkout for that version. eg. 'v0.14.2.2-aeon'. If you dont care about the version and just want binaries from master, skip this step:
0 commit comments