Standalone Desktop application for farming on Subspace Network (includes both node and farmer). Download and run this application to be a farmer on Subspace Network (currently on testnet).
Below is not necessarily strict boundaries, but rather what we have tested and confirmed so far.
- Windows 10 and 11
- Ubuntu 20.04 and 22.04
- macOS 11 and 12
- Download the latest release for your preferred platform.
- Install the program.
- Open
subspace-desktop
application. - Click the
This is my first time farming
option (or, if you want to use an existing reward address, clickI've run a farmer before and still have my keys
). - Select how much space you want to pledge
- When you click
start plotting
, it may prompt you to store your seed phrase, if you did not import a reward address. - The network will begin to sync and plotting will start. While you wait you can click
hints
to open up thewhat is plotting
page, and join our online communities from the social links displayed in there! - Once the node fully syncs you will be taken the the Farmer Dashboard which will show you the network/plot status, and your total earned rewards.
- Simply uninstall the old application from your computer
- Download the latest release for your preferred platform (make sure to select "Latest" release with green label and not "Pre-release")
- Install new version of Subspace Desktop
- Run the application, it should detect your old plot and continue farming as usual
UNLESS STATED OTHERWISE IN THE RELEASE NOTES:
- You don't need to delete your existing plot
- You don't need to create a new identity
- You don't need to delete the config and log files
These instructions are for upgrading installation that followed official guide, if you followed unofficial one, ask guide author for proper upgrade steps.
- Remove old data to free space used by CLI:
Make sure to replace
# Replace `FARMER_FILE_NAME` with the name of the node file you downloaded from releases ./FARMER_FILE_NAME wipe # Replace `NODE_FILE_NAME` with the name of the node file you downloaded from releases ./NODE_FILE_NAME purge-chain --chain testnet
FARMER_FILE_NAME
andNODE_FILE_NAME
with actual file names - Delete those files
FARMER_FILE_NAME
andNODE_FILE_NAME
- Install Subspace Desktop
- Choose
I've run a farmer before and still have my keys
on the first screen and use the same reward address (that you used for CLI) there
- nodejs 14+
- yarn
- rustc
On Linux you'll have to install development version of libwebkit2gtk-4.0
and libappindicator
packages, which can be done on Ubuntu with:
sudo apt update && sudo apt install libwebkit2gtk-4.0-dev \
build-essential \
curl \
wget \
libssl-dev \
libgtk-3-dev \
libappindicator3-dev \
patchelf \
librsvg2-dev
- libappindicator: needed to use the system tray feature.
- patchelf and librsvg: needed to bundle AppImage.
Stuck?
https://tauri.studio/en/docs/getting-started/intro
yarn
Terminal 1
yarn quasar dev
Terminal 2
yarn tauri dev
yarn build
yarn quasar --help
yarn tauri --help
https://v2.quasar.dev/quasar-cli/quasar-conf-js
https://tauri.studio/en/docs/api/config
Review the ARCHITECTURE.md document for an overview of the application design.