Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.32 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.32 KB

Filecoin Station

ci

Filecoin Station is a desktop app that connects your computer’s idle resources to the Filecoin network and rewards you with Filecoin. Taking part is simple, just launch the app and start earning. Learn more at filstation.app.

Install

Release notes and all versions of Filecoin Station can be found on the releases page.

Each release has packages for desktop platforms:

  • Windows: .exe

  • macOS: .dmg

  • Linux: .AppImage

    Currently this application uses libsecret. Depending on your distribution, you will need to run the following command:

    • Debian/Ubuntu: sudo apt-get install libsecret-1-dev
    • Red Hat-based: sudo yum install libsecret-devel
    • Arch Linux: sudo pacman -S libsecret

Documentation

See /docs

Security

See SECURITY.md

License

SPDX-License-Identifier: Apache-2.0 OR MIT