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
Quick Start
option. - Wait for app to sync network size, and click
Start Plotting
(In this version, you plot the full history. In future versions you will be able to set your plot size on this page). - The network will begin to sync, while you wait you can click
next
to open up thewhat is plotting
page, and reveal yourseed
phrase, and provide you with our social links. - Once the node fully syncs you will be taken the the Farmer Dashboard which will show you the network status, and if you have won any blocks.
- 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 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
- If you didn't specify
--reward-address
, didn't import mnemonic or don't care, use "Quick start" at the first screen - In case you specified
--reward-address
when running your farmer before, choose "Advanced" on the first screen and use the same reward address there - In case you imported mnemonic before, choose "Advanced" and specify the address that corresponds to that mnemonic (can be found in Polkadot.js waller or explorer, both "any chain", "Polkadot" and Subspace addresses are fine)
- If you didn't specify
--reward-address
and didn't import mnemonic and farmed some coins already, use./FARMER_FILE_NAME identity view --mnemonic
to find mnemonic (replaceFARMER_FILE_NAME
with the actual file name), import it into Polkadot.js wallet and follow step 6 above
- 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.