Releases: autonomys/space-acres
Releases · autonomys/space-acres
0.1.12
In this release:
- Improved error handling (when farm crashes it will be shown as having an error, but will not stop node or other farms)
- When uninstalling Windows package dialog will pop up suggesting to remove configuration and logs for all users (if desired) and will be expanded in the future with more features
- switch to upstream gemini-3h-2024-mar-29 release with various improvements
0.1.11
In this release:
- sector visualization is hidden by default and can be shown with a separate button
- plotting can be paused with a button if desired
- switch to upstream gemini-3h-2024-mar-20 release
0.1.10
0.1.9
0.1.8
In this release:
- Switches to upstream gemini-3h-2024-mar-14 release with farmer improvements
0.1.7
In this release:
- Fix for old files not removed after Space Acres upgrade (this release will clean up those old remaining files)
- Support for CPUs older than Skylake/Ryzen, like Intel Haswell/Broadwell processors that support [x86-64-v2])(https://en.wikipedia.org/wiki/X86-64#Microarchitecture_levels) microarchitecture level
- Buttons for opening logs, node and farm folders in file manager added (thanks to @Nacho-Neko for contribution)
- Switches to upstream gemini-3h-2024-mar-11 release with large performance improvements for proving and some Windows-specific optimizations
NOTE: Upgrade to this release from previous releases will "break" Space Acres. To fix it just run installer again and select "Repair" to fix it. Sorry for inconvenience, there isn't much that could be done about this unfortunately.
0.1.6
In this release:
- update on Windows no longer removes shortcuts
- massively reduced memory usage on Windows, especially with a lot of space pledged
- faster parallel farm initialization
- faster plotting startup
NOTE: Some Windows users see proving issues with this release, if that is the case you should downgrade to 0.1.5 (current version will have to be removed first for this) and wait for the next release
0.1.5
In this release:
- Memory usage improvements for plot cache introduced in last release on Windows
- Plot cache disabled on large farms with 2T+ of unplotted space on Windows since regular piece cache is already pretty large and Windows hangs for too long otherwise
0.1.4
In this release:
- Node sync, piece cache sync and plotting all happening concurrently
- Unplotted space is used for caching purposes
- Thanks to all of the above Space Acres is able to share its downloading and caching functionality between node and farmer components, accelerating everything, especially for small farmers
- Minor performance improvements
- Plotting threads are de-prioritized, which may decrease plotting performance slightly, but should improve farming performance and allow more comfortable use of computer for other purposes
- Most of these changes are from upcoming upstream release
Windows users are reporting high memory usage with this release, we're looking into ways to resolve this.
0.1.3
In this release:
- Fix showing "Farming" when plotting is finished, but node sync has not yet finished
- Switches to upstream gemini-3h-2024-feb-19 release with faster plotting and some fixes