Skip to content

walt747/WalletWasabi

 
 

Repository files navigation

Wasabi Wallet, formerly known as HiddenWallet is a ZeroLink compliant Bitcoin wallet. We are dedicated to restore Bitcoin's fungibility and provide the highest possible privacy for our users.
HiddenWallet's code is archived in the hiddenwallet-v0.6 branch of this repository.

Code Quality Windows Tests Linux Tests OSX Tests License
CodeFactor Windows build status Linux build status OSX build status GitHub license

How To Run?

Note, we have OSX bugs in our GUI library, which we are currently fixing. You may follow our progress here: AvaloniaUI/Avalonia#1789

Get The Requirements

  1. Get Git: https://git-scm.com/downloads
  2. Get .NET Core 2.1 SDK: https://www.microsoft.com/net/download
  3. [OSX] Get Brew: https://stackoverflow.com/a/20381183/2061103
  4. Get Tor:
    [Windows] Install the Tor Expert Bundle: https://www.torproject.org/download/
    [Linux] apt-get install tor
    [OSX] brew install tor

Get Wasabi

Clone & Restore & Build

git clone https://github.com/zkSNACKs/WalletWasabi.git --recursive
cd WalletWasabi/WalletWasabi.Gui
dotnet build
  1. Run Tor:
    [Windows] Run tor.exe.
    [Linux&OSX] Type tor in terminal.
  2. Run Wasabi with dotnet run from the WalletWasabi.Gui folder.

Update Wasabi

git pull
git submodule update --init --recursive 

Notes:

  • Configuration, wallet and similar files can be found in %appdata%\WalletWasabi folder on Windows and in ~/.walletwasabi folder on Linux/OSX.

About

Privacy focused, ZeroLink compliant Bitcoin wallet.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%