<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Feather on Germania Blog</title>
    <link>https://germania.so/en/tags/feather/</link>
    <description>Recent content in Feather 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/feather/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Feather Wallet Installation and Usage Guide on Linux</title>
      <link>https://germania.so/en/posts/monero-feather-linux/</link>
      <pubDate>Tue, 05 May 2026 12:00:00 +0000</pubDate>
      <guid>https://germania.so/en/posts/monero-feather-linux/</guid>
      <description>&lt;p&gt;Feather Wallet is a wallet for managing the Monero cryptocurrency. This guide explains how to install, generate a wallet, and send and receive funds on Linux.&lt;/p&gt;&#xA;&lt;h2 class=&#34;heading&#34; id=&#34;install&#34;&gt;&#xA;  &lt;strong&gt;Installation of Feather Wallet 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 package from the official site 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 --from https://featherwallet.org&#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;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;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://germania.so/img/featherlinux/featherLinux-001.webp#center&#34;&gt;&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.featherwallet.Feather&#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;Before generating the wallet, select the &lt;em&gt;Settings&lt;/em&gt; option, the &lt;em&gt;Network&lt;/em&gt; → &lt;em&gt;Proxy&lt;/em&gt; tab, then in the &lt;em&gt;Node Traffic&lt;/em&gt; field choose &lt;em&gt;Always over Tor&lt;/em&gt; and click &lt;em&gt;OK&lt;/em&gt;. For Whonix-Workstation, set the local IP address of the Whonix-Gateway system, i.e. &lt;em&gt;Socks5 Host: 10.152.152.10&lt;/em&gt;, uncheck &lt;em&gt;Let Feather start and manage a Tor daemon&lt;/em&gt; and click &lt;em&gt;OK&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://germania.so/img/featherlinux/featherLinux-003a.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;2&#34;&gt;&#xA;&lt;li&gt;Create a new wallet with the &lt;em&gt;Create new wallet&lt;/em&gt; command and click &lt;em&gt;Next&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://germania.so/img/featherlinux/featherLinux-003.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;3&#34;&gt;&#xA;&lt;li&gt;The seed will be displayed. This is the recovery phrase that should be written down in a safe place along with the wallet creation date, for example, on an external USB drive encrypted with Veracrypt, TrueCrypt, or LUKS. If you need to recover the wallet, you will be asked to provide the recovery phrase to restore the wallet along with its creation date. The creation date is required to optimize block downloads from the Monero network. Providing a date that is too recent during recovery may result in an incorrect balance shown in the wallet. Click &lt;em&gt;Next&lt;/em&gt;, then &lt;em&gt;I understand&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://germania.so/img/featherlinux/featherLinux-004.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;4&#34;&gt;&#xA;&lt;li&gt;Choose the name and directory where you will save the generated wallet and click &lt;em&gt;Next&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://germania.so/img/featherlinux/featherLinux-005.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;5&#34;&gt;&#xA;&lt;li&gt;Choose the password that will be needed at each run to decrypt the wallet file and click &lt;em&gt;Create/Open wallet&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://germania.so/img/featherlinux/featherLinux-006.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;6&#34;&gt;&#xA;&lt;li&gt;After the first run, wait for the node to retrieve the information, which will be announced by &lt;em&gt;&amp;ldquo;Synchronized&amp;rdquo;&lt;/em&gt; in the lower left corner.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://germania.so/img/featherlinux/featherLinux-007.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;7&#34;&gt;&#xA;&lt;li&gt;If you have connection problems, click the connection status icon (green 🟢, blue 🔵 or red 🔴) located in the bottom-right corner of the screen next to the &lt;em&gt;Balance&lt;/em&gt; status. Then select the &lt;em&gt;Network&lt;/em&gt; → &lt;em&gt;Node&lt;/em&gt; tab. A list of remote nodes will appear; these are required to retrieve necessary information from the Monero network. To change the node, double-click the node with a green 🟢 icon (indicating it is currently available), then click &lt;em&gt;OK&lt;/em&gt; and wait for synchronization.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://germania.so/img/featherlinux/featherLinux-007a.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. A list of your Monero addresses used to receive funds will be displayed. You can generate new subaddresses by clicking the &lt;em&gt;Create new address&lt;/em&gt; button. It is a good idea to use subaddresses once and generate a new one for each transaction to maximize the privacy of your funds. 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;Feather Wallet&#34; src=&#34;https://germania.so/img/featherlinux/featherLinux-008.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 right-clicking the address and selecting &lt;em&gt;Copy address&lt;/em&gt;. Then paste it where you want to receive funds, for example, into the appropriate form field on a website or share it with the recipient.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://germania.so/img/featherlinux/featherLinux-009.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;3&#34;&gt;&#xA;&lt;li&gt;After receiving the funds, go to the &lt;em&gt;History&lt;/em&gt; tab. You can see the entire history of funds received and sent.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://germania.so/img/featherlinux/featherLinux-010.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;4&#34;&gt;&#xA;&lt;li&gt;Before sending received funds, you must wait for 10 confirmations from the Monero network. This will be announced by the green mark displayed next to the transaction, and the &lt;em&gt;Balance&lt;/em&gt; status from which the note &lt;em&gt;unconfirmed&lt;/em&gt; disappears.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://germania.so/img/featherlinux/featherLinux-011.webp#center&#34;&gt;&lt;/p&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 &lt;em&gt;Send&lt;/em&gt;. Under &lt;em&gt;Pay to&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;. After a few seconds, a confirmation window will appear. 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.&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;After checking the transaction details, click the &lt;em&gt;Send&lt;/em&gt; button.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://germania.so/img/featherlinux/featherLinux-012.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;2&#34;&gt;&#xA;&lt;li&gt;Wait for 10 confirmations from the Monero network before continuing to use the subaddress after sending funds. This will be announced by the green mark next to the transaction, and the caption &lt;em&gt;Unconfirmed&lt;/em&gt; disappears from the lower right edge of the screen, visible in the following image next to the caption &lt;em&gt;Balance&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://germania.so/img/featherlinux/featherLinux-013.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;hr&gt;</description>
    </item>
    <item>
      <title>Feather Wallet software installation and operation guide for Windows</title>
      <link>https://germania.so/en/posts/monero-feather-windows/</link>
      <pubDate>Tue, 05 May 2026 12:00:00 +0000</pubDate>
      <guid>https://germania.so/en/posts/monero-feather-windows/</guid>
      <description>&lt;p&gt;Feather Wallet 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 Feather Wallet 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;Download the &lt;em&gt;Windows (10 and higher) x64 Installer&lt;/em&gt; software from &lt;a href=&#34;https://featherwallet.org/download/&#34;&gt;the official Feather Wallet website&lt;/a&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://germania.so/img/featherwindows/featherWindows-01.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;2&#34;&gt;&#xA;&lt;li&gt;After downloading the wallet, check the checksum of the software. To do this, check the checksum of the downloaded file and compare it with the one shown next to the software version you downloaded from the GitHub repository in step one.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;To open the command line, simultaneously press &lt;em&gt;Windows + R&lt;/em&gt;, type &lt;em&gt;cmd&lt;/em&gt;, and click &lt;em&gt;OK&lt;/em&gt;.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#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 &amp;ldquo;path to the Feather Wallet file downloaded in step 1&amp;rdquo; 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.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;If the result you get corresponds to the one on &lt;em&gt;&lt;a href=&#34;https://featherwallet.org/files/releases/hashes-2.8.1.txt&#34;&gt;https://featherwallet.org/files/releases/hashes-2.8.1.txt&lt;/a&gt;&lt;/em&gt; under the heading appropriate for your Windows software, it means that it is correct and you can proceed with the installation.&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;/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\FeatherWalletSetup-2.8.1.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;Feather Wallet&#34; src=&#34;https://germania.so/img/en/featherwindows/fw_verify.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;4&#34;&gt;&#xA;&lt;li&gt;Double-click the downloaded wallet with the left mouse button and click &lt;em&gt;Run&lt;/em&gt;. Select the path in which you will install the wallet and click &lt;em&gt;Next&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://germania.so/img/featherwindows/featherWindows-005.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;5&#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;Feather Wallet&#34; src=&#34;https://germania.so/img/featherwindows/featherWindows-006.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;6&#34;&gt;&#xA;&lt;li&gt;Click &lt;em&gt;Finish&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://germania.so/img/featherwindows/featherWindows-007.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;Select &lt;em&gt;Auto connect&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;Feather Wallet&#34; src=&#34;https://germania.so/img/featherwindows/featherWindows-008.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;2&#34;&gt;&#xA;&lt;li&gt;Click &lt;em&gt;Change proxy settings&lt;/em&gt; and check &lt;em&gt;Always over Tor&lt;/em&gt;, then click &lt;em&gt;Next&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://germania.so/img/featherwindows/featherWindows-009.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;3&#34;&gt;&#xA;&lt;li&gt;Select &lt;em&gt;Disable&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;Feather Wallet&#34; src=&#34;https://germania.so/img/featherwindows/featherWindows-010.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;4&#34;&gt;&#xA;&lt;li&gt;Select &lt;em&gt;Create New Wallet&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;Feather Wallet&#34; src=&#34;https://germania.so/img/featherwindows/featherWindows-011.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;5&#34;&gt;&#xA;&lt;li&gt;The seed will be displayed; it is a security phrase. It should be saved in a safe place along with the date of wallet creation, for example, on an external USB drive encrypted with Veracrypt, Truecrypt, or LUKS. If recovery is required, you will be asked to enter the security phrase to recover the wallet along with its creation date. The creation date is required to retrieve the appropriate number 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. Click &lt;em&gt;Next&lt;/em&gt;, then &lt;em&gt;I understand&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://germania.so/img/featherwindows/featherWindows-012.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;6&#34;&gt;&#xA;&lt;li&gt;Choose the name and directory where you will save the generated wallet and click &lt;em&gt;Next&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://germania.so/img/featherwindows/featherWindows-013.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 needed each time you run the wallet to decrypt the wallet file and click &lt;em&gt;Create/Open wallet&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://germania.so/img/featherwindows/featherWindows-014.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;8&#34;&gt;&#xA;&lt;li&gt;After the first run, wait for the node to retrieve the information, which will be announced by &lt;em&gt;Synchronized&lt;/em&gt; in the lower left corner.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://germania.so/img/featherlinux/featherLinux-007.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;9&#34;&gt;&#xA;&lt;li&gt;If you have connection problems, click the connection status icon (green 🟢, blue 🔵 or red 🔴) located in the bottom-right corner of the screen next to the &lt;em&gt;Balance&lt;/em&gt; status. Then select the &lt;em&gt;Network&lt;/em&gt; → &lt;em&gt;Node&lt;/em&gt; tab. A list of remote nodes will appear; these are required to retrieve necessary information from the Monero network. To change the node, double-click the node with a green 🟢 icon (indicating it is currently available), then click &lt;em&gt;OK&lt;/em&gt; and wait for synchronization.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://germania.so/img/featherlinux/featherLinux-007a.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 the &lt;em&gt;Create new address&lt;/em&gt; button. It is a good idea to use subaddresses once and generate a new one for each transaction, so that you can 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;Feather Wallet&#34; src=&#34;https://germania.so/img/featherlinux/featherLinux-008.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 right-clicking on it and selecting &lt;em&gt;Copy address&lt;/em&gt;. 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;Feather Wallet&#34; src=&#34;https://germania.so/img/featherlinux/featherLinux-009.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;3&#34;&gt;&#xA;&lt;li&gt;After receiving the funds, go to the &lt;em&gt;History&lt;/em&gt; tab. You can see the entire history of funds received and sent.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://germania.so/img/featherlinux/featherLinux-010.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;4&#34;&gt;&#xA;&lt;li&gt;Before sending received funds, you must wait for 10 confirmations from the Monero network. This will be announced by the green mark displayed next to the transaction, and the &lt;em&gt;Balance&lt;/em&gt; status will no longer show the note &amp;ldquo;unconfirmed&amp;rdquo;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://germania.so/img/featherlinux/featherLinux-011.webp#center&#34;&gt;&lt;/p&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;Pay to&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;. After a few seconds, a confirmation window will appear. 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.&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;After checking the transaction details, click the &lt;em&gt;Send&lt;/em&gt; button.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://germania.so/img/featherlinux/featherLinux-012.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;2&#34;&gt;&#xA;&lt;li&gt;Wait for 10 confirmations from the Monero network before continuing to use the subaddress after sending funds. This will be announced by a green mark next to the transaction, and the caption &amp;ldquo;Unconfirmed&amp;rdquo; disappears from the lower right corner of the screen, visible in the following image next to the &lt;em&gt;Balance&lt;/em&gt; caption.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://germania.so/img/featherlinux/featherLinux-013.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;hr&gt;</description>
    </item>
    <item>
      <title>Guide to installing and using Feather Wallet software for macOS</title>
      <link>https://germania.so/en/posts/monero-feather-mac/</link>
      <pubDate>Tue, 05 May 2026 12:00:00 +0000</pubDate>
      <guid>https://germania.so/en/posts/monero-feather-mac/</guid>
      <description>&lt;p&gt;Feather Wallet 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 Feather Wallet 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;Download the software &lt;em&gt;macOS (12 and higher)&lt;/em&gt; from &lt;a href=&#34;https://featherwallet.org/download/&#34;&gt;the official Feather Wallet website&lt;/a&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://germania.so/img/feathermac/featherMac-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. Open the list of hashes with the button located at the end of the sentence &amp;ldquo;A GPG-signed list of hashes can be found &lt;em&gt;here&lt;/em&gt;&amp;rdquo; under the table at the bottom of the page from which we downloaded the wallet.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;In the terminal, type: &lt;em&gt;shasum -a 256 [path to the .zip 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 the website, it means that it is correct and you can proceed with the installation.&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;/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/feather-2.8.1-mac.zip&#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;Feather Wallet&#34; src=&#34;https://germania.so/img/en/feathermac/fm_en-01.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;If the resulting sum agrees with the result given on the page appropriate for our software version, we can proceed further.&lt;/p&gt;&#xA;&lt;ol start=&#34;3&#34;&gt;&#xA;&lt;li&gt;Open the folder where the file is located, unzip it, and double-click to run.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://germania.so/img/en/feathermac/fm_en-002.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;After launching the downloaded application, click &lt;em&gt;Next&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://germania.so/img/feathermac/featherMac-003.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;2&#34;&gt;&#xA;&lt;li&gt;Select &lt;em&gt;Change proxy settings&lt;/em&gt;, choose Proxy → &lt;em&gt;Tor&lt;/em&gt;, Node Traffic → &lt;em&gt;Always over Tor&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;Feather Wallet&#34; src=&#34;https://germania.so/img/feathermac/featherMac-004.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;3&#34;&gt;&#xA;&lt;li&gt;Select &lt;em&gt;Disable&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;Feather Wallet&#34; src=&#34;https://germania.so/img/feathermac/featherMac-005.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;4&#34;&gt;&#xA;&lt;li&gt;Create a new wallet by selecting &lt;em&gt;Create new wallet&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;Feather Wallet&#34; src=&#34;https://germania.so/img/feathermac/featherMac-006.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;5&#34;&gt;&#xA;&lt;li&gt;The seed will be displayed; this is a security phrase. It should be saved in a safe place along with the date of wallet creation, for example, on an external USB drive encrypted with Veracrypt, Truecrypt, or LUKS. If recovery is required, you will be asked to enter the security phrase to recover the wallet along with its creation date. The creation date is required to retrieve the appropriate number 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.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;Click &lt;em&gt;Next&lt;/em&gt;, then &lt;em&gt;I understand&lt;/em&gt;, provide the required information, and click &lt;em&gt;Next&lt;/em&gt;.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://germania.so/img/feathermac/featherMac-007.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;6&#34;&gt;&#xA;&lt;li&gt;Choose the name and path to save the wallet (you can leave the default) and click &lt;em&gt;Next&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://germania.so/img/feathermac/featherMac-008.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;7&#34;&gt;&#xA;&lt;li&gt;After the first run, wait for the node to retrieve the information, which will be announced by &lt;em&gt;Synchronized&lt;/em&gt; in the lower left corner.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://germania.so/img/feathermac/featherMac-009.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://germania.so/img/feathermac/featherMac-010.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;8&#34;&gt;&#xA;&lt;li&gt;If you have connection problems, click the connection status icon (green 🟢, blue 🔵 or red 🔴) located in the bottom-right corner of the screen next to the &lt;em&gt;Balance&lt;/em&gt; status. Then select the &lt;em&gt;Network&lt;/em&gt; → &lt;em&gt;Node&lt;/em&gt; tab. A list of remote nodes will appear; these are required to retrieve necessary information from the Monero network. To change the node, double-click the node with a green 🟢 icon (indicating it is currently available), then click &lt;em&gt;OK&lt;/em&gt; and wait for synchronization.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://germania.so/img/feathermac/featherMac-009a.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 the &lt;em&gt;Create new address&lt;/em&gt; button. It is a good idea to use subaddresses once and generate a new one for each transaction, so that you can 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;Feather Wallet&#34; src=&#34;https://germania.so/img/feathermac/featherMac-010.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://germania.so/img/feathermac/featherMac-011.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 right-clicking on it and selecting &lt;em&gt;Copy address&lt;/em&gt;. 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, go to the &lt;em&gt;History&lt;/em&gt; tab. You will see the entire history of funds received and sent.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://germania.so/img/feathermac/featherMac-011a.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. This will be announced by the green mark displayed next to the transaction, and the &lt;em&gt;Balance&lt;/em&gt; status will no longer show the note &amp;ldquo;unconfirmed&amp;rdquo;.&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;Pay to&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;. After a few seconds, a confirmation window will appear. 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.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://germania.so/img/feathermac/featherMac-012.webp#center&#34;&gt;&lt;/p&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;After checking the transaction details, click the &lt;em&gt;Send&lt;/em&gt; button.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://germania.so/img/feathermac/featherMac-013.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;2&#34;&gt;&#xA;&lt;li&gt;Wait for 10 confirmations from the Monero network before continuing to use the subaddress after sending funds. This will be announced by a green mark next to the transaction, and the caption &amp;ldquo;Unconfirmed&amp;rdquo; disappears from the lower right corner of the screen, shown in the image below next to the &lt;em&gt;Balance&lt;/em&gt; caption.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://germania.so/img/feathermac/featherMac-014.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;hr&gt;</description>
    </item>
  </channel>
</rss>
