From 25f2ee2ed0bc42b1c51fc6e0eff49a22327660f3 Mon Sep 17 00:00:00 2001 From: SamsungGalaxyPlayer <justin.ehrenhofer@gmail.com> Date: Tue, 18 Jul 2017 22:51:43 +0200 Subject: [PATCH] Update solo_mine_GUI.md --- resources/user-guides/solo_mine_GUI.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/user-guides/solo_mine_GUI.md b/resources/user-guides/solo_mine_GUI.md index 3c87157d..097fd31c 100644 --- a/resources/user-guides/solo_mine_GUI.md +++ b/resources/user-guides/solo_mine_GUI.md @@ -11,16 +11,16 @@ attribution: "<!-- Icon is based on work by Freepik (http://www.freepik.com) and It is very easy to solo mine with the official GUI. If you have not done so already, go to the <a href="/downloads/">Monero downloads page</a> and download the official GUI for your operating system. Then, run the setup and be patient as Monero synchronizes with the network. You should see that it displays "Connected" in the lower left corner. -<img src="/user-guides/png/solo_mine_GUI/01.png" style="width: 600px;"/> +<img src="/png/solo_mine_GUI/01.png" style="width: 600px;"/> Click on the "Advanced" tab. You should see that several other options appear. Now click on the "Mining" sub-tab. -<img src="/user-guides/png/solo_mine_GUI/02.png" style="width: 600px;"/> +<img src="/png/solo_mine_GUI/02.png" style="width: 600px;"/> You should now have an option to start mining. You can optionally change the number of threads to mine with. For optimal efficiency, you should mine with your CPU's cache divided by 2. You will need to look up your CPU's specs on the manufacturer's website. If you are unsure, leave the number of threads at 1. Click the "Start mining" button. -<img src="/user-guides/png/solo_mine_GUI/03.png" style="width: 600px;"/> +<img src="/png/solo_mine_GUI/03.png" style="width: 600px;"/> You are now mining with the network, as you can see on the bottom of the image. In this example, the computer is contributing 23 H/s to the Monero network. Mining helps keep the network secure, and you may get lucky and receive a reward for protecting the network. -To stop mining, simply click the "Stop mining" button. \ No newline at end of file +To stop mining, simply click the "Stop mining" button. -- GitLab