Releases: autonomys/pulsar
v0.2.0-alpha
❗️
you should wipe before starting farmer.
Run wipe
command, to delete both farmer
and node
files.
What's New
Support for gemini3d!
There are two versions:
x86-64-v3: for newer processors since ~2015
x86-64-v2: for older processors since ~2009 and some old VMs
v0.1.12
What's New:
- fix a bug where farmer silent exits in
verbose
mode -> 🐞 [Bug]: Farmer quietly exits #152 - added
--farmer
and--node
flag forwipe
command. Now, users can wipe farmer and node independently -> 🎁 [Feature Request]: Add flags for wiping, specifically node or farmer #130 - v2 and v3 executables for windows
- fixed a bug on extra options for overriding substrate flags
There are two versions:
- x86-64-v3: for newer processors since ~2015
- x86-64-v2: for older processors since ~2009 and some old VMs
v0.1.11-alpha
What’s New:
- new command implemented:
-V
or--version
to retrieve the version of the executable: 🎁 [Feature Request]: Add command to get current version #146 - the suggested
subspace-cli farm
command is now directly retrieved from the executable name, so it will work even if the user changes the name of the executable. And the suggestion is made w.r.t directory the terminal currently in, meaning, users can copy-paste the command and it will always work. - even more graceful shutdown for plotting progress subscription (fixed a small bug of a false positive)
- various improvements and bug fixes from monorepo-sdk side. Especially: 🐞 [Bug]:Node crashes right after it syncs (no other instance or process running) #148
There are two versions:
- x86-64-v3: for newer processors since ~2015
- x86-64-v2: for older processors since ~2009 and some old VMs
v0.1.10-alpha
What’s New
root
is not a valid name for node anymore (to be able to distinguish users on telemetry)- run
subspace-cli farm
suggestion is fixed. Now, the proper executable name is generated dynamically - advanced users can now overwrite substrate flags
- after syncing progress bar is completed, the message now correctly indicates that only initial syncing is completed, and syncing is continuing in the background to eliminate confusion
- more optimized executables for linux
- jemalloc is user for even more optimized performance
- graceful exit from farmer subscriptions (plotting progress and solutions)
v0.1.9-alpha
❗️
you should wipe before starting farmer.
What's New?
config.toml
is now simpler and cleaner- reflecting latest changes from Monorepo and SDK (various improvements and bug fixes)
- now, users can supply
--executor
flag tofarm
command ->farm --executor
, to start the node inexecutor
mode without the need for re-initializing the config withinit
step
v0.1.8-alpha
What's New
total farmed block count
line is now updating itself via overwriting to the same line, instead of appending a new line for each farmed block (this was previously causing a wall of text if the number of farmed blocks were too high) #richPeopleProblems- plotting progress is now more smooth
v0.1.7-alpha
stabilizes farming, syncing and plotting for gemini3c
v0.1.6-alpha
Adds executor support to CLI
❗️
you should wipe before starting farmer.
Please download the executable from the below list for your operating system.
Refer to our Readme for further details on how to use.
v0.1.5-alpha
fixes a bug where node syncing may fail
❗️
you should wipe before starting farmer.
Please download the executable from the below list for your operating system.
Refer to our Readme for further details on how to use.
v0.1.4-alpha
Adds gemini-3b support!
❗️
you should wipe before starting farmer. If wipe command gives an error to you (it might, because we changed the config fields), please delete the your previous cli directory manually (node, farmer, setting.toml, everything)
where is my cli folder?
if you did not provide a custom location, here it is:
Linux: /home/alice/.local/share/subspace-cli
macOS: /Users/Alice/Library/Application Support/subspace-cli
Windows: C:\Users\Alice\AppData\Roaming/subspace-cli
Please download the executable from the below list for your operating system.
Refer to our Readme for further details on how to use.