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).
As of 01-22-2024, this project has been archived and is no longer actively maintained.
- No Updates: The repository will not be receiving any updates or accepting pull requests. The code is provided as-is.
- Read-Only: The repository is now read-only. You can still fork, download, or star the repository.
- No Support: We will no longer be responding to issues or questions regarding this project. However, you may still find community support through existing issues or outside forums.
This project is being archived due to the lack of a sustainable user community and our decision to concentrate our resources on more widely-used projects that are critical to our roadmap towards mainnet.
We believe that focusing our efforts on projects with a broader user base and strategic importance will allow us to make a more significant impact and deliver better value to our community.
While this project is being archived, we encourage our vibrant community to take the reins! If you've found value in this project and have ideas for its evolution, we wholeheartedly support and encourage you to fork and develop your own versions. This is an opportunity for innovation and creativity – your contributions could lead to something even more impactful.
For those who are looking for alternatives to this project, we recommend exploring Space Acres, which provides similar functionalities. Additionally, we invite you to follow our ongoing projects, which continue to build on the foundations we've laid here. Stay tuned for exciting developments on our journey towards mainnet!
We extend our deepest gratitude to everyone who has contributed to and supported this project. Your engagement and feedback have been invaluable, and we look forward to seeing how the community takes these ideas forward in new and exciting directions.
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 build -c ./src-tauri/tauri.conf.opencl.json
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.