<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Monero GUI on Germania Blog</title>
    <link>https://germania.so/en/tags/monero-gui/</link>
    <description>Recent content in Monero GUI on Germania Blog</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <lastBuildDate>Tue, 05 May 2026 12:00:00 +0000</lastBuildDate>
    <atom:link href="https://germania.so/en/tags/monero-gui/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Monero GUI software installation and maintenance guide for Linux</title>
      <link>https://germania.so/en/posts/monero-gui-linux/</link>
      <pubDate>Tue, 05 May 2026 12:00:00 +0000</pubDate>
      <guid>https://germania.so/en/posts/monero-gui-linux/</guid>
      <description>&lt;p&gt;Monero GUI is a wallet for managing Monero cryptocurrency. The tutorial describes how to install and generate a wallet and send and receive funds.&lt;/p&gt;&#xA;&lt;h2 class=&#34;heading&#34; id=&#34;install&#34;&gt;&#xA;  &lt;strong&gt;Installation of Monero GUI software via Flatpak&lt;/strong&gt;&lt;span class=&#34;heading__anchor&#34;&gt; &lt;a href=&#34;#install&#34;&gt;#&lt;/a&gt;&lt;/span&gt;&#xA;&lt;/h2&gt;&lt;blockquote&gt;&#xA;&lt;p&gt;For Linux systems, installation via Flatpak is the recommended method. It does not require verification of checksums or PGP signatures. For installation on Whonix 18 and newer, starting the Whonix-Workstation virtual machine in the &lt;em&gt;SYSMAINT&lt;/em&gt; session is required; this allows making system changes that require elevated privileges.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;The Flatpak tool is installed by default in many recent Linux distributions. If the &lt;em&gt;flatpak&lt;/em&gt; command is not available in the terminal, install Flatpak &lt;a href=&#34;https://flathub.org/setup&#34;&gt;following the instructions&lt;/a&gt; for your chosen distribution. On Debian Linux, Flatpak can be installed with the commands:&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;&#xA;&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1&#xA;&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2&#xA;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&#xA;&lt;td class=&#34;lntd&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ sudo apt update&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ sudo apt install flatpak&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&lt;ol start=&#34;2&#34;&gt;&#xA;&lt;li&gt;Add the Flathub repository, enable visibility for FLOSS applications (Free/Libre and Open Source Software), and install the &lt;em&gt;org.getmonero.Monero&lt;/em&gt; package with the commands:&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;&#xA;&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1&#xA;&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2&#xA;&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3&#xA;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&#xA;&lt;td class=&#34;lntd&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ flatpak remote-modify --subset&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;floss flathub&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ flatpak install flathub org.getmonero.Monero&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&lt;p&gt;Confirm each prompt by pressing ENTER:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;&#xA;&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1&#xA;&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2&#xA;&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3&#xA;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&#xA;&lt;td class=&#34;lntd&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ Should the remote be kept &lt;span class=&#34;k&#34;&gt;for&lt;/span&gt; future installations? &lt;span class=&#34;o&#34;&gt;[&lt;/span&gt;Y/n&lt;span class=&#34;o&#34;&gt;]&lt;/span&gt;: &lt;span class=&#34;o&#34;&gt;(&lt;/span&gt;press ENTER&lt;span class=&#34;o&#34;&gt;)&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ Do you want to install it? &lt;span class=&#34;o&#34;&gt;[&lt;/span&gt;Y/n&lt;span class=&#34;o&#34;&gt;]&lt;/span&gt;: &lt;span class=&#34;o&#34;&gt;(&lt;/span&gt;press ENTER&lt;span class=&#34;o&#34;&gt;)&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ Proceed with these changes to the system installation? &lt;span class=&#34;o&#34;&gt;[&lt;/span&gt;Y/n&lt;span class=&#34;o&#34;&gt;]&lt;/span&gt;: &lt;span class=&#34;o&#34;&gt;(&lt;/span&gt;press ENTER&lt;span class=&#34;o&#34;&gt;)&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/guilinux/guiLinux-003.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;After installation, if you are using Whonix-Workstation, close the &lt;em&gt;SYSMAINT&lt;/em&gt; session and restart Whonix-Workstation in the default user session.&lt;/p&gt;&#xA;&lt;ol start=&#34;3&#34;&gt;&#xA;&lt;li&gt;You can launch the program via the application menu shortcut or with the command:&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;&#xA;&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1&#xA;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&#xA;&lt;td class=&#34;lntd&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ flatpak run org.getmonero.Monero&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&lt;h2 class=&#34;heading&#34; id=&#34;setup&#34;&gt;&#xA;  &lt;strong&gt;Generating a wallet&lt;/strong&gt;&lt;span class=&#34;heading__anchor&#34;&gt; &lt;a href=&#34;#setup&#34;&gt;#&lt;/a&gt;&lt;/span&gt;&#xA;&lt;/h2&gt;&lt;ol&gt;&#xA;&lt;li&gt;Click &lt;em&gt;Continue&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guiwindows/gw_en-002.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;2&#34;&gt;&#xA;&lt;li&gt;Select &lt;em&gt;Simple mode&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guiwindows/gw_en-003.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;3&#34;&gt;&#xA;&lt;li&gt;Select &lt;em&gt;I understand the privacy implications of using a third party server&lt;/em&gt; and click &lt;em&gt;Next&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guiwindows/gw_en-004.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;4&#34;&gt;&#xA;&lt;li&gt;Click &lt;em&gt;Create a new wallet&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guiwindows/gw_en-005.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;5&#34;&gt;&#xA;&lt;li&gt;Choose a name and click &lt;em&gt;Next&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guiwindows/gw_en-006.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;6&#34;&gt;&#xA;&lt;li&gt;The recovery phrase will be displayed; this is the security phrase. It should be saved in a safe place along with the date of wallet creation and the node size, for example, on an external USB drive encrypted with Veracrypt, Truecrypt, or LUKS. If you need to recover, you will be asked for a security phrase to recover the wallet along with its creation date. The creation date or node size is required to retrieve the correct amount of blocks from the Monero network. Providing too late a date during recovery may result in an incorrect amount of funds displayed in the wallet. Write down the creation date, node size, and security phrase in exactly the order as displayed on the screen. Click &lt;em&gt;Next&lt;/em&gt; and fill in the missing fields, then click &lt;em&gt;Next&lt;/em&gt; again.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guiwindows/gw_en-007.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;7&#34;&gt;&#xA;&lt;li&gt;Choose the password that will be necessary to open your wallet file and click &lt;em&gt;Next&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guiwindows/gw_en-008.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;8&#34;&gt;&#xA;&lt;li&gt;Click &lt;em&gt;Create wallet&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guiwindows/gw_en-009.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;9&#34;&gt;&#xA;&lt;li&gt;Enter the password.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guiwindows/gw_en-password.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;10&#34;&gt;&#xA;&lt;li&gt;Wait for the information to be retrieved from the node, which will be announced by the text &lt;em&gt;Wallet is synchronized&lt;/em&gt; in the lower left corner. This may take some time during the first launch.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guiwindows/gw_en-010.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;11&#34;&gt;&#xA;&lt;li&gt;In case of connection problems, click the crossed arrow icon next to the status in the lower left corner. This will cause a switch to another remote node.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guiwindows/gw_en-011.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 class=&#34;heading&#34; id=&#34;receiving&#34;&gt;&#xA;  &lt;strong&gt;Receiving funds&lt;/strong&gt;&lt;span class=&#34;heading__anchor&#34;&gt; &lt;a href=&#34;#receiving&#34;&gt;#&lt;/a&gt;&lt;/span&gt;&#xA;&lt;/h2&gt;&lt;ol&gt;&#xA;&lt;li&gt;Go to the &lt;em&gt;Receive&lt;/em&gt; tab. There will be a list of your Monero addresses used to receive funds. You can generate new subaddresses by clicking &lt;em&gt;Create new address&lt;/em&gt;. It is a good idea to use subaddresses once and generate a new one for each transaction, so that you take maximum care of your funds&amp;rsquo; privacy. All incoming transactions to any of the subaddresses add up, and their balance is common to the entire account.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guiwindows/gw_en-012.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;2&#34;&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;To receive funds, copy your address by clicking on the clipboard icon at the end of each line with the address. Then paste it in the place where you want to receive the funds, for example, in the appropriate section of the exchange, or by sending it to the appropriate person.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;After receiving the funds, click on the &lt;em&gt;Transactions&lt;/em&gt; tab. The entire history of funds received and sent will be displayed.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guiwindows/gw_en-013.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;4&#34;&gt;&#xA;&lt;li&gt;You must wait for 10 confirmations from the Monero network before sending the received funds. The confirmation counter can be followed on the fly under the &lt;em&gt;Confirmations&lt;/em&gt; row.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 class=&#34;heading&#34; id=&#34;payments&#34;&gt;&#xA;  &lt;strong&gt;Sending funds&lt;/strong&gt;&lt;span class=&#34;heading__anchor&#34;&gt; &lt;a href=&#34;#payments&#34;&gt;#&lt;/a&gt;&lt;/span&gt;&#xA;&lt;/h2&gt;&lt;ol&gt;&#xA;&lt;li&gt;To send funds, go to the &lt;em&gt;Send&lt;/em&gt; tab. Under &lt;em&gt;Address&lt;/em&gt;, paste the destination Monero address; under &lt;em&gt;Amount&lt;/em&gt;, enter the amount and click &lt;em&gt;Send&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guiwindows/gw_en-014.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;2&#34;&gt;&#xA;&lt;li&gt;After a few seconds, a confirmation window will be displayed. Before confirming the sending, make sure you have entered the correct Monero destination address. Verify the &lt;em&gt;Fee&lt;/em&gt; amount; it should be a few cents. After verifying the transaction details, click &lt;em&gt;Confirm&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;WARNING: This action cannot be undone. Providing an incorrect address may result in loss of funds.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guiwindows/gw_en-015.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;3&#34;&gt;&#xA;&lt;li&gt;Enter the password and click &lt;em&gt;Send Transaction&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guiwindows/gw_en-016.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;4&#34;&gt;&#xA;&lt;li&gt;A message will appear at the top of the screen informing you of the available balance. Before further use of your address after sending funds, wait for 10 confirmations from the Monero network.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guiwindows/gw_en-017.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;hr&gt;</description>
    </item>
    <item>
      <title>Monero GUI software installation and maintenance guide for macOS</title>
      <link>https://germania.so/en/posts/monero-gui-mac/</link>
      <pubDate>Tue, 05 May 2026 12:00:00 +0000</pubDate>
      <guid>https://germania.so/en/posts/monero-gui-mac/</guid>
      <description>&lt;p&gt;Monero GUI is a wallet for managing Monero cryptocurrency. The tutorial describes how to install and generate a wallet and send and receive funds.&lt;/p&gt;&#xA;&lt;h2 class=&#34;heading&#34; id=&#34;install&#34;&gt;&#xA;  &lt;strong&gt;Installation of Monero GUI software&lt;/strong&gt;&lt;span class=&#34;heading__anchor&#34;&gt; &lt;a href=&#34;#install&#34;&gt;#&lt;/a&gt;&lt;/span&gt;&#xA;&lt;/h2&gt;&lt;ol&gt;&#xA;&lt;li&gt;First, select &lt;em&gt;macOS software&lt;/em&gt; in the version suitable for your processor from &lt;a href=&#34;https://www.getmonero.org/downloads/&#34;&gt;the official Monero Project website&lt;/a&gt; and click &lt;em&gt;Save file&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/guimac/guiMac-01.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;2&#34;&gt;&#xA;&lt;li&gt;In the terminal, type: &lt;em&gt;shasum -a 256 [path to the monero-gui file downloaded in step 1]&lt;/em&gt; and press Enter. By default it will be located in &lt;em&gt;/Users/&lt;current user&gt;/Downloads/&lt;/em&gt; directory. If the result agrees with the hash given on &lt;a href=&#34;https://www.getmonero.org/downloads/&#34;&gt;the official Monero Project website&lt;/a&gt; under &lt;em&gt;Verify&lt;/em&gt; from step one appropriate for your software version, it means that it is correct and you can proceed with the installation.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;&#xA;&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1&#xA;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&#xA;&lt;td class=&#34;lntd&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ shasum -a &lt;span class=&#34;m&#34;&gt;256&lt;/span&gt; ~/Downloads/monero-gui-mac-x64-v0.18.4.5.dmg&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guimac/gm_en-01.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;3&#34;&gt;&#xA;&lt;li&gt;Go to Downloads, double-click on the application icon, and click &lt;em&gt;Open&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guimac/gm_en-open_app.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 class=&#34;heading&#34; id=&#34;setup&#34;&gt;&#xA;  &lt;strong&gt;Generating a wallet&lt;/strong&gt;&lt;span class=&#34;heading__anchor&#34;&gt; &lt;a href=&#34;#setup&#34;&gt;#&lt;/a&gt;&lt;/span&gt;&#xA;&lt;/h2&gt;&lt;ol&gt;&#xA;&lt;li&gt;Click &lt;em&gt;Continue&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guimac/gm_en-003.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;2&#34;&gt;&#xA;&lt;li&gt;Select &lt;em&gt;Simple mode&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guimac/gm_en-004.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;3&#34;&gt;&#xA;&lt;li&gt;Select &lt;em&gt;I understand the privacy implications of using a third party server&lt;/em&gt; and click &lt;em&gt;Next&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guimac/gm_en-005.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;4&#34;&gt;&#xA;&lt;li&gt;Click &lt;em&gt;Create a new wallet&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guimac/gm_en-006.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;5&#34;&gt;&#xA;&lt;li&gt;Choose a name and click &lt;em&gt;Next&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guimac/gm_en-007.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;6&#34;&gt;&#xA;&lt;li&gt;The recovery phrase will be displayed; this is the security phrase. It should be saved in a safe place along with the date of wallet creation and the node size, for example, on an external USB drive encrypted with Veracrypt, Truecrypt, or LUKS. If recovery is required, you will be asked to provide a security phrase to recover the wallet along with its creation date. The creation date or node size is required to retrieve the correct number of blocks from the Monero network. Entering a date that is too late during recovery may result in an incorrect amount of funds displayed in the wallet. Write down the creation date, node size, and security phrase exactly in the order as displayed on the screen. Click &lt;em&gt;Next&lt;/em&gt; and fill in the missing fields, then click &lt;em&gt;Next&lt;/em&gt; again.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guimac/gm_en-008.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guimac/gm_en-009.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;7&#34;&gt;&#xA;&lt;li&gt;Choose the password that will be necessary to open your wallet file and click &lt;em&gt;Next&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guimac/gm_en-010.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;8&#34;&gt;&#xA;&lt;li&gt;Click &lt;em&gt;Create wallet&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guimac/gm_en-011.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;9&#34;&gt;&#xA;&lt;li&gt;Enter the password.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guimac/gm_en-012.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;10&#34;&gt;&#xA;&lt;li&gt;Wait for the node information to be retrieved, which will be announced by &lt;em&gt;Connected&lt;/em&gt; in the lower left corner. This may take some time during the first run.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guimac/gm_en-013.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;11&#34;&gt;&#xA;&lt;li&gt;In case of connection problems, click the crossed arrows icon next to the status in the lower left corner. This will cause a switch to another remote node.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 class=&#34;heading&#34; id=&#34;receiving&#34;&gt;&#xA;  &lt;strong&gt;Receiving funds&lt;/strong&gt;&lt;span class=&#34;heading__anchor&#34;&gt; &lt;a href=&#34;#receiving&#34;&gt;#&lt;/a&gt;&lt;/span&gt;&#xA;&lt;/h2&gt;&lt;ol&gt;&#xA;&lt;li&gt;Go to the &lt;em&gt;Receive&lt;/em&gt; tab. There will be a list of your Monero addresses used to receive funds. You can generate new subaddresses by clicking &lt;em&gt;Create new address&lt;/em&gt;. It is a good idea to use subaddresses once and generate a new one for each transaction, so that you take maximum care of your funds&amp;rsquo; privacy. All incoming transactions to any of the subaddresses add up, and their balance is common to the entire account.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guimac/gm_en-014.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;2&#34;&gt;&#xA;&lt;li&gt;To receive funds, copy your address by clicking on the clipboard icon at the end of each address line. Then paste it in the place where you want to receive the funds, for example, in the appropriate section of the exchange, or by sending it to the appropriate person.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guimac/gm_en-015.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;3&#34;&gt;&#xA;&lt;li&gt;After receiving the funds, click on the &lt;em&gt;Transactions&lt;/em&gt; tab. The entire history of funds received and sent will be displayed.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guimac/gm_en-016.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;4&#34;&gt;&#xA;&lt;li&gt;You must wait for 10 confirmations from the Monero network before sending the received funds. The confirmation counter can be tracked on the fly under the &lt;em&gt;Confirmations&lt;/em&gt; row.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 class=&#34;heading&#34; id=&#34;payments&#34;&gt;&#xA;  &lt;strong&gt;Sending funds&lt;/strong&gt;&lt;span class=&#34;heading__anchor&#34;&gt; &lt;a href=&#34;#payments&#34;&gt;#&lt;/a&gt;&lt;/span&gt;&#xA;&lt;/h2&gt;&lt;ol&gt;&#xA;&lt;li&gt;To send funds, go to the &lt;em&gt;Send&lt;/em&gt; tab. Under &lt;em&gt;Address&lt;/em&gt;, paste the destination Monero address; under &lt;em&gt;Amount&lt;/em&gt;, enter the amount and click &lt;em&gt;Send&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guimac/gm_en-017.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;2&#34;&gt;&#xA;&lt;li&gt;After a few seconds, a confirmation window will be displayed. Before confirming the sending, make sure you have entered the correct Monero destination address. Verify the &lt;em&gt;Fee&lt;/em&gt; amount; it should be a few cents. After verifying the transaction details, click &lt;em&gt;Confirm&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;WARNING: This action cannot be undone. Providing an incorrect address may result in loss of funds.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guimac/gm_en-018.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;3&#34;&gt;&#xA;&lt;li&gt;Enter the password and click &lt;em&gt;Send Transaction&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guimac/gm_en-019.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;4&#34;&gt;&#xA;&lt;li&gt;A message will be displayed at the top of the screen informing you of the available balance. Wait for 10 confirmations from the Monero network before continuing to use your address after sending funds.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guimac/gm_en-020.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;hr&gt;</description>
    </item>
    <item>
      <title>Monero GUI software installation and maintenance guide for Windows</title>
      <link>https://germania.so/en/posts/monero-gui-windows/</link>
      <pubDate>Tue, 05 May 2026 12:00:00 +0000</pubDate>
      <guid>https://germania.so/en/posts/monero-gui-windows/</guid>
      <description>&lt;p&gt;Monero GUI is a wallet for managing Monero cryptocurrency. The tutorial describes how to install and generate a wallet and send and receive funds.&lt;/p&gt;&#xA;&lt;h2 class=&#34;heading&#34; id=&#34;install&#34;&gt;&#xA;  &lt;strong&gt;Installation of Monero GUI software&lt;/strong&gt;&lt;span class=&#34;heading__anchor&#34;&gt; &lt;a href=&#34;#install&#34;&gt;#&lt;/a&gt;&lt;/span&gt;&#xA;&lt;/h2&gt;&lt;ol&gt;&#xA;&lt;li&gt;First, select &lt;em&gt;Windows 64-bit (Installer)&lt;/em&gt; software from &lt;a href=&#34;https://www.getmonero.org/downloads/&#34;&gt;the official Monero Project website&lt;/a&gt; and click &lt;em&gt;Save File&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guiwindows/gw_en-01.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;2&#34;&gt;&#xA;&lt;li&gt;Before running the installation, check the checksum of the software. Press &lt;em&gt;Windows + R&lt;/em&gt; at the same time and type &lt;em&gt;cmd&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/cakewindows/cw-en-002.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;3&#34;&gt;&#xA;&lt;li&gt;In the window that opens, type: &lt;em&gt;certutil -hashfile [path to the monero-gui file downloaded in step 1] SHA256&lt;/em&gt; and press Enter. By default it will be located in &lt;em&gt;C:/Users/&lt;current user&gt;/Downloads/&lt;/em&gt; directory. If the result agrees with the hash provided on &lt;a href=&#34;https://www.getmonero.org/downloads/&#34;&gt;the official Monero Project website&lt;/a&gt; under &lt;em&gt;Verify&lt;/em&gt; from step 1 appropriate for your software version, it means that it is correct and you can proceed with the installation.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;&#xA;&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1&#xA;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&#xA;&lt;td class=&#34;lntd&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ certutil -hashfile &lt;span class=&#34;s2&#34;&gt;&amp;#34;%USERPROFILE%\Downloads\monero-gui-install-win-x64-v0.18.4.5.exe&amp;#34;&lt;/span&gt; SHA256&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/guiwindows/guiWindows-006.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;4&#34;&gt;&#xA;&lt;li&gt;Double-click the downloaded &lt;em&gt;Monero-GUI&lt;/em&gt; program and click &lt;em&gt;Run&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/guiwindows/guiWindows-007.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;5&#34;&gt;&#xA;&lt;li&gt;Click &lt;em&gt;Next&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/guiwindows/guiWindows-008.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;6&#34;&gt;&#xA;&lt;li&gt;Check &lt;em&gt;I accept the agreement&lt;/em&gt; and click &lt;em&gt;Next&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/guiwindows/guiWindows-009.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;7&#34;&gt;&#xA;&lt;li&gt;Choose a path (you can leave the default one) and click &lt;em&gt;Next&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/guiwindows/guiWindows-010.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;8&#34;&gt;&#xA;&lt;li&gt;Click &lt;em&gt;Next&lt;/em&gt; again.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/guiwindows/guiWindows-011.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;9&#34;&gt;&#xA;&lt;li&gt;Click &lt;em&gt;Next&lt;/em&gt; again.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/guiwindows/guiWindows-012.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;10&#34;&gt;&#xA;&lt;li&gt;Check the box if you want a shortcut on the desktop and click &lt;em&gt;Next&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/guiwindows/guiWindows-014.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;11&#34;&gt;&#xA;&lt;li&gt;Click &lt;em&gt;Install&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/guiwindows/guiWindows-015.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 class=&#34;heading&#34; id=&#34;setup&#34;&gt;&#xA;  &lt;strong&gt;Generating a wallet&lt;/strong&gt;&lt;span class=&#34;heading__anchor&#34;&gt; &lt;a href=&#34;#setup&#34;&gt;#&lt;/a&gt;&lt;/span&gt;&#xA;&lt;/h2&gt;&lt;ol&gt;&#xA;&lt;li&gt;To the question &amp;ldquo;Create desktop entry,&amp;rdquo; answer &lt;em&gt;No&lt;/em&gt; and click &lt;em&gt;Continue&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guiwindows/gw_en-002.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;2&#34;&gt;&#xA;&lt;li&gt;Select &lt;em&gt;Simple mode&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guiwindows/gw_en-003.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;3&#34;&gt;&#xA;&lt;li&gt;Select &lt;em&gt;I understand the privacy implications of using a third party server&lt;/em&gt; and click &lt;em&gt;Next&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guiwindows/gw_en-004.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;4&#34;&gt;&#xA;&lt;li&gt;Click &lt;em&gt;Create a new wallet&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guiwindows/gw_en-005.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;5&#34;&gt;&#xA;&lt;li&gt;Choose a name and click &lt;em&gt;Next&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guiwindows/gw_en-006.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;6&#34;&gt;&#xA;&lt;li&gt;The recovery phrase will be displayed; this is the security phrase. It should be saved in a safe place along with the date of wallet creation and the node size, for example, on an external USB drive encrypted with Veracrypt, Truecrypt, or LUKS. If you need to recover, you will be asked for a security phrase to recover the wallet along with its creation date. The creation date or node size is required to retrieve the correct amount of blocks from the Monero network. Providing too late a date during recovery may result in an incorrect amount of funds displayed in the wallet. Write down the creation date, node size, and security phrase in exactly the order as displayed on the screen. Click &lt;em&gt;Next&lt;/em&gt; and fill in the missing fields, then click &lt;em&gt;Next&lt;/em&gt; again.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guiwindows/gw_en-007.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;7&#34;&gt;&#xA;&lt;li&gt;Choose the password that will be necessary to open your wallet file and click &lt;em&gt;Next&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guiwindows/gw_en-008.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;8&#34;&gt;&#xA;&lt;li&gt;Click &lt;em&gt;Create wallet&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guiwindows/gw_en-009.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;9&#34;&gt;&#xA;&lt;li&gt;Enter the password.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guiwindows/gw_en-password.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;10&#34;&gt;&#xA;&lt;li&gt;Wait for the information to be retrieved from the node, which will be announced by the text &lt;em&gt;Wallet is synchronized&lt;/em&gt; in the lower left corner. This may take some time during the first launch.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guiwindows/gw_en-010.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;11&#34;&gt;&#xA;&lt;li&gt;In case of connection problems, click the crossed arrow icon next to the status in the lower left corner. This will cause a switch to another remote node.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guiwindows/gw_en-011.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 class=&#34;heading&#34; id=&#34;receiving&#34;&gt;&#xA;  &lt;strong&gt;Receiving funds&lt;/strong&gt;&lt;span class=&#34;heading__anchor&#34;&gt; &lt;a href=&#34;#receiving&#34;&gt;#&lt;/a&gt;&lt;/span&gt;&#xA;&lt;/h2&gt;&lt;ol&gt;&#xA;&lt;li&gt;Go to the &lt;em&gt;Receive&lt;/em&gt; tab. There will be a list of your Monero addresses used to receive funds. You can generate new subaddresses by clicking &lt;em&gt;Create new address&lt;/em&gt;. It is a good idea to use subaddresses once and generate a new one for each transaction, so that you take maximum care of your funds&amp;rsquo; privacy. All incoming transactions to any of the subaddresses add up, and their balance is common to the entire account.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guiwindows/gw_en-012.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;2&#34;&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;To receive funds, copy your address by clicking on the clipboard icon at the end of each line with the address. Then paste it in the place where you want to receive funds, for example, in the appropriate section of the exchange, or by sending it to the appropriate person.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;After receiving the funds, click on the &lt;em&gt;Transactions&lt;/em&gt; tab. The entire history of funds received and sent will be displayed.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guiwindows/gw_en-013.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;4&#34;&gt;&#xA;&lt;li&gt;You must wait for 10 confirmations from the Monero network before sending the received funds. The confirmation counter can be followed on the fly under the &lt;em&gt;Confirmations&lt;/em&gt; row.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 class=&#34;heading&#34; id=&#34;payments&#34;&gt;&#xA;  &lt;strong&gt;Sending funds&lt;/strong&gt;&lt;span class=&#34;heading__anchor&#34;&gt; &lt;a href=&#34;#payments&#34;&gt;#&lt;/a&gt;&lt;/span&gt;&#xA;&lt;/h2&gt;&lt;ol&gt;&#xA;&lt;li&gt;To send funds, go to the &lt;em&gt;Send&lt;/em&gt; tab. Under &lt;em&gt;Address&lt;/em&gt;, paste the destination Monero address; under &lt;em&gt;Amount&lt;/em&gt;, enter the amount and click &lt;em&gt;Send&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guiwindows/gw_en-014.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;2&#34;&gt;&#xA;&lt;li&gt;After a few seconds, a confirmation window will be displayed. Before confirming the sending, make sure you have entered the correct Monero destination address. Verify the &lt;em&gt;Fee&lt;/em&gt; amount (transaction fee); it should be a few cents. After verifying the transaction details, click &lt;em&gt;Confirm&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;WARNING: This action cannot be undone. Providing an incorrect address may result in loss of funds.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guiwindows/gw_en-015.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;3&#34;&gt;&#xA;&lt;li&gt;Enter the password and click &lt;em&gt;Send Transaction&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Monero GUI&#34; src=&#34;https://germania.so/img/en/guiwindows/gw_en-016.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;4&#34;&gt;&#xA;&lt;li&gt;A message will appear at the top of the screen informing you of the available balance. Wait for 10 confirmations from the Monero network before continuing to use your address after sending funds.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;hr&gt;</description>
    </item>
  </channel>
</rss>
