diff --git a/resources/user-guides/index.md b/resources/user-guides/index.md
index aabb703b3cd4a7241110d8d0da31afaa80acc963..8a368b1326526275486c1e9eb4884b4a19ad0a55 100644
--- a/resources/user-guides/index.md
+++ b/resources/user-guides/index.md
@@ -68,6 +68,8 @@ title: "User Guides"
                 </div>
 <div class="row start-xs text-center" markdown="1">
 
+[How to solo mine with the GUI](solo_mine_GUI.html)
+
 [How to mine on a pool with xmr-stak-cpu](mine-to-pool.html)
 
 [Mining with Docker and XMRig](mining_with_xmrig_and_docker.html)
diff --git a/resources/user-guides/png/solo_mine_GUI/01.PNG b/resources/user-guides/png/solo_mine_GUI/01.PNG
new file mode 100644
index 0000000000000000000000000000000000000000..7ca5f7c247ee06462a549ca4a6b5c6380b9f257f
Binary files /dev/null and b/resources/user-guides/png/solo_mine_GUI/01.PNG differ
diff --git a/resources/user-guides/png/solo_mine_GUI/02.PNG b/resources/user-guides/png/solo_mine_GUI/02.PNG
new file mode 100644
index 0000000000000000000000000000000000000000..42a5290e0733dedb0f397e50a86215b0887039a5
Binary files /dev/null and b/resources/user-guides/png/solo_mine_GUI/02.PNG differ
diff --git a/resources/user-guides/png/solo_mine_GUI/03.PNG b/resources/user-guides/png/solo_mine_GUI/03.PNG
new file mode 100644
index 0000000000000000000000000000000000000000..ab7b8c2a2143d0ab46fae3294a09fe01b0bd61f4
Binary files /dev/null and b/resources/user-guides/png/solo_mine_GUI/03.PNG differ
diff --git a/resources/user-guides/prove-payment.md b/resources/user-guides/prove-payment.md
index 2623a172781e189b1c2cbc49c119bb99610013e0..dbbaddcd9a23de4ae000db2275fa66c86cfad580 100644
--- a/resources/user-guides/prove-payment.md
+++ b/resources/user-guides/prove-payment.md
@@ -55,6 +55,8 @@ The information supplied by Alice plugs neatly instead of the placeholders. mone
 key to decode the transaction, and display how much this particular transaction sent to this address. Obviously,
 Charlie will want to double check with Bob the address is really his - same as with Bitcoin.
 
+Alternatively, the transaction key can be obtained in the GUI in the History tab. Click on details for each individual transaction to get the key.
+
 Note: if several transactions were made, this needs repeating for each such transaction.
 
 
diff --git a/resources/user-guides/solo_mine_GUI.md b/resources/user-guides/solo_mine_GUI.md
new file mode 100644
index 0000000000000000000000000000000000000000..5c92663d02daa4c3e255ce800e5a6176ffb17fb6
--- /dev/null
+++ b/resources/user-guides/solo_mine_GUI.md
@@ -0,0 +1,26 @@
+---
+layout: static_page
+title: "How to solo mine with the GUI"
+title-pre-kick: "Solo mining with the GUI"
+title-kick: ""
+title-post-kick: ""
+kick-class: ""
+icon: "icon_userguides"
+attribution: "<!-- Icon is based on work by Freepik (http://www.freepik.com) and is licensed under Creative Commons BY 3.0 -->"
+---
+
+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="/resources/user-guides/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="/resources/user-guides/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="/resources/user-guides/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.