News Feed
  • DrugHub has agreed to fully refund all users who lost money in the SuperMarket exit scam.  
  • Retro Market has gone offline. Circumstances of the closure unknown.  
  • SuperMarket has closed following an exit scam by one of the admins.  
  • The admin of Incognito Market, Pharoah, has been arrested by the FBI several months after exit scamming.  
  • Silk RoadTorhoo mini logo
  • darknet markets list
  • Popular P2P exchange LocalMonero has announced it is closing.  

help installing feather wallet on whonix : DarknetMarketsNoobs | Torhoo darknet markets

really struggling with installing feather wallet to whonix, pls can someone provide some guidance? tyy
/u/MrBacon420 P
2 points
1 week ago
Could you be more specific?

Download feather-2.8.1.AppImage
Right click file - permissions - set as program/executable
Run program

What am I missing?
/u/Silent_Cal 🍼 P
1 points
1 week ago
Nothing. That's how I would do it on any 'nix system.
/u/BlackCell P
1 points
1 week ago*
Step 1: Download the Feather Wallet

1. Open a terminal in Whonix Workstation

2. Visit the [official Feather Wallet download page](https://featherwallet.org/) via Tor Browser, or use:

torify curl -O https://downloads.featherwallet.org/linux/Feather-2.6.4-x86_64.AppImage

! Replace `2.6.4` with the latest version if it's newer.

3. Download the signature file too:

torify curl -O https://downloads.featherwallet.org/linux/Feather-2.6.4-x86_64.AppImage.asc

-

Step 2: Verify the Signature (Recommended)

1. Import Feather’s GPG public key:

gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 0x99F6EAA8D52E092D

2. Verify the AppImage:

gpg --verify Feather-2.6.4-x86_64.AppImage.asc Feather-2.6.4-x86_64.AppImage

! You should see a "Good signature" message. If not, do not run the file.

-

Step 3: Make the AppImage Executable

chmod +x Feather-2.6.4-x86_64.AppImage

-

Step 4: Run Feather Wallet

./Feather-2.6.4-x86_64.AppImage

The wallet should launch.

-----

* Consider verifying the hash of the download as well (`sha256sum`).
* Avoid using the wallet with clearnet (non-Tor) nodes if anonymity is crucial.
/u/AutoModerator M
1 points
1 week ago
No links at all are to be posted. Contact mods via modmail if you have a link you feel should be posted. Instead use dread short links such as /d/DarknetMarketsNoobs/wiki?id=1c686270. Best practice is if you have some information that helps noobs copy/paste the helpful information instead of linking to outside sites.

This comment was posted automatically by a bot. All AutoModerator settings are configured by individual communities. Contact this community's Moderators to have your post approved if you believe this was in error.
/u/maestrodutch P
1 points
1 week ago
First, ensure that you have Whonix properly installed and running on your system.

Open the Whonix Workstation and update the package list and upgrade the installed packages:

sudo apt update
sudo apt upgrade

Install the required dependencies for building Feather Wallet:

sudo apt install build-essential libqt5webkit5-dev libprotobuf-dev protobuf-compiler libqr-xx-dev

Clone the Feather Wallet repository from GitHub:

git clone https://github.com/featherwallet/feather.git

Navigate to the cloned repository and compile the wallet:
cd feather
qmake
make

After the compilation process is complete, you should have a working Feather Wallet executable in the directory. Run the wallet using:

./featherwallet
These steps should help you install Feather Wallet on Whonix. If you encounter any issues or have further questions, please don't hesitate to ask!
/u/AutoModerator M
1 points
1 week ago
No links at all are to be posted. Contact mods via modmail if you have a link you feel should be posted. Instead use dread short links such as /d/DarknetMarketsNoobs/wiki?id=1c686270. Best practice is if you have some information that helps noobs copy/paste the helpful information instead of linking to outside sites.

This comment was posted automatically by a bot. All AutoModerator settings are configured by individual communities. Contact this community's Moderators to have your post approved if you believe this was in error.