Skip to content

Releases: autonomys/space-acres

0.1.12

29 Mar 19:30
81bbb0d
Compare
Choose a tag to compare

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

22 Mar 00:32
b12ff08
Compare
Choose a tag to compare

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

16 Mar 16:31
67d1c79
Compare
Choose a tag to compare

In this release:

  • fixed for old processors (didn't quite work before ever since it was introduced)

0.1.9

16 Mar 09:55
02cb1f8
Compare
Choose a tag to compare

In this release:

  • fix for sector visualization sometimes mismatching farms
  • fix for farming performance on Windows

0.1.8

14 Mar 11:06
1fc68b0
Compare
Choose a tag to compare

In this release:

0.1.7

11 Mar 18:53
daf171f
Compare
Choose a tag to compare

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

07 Mar 22:27
9bd9f8d
Compare
Choose a tag to compare

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

01 Mar 17:32
1178c66
Compare
Choose a tag to compare

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

29 Feb 22:34
bf1e73a
Compare
Choose a tag to compare
0.1.4 Pre-release
Pre-release

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

20 Feb 00:00
ce6a737
Compare
Choose a tag to compare

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