└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # XMR miner GUI 2 | Simply mine Monero (XMR) with your CPU controlled via a graphical user interface. 3 | 4 | ![Status tab - Monero XMR miner GUI](https://dashboard.snapcraft.io/site_media/appmedia/2018/03/xmr_cpu_miner_1.png "Status tab - Monero XMR miner GUI") 5 | 6 | Use the Github issues to report any problems and include the terminal output of `uname -a`. 7 | Your feedback and ideas are very appreciated. 8 | 9 | *Note: currently limited to CPU mining, but I´m working on GPU mining support.* 10 | 11 | Good mining, 12 | LuNaCrypt 13 | 14 | Support this project: 15 | XMR: 45WK8yivtH9fzNd2abuPvnQuiyj1D4Kji7BngXD2DV3pgMPPfsWok5ejhuqokL28yxU5n29kS9Y6sCUGqSjXcFwZTPeY8gp 16 | BTC: 14YuNu3LwYqMhq7ihhkmV14ghs453dHfpf 17 | 18 | ## Install and run as linux snap 19 | 20 | > Snaps are containerised software packages that are simple to create and install. They auto-update and are safe to run. And because they bundle their dependencies, they work on all major Linux systems without modification. 21 | > https://snapcraft.io/ 22 | 23 | Check out the [xmr-miner-gui snap info page (free)](https://snapcraft.io/xmr-miner-gui) in the official snap store (free). 24 | 25 | If you do not have the snap core installed on your system yet, follow the [snap installation guide](https://docs.snapcraft.io/core/install) for your linux distro. 26 | 27 | ### Using the command line 28 | sudo snap install xmr-miner-gui 29 | xmr-miner-gui 30 | 31 | ### Using the ubuntu software app 32 | 33 | 1. Open `ubuntu-software` via command line or via applications 34 | 2. Search for xmr-miner-gui 35 | 3. Select "Monero XMR miner GUI" 36 | 4. Verify the Developer name "Lunacrypt" in the details section 37 | 5. Click install 38 | 6. Open `xmr-miner-gui` via command line or via applications 39 | --------------------------------------------------------------------------------