Donate

Become a donor today.

If you want to help us, but you cannot contribute to code, you can still buy us a coffee, or just donate a little bit of your hardware power.

As a small open source project, know that every dollar will have an immense impact on our ability to continue working towards our mission.

Your support means the world to us :)

You can donate by going to our Patreon page, or if you prefer cryptocurrencies, we accept donations to the following XMR wallet: 84AsfE73Cy7hAYKy7PN8N8D3fh39JzXyLjaiYpgXm3NrJHH7cTPxUJSgsdFiSL6mwE9MKpvrYJQoaTxRG6sJX6aBRpr45dc.

Become a Patron!

Liberapay is a very easy platform to make micro donations to FOSS projects.

Donating computing power

If you want, you can also support our project by donating your idle computing power. We have a “donor” profile that you can install/uninstall any time. It will kick-in automatically xmrig when it detects a idle cpu in a range of 15m.

Install the following packages:

1
$ luet install -y runit-srv/xmrig system-profile/donate cryptocurrency/xmrig

Enable the donate profile:

1
$ mos profile enable donate

done!

Install the following packages:

1
$ luet install -y systemd-service/xmrig system-profile/donate cryptocurrency/xmrig

Enable the donate profile:

1
$ mos profile enable donate

done!

Stop the service

To stop the service, on Mocaccino Micro:

1
$ runit-stop xmrig

while on Desktop:

1
$ systemctl stop xmrig

Disable

Just disable the donate profile:

1
$ mos profile disable donate

Uninstall

Just remove the installed packages, most importantly system-profile/donate which starts xmrig when the CPU is idling:

1
$ luet uninstall -y system-profile/donate cryptocurrency/xmrig

Then remove the appropriate service, on Micro:

1
$ luet uninstall -y runit-srv/xmrig

while on Desktop:

1
$ luet uninstall -y systemd-service/xmrig
Last modified February 4, 2024: Update desktop_environments.md (2b26a21)