566 tutoriels disponibles
Chercher un tutoriel
Bienvenue
sur Shareannonce
 
Install wasabi wallet on ubuntu
Ecrit par: Shareannonce
Date création:  24-05-2020
Nombre de vues:  2694
Catégorie:  crypto-monnaie
Note: 
 
   Tutoriel N° 2ec

Install wasabi wallet on ubuntu


Wasabi is a wallet bitcoin where you can mix a bitcoin transaction with coinjoin and tor.

Method 1: Install wasabi with package
Method 2: Install wasabi with source
Method 3: Install wasabi with tar.gz file


Method 1: Install wasabi with package

Get Wasabi-1.1.11.1.deb on the wasabi website https://wasabiwallet.io/

wget https://github.com/zkSNACKs/WalletWasabi/releases/download/v1.1.11.1/Wasabi-1.1.11.1.deb


a/ check signature :

Get PGP.txt file

wget https://raw.githubusercontent.com/zkSNACKs/WalletWasabi/master/PGP.txt


Get signature file

wget https://github.com/zkSNACKs/WalletWasabi/releases/download/v1.1.11.1/Wasabi-1.1.11.1.deb.asc


gpg --import PGP.txt
gpg --verify Wasabi-1.1.11.1.deb.asc Wasabi-1.1.11.1.deb
gpg --edit-key zksnacks@gmail.com
trust
5
y
quit


gpg --verify Wasabi-1.1.11.1.deb.asc Wasabi-1.1.11.1.deb


RESULT:

gpg: Signature made ven. 24 avril 2020 16:35:47 CEST using RSA key ID 8949861E
gpg: checking the trustdb
gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: next trustdb check due at 2024-02-24
gpg: Good signature from "zkSNACKs <zksnacks@gmail.com>"



b/ then install the .deb package, open a terminal and write:

sudo gdebi --q --n Wasabi-1.1.11.1.deb

# to launch it
wassabee



Method 2: Install wasabi with source

Open a terminal and write:

nano install_wasabi.sh


#!/bin/bash
# https://github.com/zkSNACKs/WalletWasabi/
sudo apt-get install git -y
git clone https://github.com/zkSNACKs/WalletWasabi.git
cd WalletWasabi/WalletWasabi.Gui
wget https://packages.microsoft.com/config/ubuntu/19.10/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
sudo dpkg -i packages-microsoft-prod.deb
sudo apt-get update -y
sudo apt-get install apt-transport-https -y
sudo apt-get update -y
sudo apt-get install dotnet-sdk-3.1 -y
dotnet build
echo ""
echo "to launch it:"
echo "cd ~/WalletWasabi/WalletWasabi.Gui"
echo "dotnet run"


To install it write in a terminal:

sh install_wasabi.sh


To launch it, write:

dotnet run



Method 3: Install wasabi with tar.gz file

cd ~/ && tar xzvf WasabiLinux-1.1.11.1.tar.gz && cd WasabiLinux-1.1.11.1


To launch it, write:

./wassabee





sources:
https://wasabiwallet.io/
https://docs.wasabiwallet.io/using-wasabi/InstallPackage.html#other-linux



 
 
   Autres tutoriels de la même catégorie >
 
ShareAnnonce version 2.0 Tous droits reserves. | Condition d'utilisation | Contact