https://github.com/autonomys/space-acres
Space Acres is an opinionated GUI application for farming on Autonomys Network
https://github.com/autonomys/space-acres
autonomys farming plotting subspace
Last synced: 4 months ago
JSON representation
Space Acres is an opinionated GUI application for farming on Autonomys Network
- Host: GitHub
- URL: https://github.com/autonomys/space-acres
- Owner: autonomys
- Created: 2023-12-04T13:57:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-14T02:35:10.000Z (10 months ago)
- Last Synced: 2025-08-14T02:35:15.968Z (10 months ago)
- Topics: autonomys, farming, plotting, subspace
- Language: Rust
- Homepage:
- Size: 4.45 MB
- Stars: 66
- Watchers: 11
- Forks: 38
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Space Acres
[](https://github.com/autonomys/space-acres/releases)
[](https://github.com/autonomys/space-acres/releases/latest)
[](https://github.com/autonomys/space-acres/actions/workflows/rust.yaml)
Space Acres is an opinionated GUI application for farming on [Autonomys Network](https://www.autonomys.xyz/).
## Current status
Current status of the project is Beta.
This means that it should generally work, most happy paths and edge cases are handled, many error cases have reasonable
recovery options, etc.
Current version supports Autonomys Mainnet chain only and doesn't allow to select anything else. It supports upgrading
existing installations from Gemini 3h.
## Features
Current features:
* Configuration (reward address, node location, multiple farms, P2P ports and some advanced options)
* Node sync with displayed progress, speed and ETA, network connections
* Farmer plotting/farming piece cache/plotting/replotting progress display and speed calculation
* Farmer auditing/proving performance indicators
* Farmer sector state visualization
* Desktop notifications with rewards and other notable events
* Very easy to use
Upcoming features/capabilities: see open issues, also consider contributing if something is missing!
## Installation
See [docs/INSTALLATION.md](docs/INSTALLATION.md) for details
## Project structure
The project at high level is structured in a few large modules:
* `backend` handles all the backend functionality
* `config` contains configuration data structure with ability to read, write and validate it
* `farmer` contains farmer implementation with a wrapper data structure that abstracts away its internals
* `networking` contains networking stack that is shared between `farmer` and `node` with a wrapper data structure
that abstracts away its internals
* `node` contains consensus node with a wrapper data structure that abstracts away its internals
* `utils` contains some low-level utilities
* `frontend` handles majority of frontend logic with each module corresponding to a major application screen/view or
feature
* `res` contains various non-code resources required for application operation and/or packaging
* `app.css` contains a few small non-critical tweaks for presentation, it will likely be necessary to ship a GTK4
theme with the app in the future to ensure consistent look
* `linux` contains Linux-specific resources
* `macos` contains macOS-specific resources
* `translations` contains translations to various languages
* `windows` contains Windows-specific resources
* `main.rs` handles CLI, instantiates frontend and backend, wiring everything together
Application supports bare minimum configuration and doesn't support operator functionality (not yet anyway).
## How to build
In order to build this app you'll need to install both dependencies necessary for building
[Subspace](https://github.com/autonomys/subspace) and [GTK4](https://github.com/gtk-rs/gtk4-rs), including the optional
`librsvg`. Follow their documentation for details.
Then simply `cargo run` will get you where to want to be.
## Contribution
Contributions of various kinds are welcome and appreciated.
## License
Zero-Clause BSD
https://opensource.org/licenses/0BSD
https://tldrlegal.com/license/bsd-0-clause-license