<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Payments on Germania Blog</title>
    <link>https://germania.so/en/tags/payments/</link>
    <description>Recent content in Payments 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/payments/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>
  </channel>
</rss>
