<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Whonix on Cebulka Blog</title>
    <link>https://cebulka.in/pl/tags/whonix/</link>
    <description>Recent content in Whonix on Cebulka Blog</description>
    <generator>Hugo</generator>
    <language>pl</language>
    <lastBuildDate>Tue, 05 May 2026 12:00:00 +0000</lastBuildDate>
    <atom:link href="https://cebulka.in/pl/tags/whonix/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Poradnik instalacji i obsługi programu Feather Wallet na Linux</title>
      <link>https://cebulka.in/pl/posts/monero-feather-linux/</link>
      <pubDate>Tue, 05 May 2026 12:00:00 +0000</pubDate>
      <guid>https://cebulka.in/pl/posts/monero-feather-linux/</guid>
      <description>&lt;p&gt;Feather Wallet to portfel służący do zarządzania kryptowalutą Monero. Poradnik opisuje jak zainstalować i wygenerować portfel oraz przesyłać i otrzymywać środki na Debian Linux.&lt;/p&gt;&#xA;&lt;h2 class=&#34;heading&#34; id=&#34;install&#34;&gt;&#xA;  &lt;strong&gt;Instalacja oprogramowania Feather Wallet przez 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;Dla systemów Linux instalacja przez Flatpak jest zalecaną metodą. Nie wymaga weryfikacji sum kontrolnych i sygnatur PGP. Dla instalacji na Whonix 18 i nowszych wymagane jest przy uruchamianiu maszyny wirtualnej Whonix-Workstation rozpoczęcie sesji &lt;em&gt;SYSMAINT&lt;/em&gt;, która pozwala na dokonywanie zmian w systemie wymagających wyższych uprawnień.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Narzędzie Flatpak jest domyślnie zainstalowane w wielu najnowszych dystrybucjach systemów Linux. Jeżeli w konsoli polecenie &lt;em&gt;flatpak&lt;/em&gt; nie jest dostępne, instalujemy Flatpak &lt;a href=&#34;https://flathub.org/setup&#34;&gt;według instrukcji&lt;/a&gt; dla wybranej dystrybucji. Dla Debian Linux, Flatpak można zainstalować poleceniami:&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;Dodajemy repozytorium Flathub, ustawiamy widoczność aplikacji FLOSS (Free/Libre and Open Source Software, czyli wolnego oprogramowania) i pakiet z oficjalnej strony instalujemy poleceniami:&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;Każde z pytań naciskając ENTER potwierdzamy:&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;nacisnąć 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;nacisnąć 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;nacisnąć 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;Po zainstalowaniu, jeżeli korzystamy z Whonix-Workstation, sesję &lt;em&gt;SYSMAINT&lt;/em&gt; zamykamy i uruchamiamy Whonix-Workstation ponownie w domyślnej sesji użytkownika.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://cebulka.in/img/featherlinux/featherLinux-001.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;3&#34;&gt;&#xA;&lt;li&gt;Program możemy uruchomić za pomocą skrótu w menu z aplikacjami lub poleceniem:&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;Generowanie portfela&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;Przed wygenerowaniem portfela wybieramy opcję &lt;em&gt;Settings&lt;/em&gt;, zakładkę &lt;em&gt;Network&lt;/em&gt; → &lt;em&gt;Proxy&lt;/em&gt;, następnie w rubryce &lt;em&gt;Node Traffic&lt;/em&gt; wybieramy opcję &lt;em&gt;Always over Tor&lt;/em&gt; i klikamy &lt;em&gt;OK&lt;/em&gt;. W przypadku Whonix-Workstation ustawiamy lokalny adres IP systemu Whonix-Gateway, czyli &lt;em&gt;Socks5 Host: 10.152.152.10&lt;/em&gt;, odznaczamy opcję &lt;em&gt;Let Feather start and manage a Tor daemon&lt;/em&gt; i klikamy &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://cebulka.in/img/featherlinux/featherLinux-003a.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;2&#34;&gt;&#xA;&lt;li&gt;Tworzymy nowy portfel poleceniem &lt;em&gt;Create new wallet&lt;/em&gt; i klikamy &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://cebulka.in/img/featherlinux/featherLinux-003.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;3&#34;&gt;&#xA;&lt;li&gt;Wyświetlony zostanie seed, czyli fraza bezpieczeństwa. Należy zapisać ją w bezpiecznym miejscu wraz z datą utworzenia portfela, na przykład na zewnętrznym nośniku USB zaszyfrowanym programem Veracrypt, TrueCrypt lub LUKS. W przypadku konieczności odzyskiwania zostaniemy poproszeni o podanie frazy bezpieczeństwa w celu odzyskania portfela wraz z jego datą utworzenia. Data utworzenia jest wymagana dla optymalizacji pobierania bloków z sieci Monero. Podanie zbyt późnej daty podczas odzyskiwania może skutkować niewłaściwą ilością środków wyświetlaną w portfelu. Klikamy &lt;em&gt;Next&lt;/em&gt;, następnie &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://cebulka.in/img/featherlinux/featherLinux-004.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;4&#34;&gt;&#xA;&lt;li&gt;Wybieramy nazwę oraz katalog, w którym zapiszemy wygenerowany portfel, i klikamy &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://cebulka.in/img/featherlinux/featherLinux-005.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;5&#34;&gt;&#xA;&lt;li&gt;Wybieramy hasło, które będzie potrzebne podczas każdego uruchomienia do odszyfrowania pliku z portfelem, i klikamy &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://cebulka.in/img/featherlinux/featherLinux-006.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;6&#34;&gt;&#xA;&lt;li&gt;Po pierwszym uruchomieniu należy odczekać na pobranie informacji z węzła, o czym oznajmiać będzie napis &lt;em&gt;&amp;ldquo;Synchronized&amp;rdquo;&lt;/em&gt; w lewym dolnym rogu.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://cebulka.in/img/featherlinux/featherLinux-007.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;7&#34;&gt;&#xA;&lt;li&gt;W przypadku problemów z połączeniem należy kliknąć symbol statusu połączenia (zielony 🟢, niebieski 🔵 lub czerwony 🔴) znajdujący się w prawym dolnym rogu ekranu obok statusu &lt;em&gt;Balance&lt;/em&gt;. Następnie należy wybrać zakładkę &lt;em&gt;Network&lt;/em&gt; → &lt;em&gt;Node&lt;/em&gt;. Wyświetlona zostanie lista zdalnych węzłów, są one konieczne do pobrania wymaganych informacji z sieci Monero. Aby zmienić węzeł, należy dwukrotnie nacisnąć lewym przyciskiem myszy na wybrany przez nas węzeł z zielonym symbolem 🟢, który świadczy o jego aktualnej dostępności, a następnie nacisnąć &lt;em&gt;OK&lt;/em&gt; i czekać na zsynchronizowanie.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://cebulka.in/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;Odbieranie środków&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;Wchodzimy w zakładkę &lt;em&gt;Receive&lt;/em&gt;. Będzie tam lista naszych adresów Monero, które służą do odbierania środków. Nowe subadresy możemy wygenerować klikając przycisk &lt;em&gt;Create new address&lt;/em&gt;. Subadresy warto używać jednorazowo i generować kolejny dla każdej nowej transakcji, dzięki czemu w maksymalny sposób zadbamy o prywatność naszych środków. Wszystkie transakcje przychodzące na dowolny z subadresów sumują się, a ich saldo jest wspólne dla całego konta.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://cebulka.in/img/featherlinux/featherLinux-008.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;2&#34;&gt;&#xA;&lt;li&gt;Aby otrzymać środki, kopiujemy nasz adres klikając prawym przyciskiem myszy na adres i wybieramy &lt;em&gt;Copy address&lt;/em&gt;. Następnie wklejamy go w miejscu, w którym chcemy otrzymać środki, na przykład w odpowiednim polu formularza na stronie lub udostępniając odbiorcy.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://cebulka.in/img/featherlinux/featherLinux-009.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;3&#34;&gt;&#xA;&lt;li&gt;Po otrzymaniu środków wchodzimy w zakładkę &lt;em&gt;History&lt;/em&gt;. Widzimy całą historię środków otrzymanych oraz wysłanych.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://cebulka.in/img/featherlinux/featherLinux-010.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;4&#34;&gt;&#xA;&lt;li&gt;Przed wysłaniem otrzymanych środków musimy czekać na 10 potwierdzeń z sieci Monero. Oznajmi to zielony ptaszek wyświetlony przy transakcji oraz status Balance, z którego zniknie notatka &lt;em&gt;&amp;ldquo;unconfirmed&amp;rdquo;&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://cebulka.in/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;Wysyłanie środków&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;Aby wysłać środki, wchodzimy w zakładkę &lt;em&gt;Send&lt;/em&gt;. W rubryce &lt;em&gt;Pay to&lt;/em&gt; wklejamy docelowy adres Monero, w rubryce &lt;em&gt;Amount&lt;/em&gt; wpisujemy kwotę i klikamy przycisk &lt;em&gt;Send&lt;/em&gt;. Po kilku sekundach wyświetli się okienko z potwierdzeniem. Przed potwierdzeniem nadania upewnij się, że podałeś poprawny adres docelowy Monero. Zweryfikuj wysokość &lt;em&gt;Fee&lt;/em&gt; (opłaty transakcyjnej), powinna ona wynosić kilka centów.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;UWAGA: Tej czynności nie można cofnąć. Podanie błędnego adresu może skutkować utratą środków.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;Po sprawdzeniu szczegółów transakcji klikamy przycisk &lt;em&gt;Send&lt;/em&gt;.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://cebulka.in/img/featherlinux/featherLinux-012.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;ol start=&#34;2&#34;&gt;&#xA;&lt;li&gt;Przed dalszym wykorzystaniem subadresu po wysłaniu środków należy czekać na 10 potwierdzeń z sieci Monero. Oznajmi o tym zielony ptaszek obok transakcji oraz zniknie napis &lt;em&gt;&amp;ldquo;Unconfirmed&amp;rdquo;&lt;/em&gt; z prawego dolnego rogu ekranu, widoczny na poniższym zdjęciu obok napisu &lt;em&gt;&amp;ldquo;Balance&amp;rdquo;&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img alt=&#34;Feather Wallet&#34; src=&#34;https://cebulka.in/img/featherlinux/featherLinux-013.webp#center&#34;&gt;&lt;/p&gt;&#xA;&lt;hr&gt;</description>
    </item>
  </channel>
</rss>
