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
| 592000 | 2015-08-04 | v1 (exceptional, version not bumped) | v0.9.0.0 | v0.9.14.0 | blocktime = 240 seconds, CryptoNight-Lite, lower mining priority for ringsize < 3 |
97
-
| 963500 | 2018-06-03 | v7 | v0.12.0.0 | v0.12.6.0-aeon | Rebase to Monero's latest codebase with RingCT disabled, CryptoNight-Lite variant 1, limited use of ringsize 1, ban ringsize 2 |
97
+
| 963500 | 2018-06-03 | v7 | v0.12.0.0 | v0.12.8.0-aeon | Rebase to Monero's latest codebase with RingCT disabled, CryptoNight-Lite variant 1, limited use of ringsize 1, ban ringsize 2 |
98
98
99
99
## Compiling Aeon from source
100
100
@@ -135,7 +135,7 @@ library archives (`.a`).
135
135
build the library binary manually. This can be done with the following command ```sudo apt-get install libgtest-dev && cd /usr/src/gtest && sudo cmake . && sudo make && sudo mv libg* /usr/lib/ ```
136
136
137
137
Install all dependencies at once on Debian/Ubuntu:
@@ -157,7 +157,7 @@ invokes cmake commands as needed.
157
157
* Change to the root of the source code directory, change to the most recent release tag, and build:
158
158
159
159
cd aeon
160
-
git checkout v0.12.6.0-aeon
160
+
git checkout v0.12.8.0-aeon
161
161
make
162
162
163
163
*Optional*: If your machine has several cores and enough memory, enable
@@ -219,7 +219,7 @@ Tested on a Raspberry Pi Zero with a clean install of minimal Raspbian Stretch (
219
219
```
220
220
git clone https://github.com/aeonix/aeon.git
221
221
cd aeon
222
-
git checkout tags/v0.12.6.0-aeon
222
+
git checkout tags/v0.12.8.0-aeon
223
223
```
224
224
* Build:
225
225
```
@@ -316,9 +316,9 @@ application.
316
316
317
317
cd aeon
318
318
319
-
* If you would like a specific [version/tag](https://github.com/aeonix/aeon/tags), do a git checkout for that version. eg. 'v0.12.6.0-aeon'. If you dont care about the version and just want binaries from master, skip this step:
319
+
* If you would like a specific [version/tag](https://github.com/aeonix/aeon/tags), do a git checkout for that version. eg. 'v0.12.8.0-aeon'. If you dont care about the version and just want binaries from master, skip this step:
0 commit comments