Skip to content

Wasabi v0.9.1: Beta Release 3 - Built-In Tor

Compare
Choose a tag to compare
@nopara73 nopara73 released this 09 Sep 10:47
· 34012 commits to master since this release
ca73414

This release contains some minor bug fixes and it simplifies the setup process by shipping the Tor anonymity network, removing the need to manually install it.

How To Install?

1. Get The Requirements

  1. Git: https://git-scm.com/downloads
  2. .NET Core 2.1 SDK: https://www.microsoft.com/net/download (Note, you can disable .NET's telemetry by typing export DOTNET_CLI_TELEMETRY_OPTOUT=1 on Linux and OSX or set DOTNET_CLI_TELEMETRY_OPTOUT=1 on Windows.)

2. Get Wasabi

Open terminal/command line and type the following command:

git clone https://github.com/zkSNACKs/WalletWasabi.git --recursive

How To Update?

Open terminal/command line from your your WalletWasabi folder and type the following command:

git pull && git submodule update --init --recursive 

How To Run?

Open terminal/command line from your your WalletWasabi/WalletWasabi.Gui folder and type the following command:

dotnet run

Notes

  • Configuration, wallet and similar files can be found in %appdata%\WalletWasabi folder on Windows and in ~/.walletwasabi folder on Linux/OSX.
  • Note, OSX is NOT supported at this point, we are currently working on fixing the bugs we have in that platform. You may follow our progress here: AvaloniaUI/Avalonia#1789
  • If you already have Tor, and it is running, then Wasabi will try to use that first, if not, then Wasabi will use its built-in Tor. If your Tor is out of date, then you'll get many error messages. Make sure it's not out of date: Check Tor version: tor --version. If it's not at least 0.3.2.2, then see this writeup on how to update it, or just stop your own Tor and let Wasabi use its built-in, up-to-date one.