Skip to content

gemini-3h-2024-may-06

Compare
Choose a tag to compare
@nazar-pc nazar-pc released this 06 May 08:51
· 113 commits to main since this release
d0aaf10

Main change

This is a bug fix release of Gemini 3h.

A few notable improvements:

  • Reduced idle farmer memory usage
  • Increased RPC timeout that should help a bit with pathological cases (though it doesn't really fix the root of the issue)
  • Ability to specify sector record chunks reading mode, for example path=/path/to/farm,size=100G,record-chunks-mode=ConcurrentChunks
  • Ability to prevent farmer from creating new farms with --create false, helpful in case disk failed to mount properly

The rest of the changes are internal.

Ubuntu and Windows x86-64 builds

There are two versions:

  • skylake: for Intel Skylake/AMD Ryzen processors and newer
  • x86-64-v2: for older processors since ~2009 and some old VMs
  • older processors/VMs are no longer supported by official releases, but can still be compiled manually if desired
  • x86-64 container images are built for Skylake/AMD Ryzen processors and newer only