Skip to content

Privacy focused, ZeroLink compliant Bitcoin wallet.

License

Notifications You must be signed in to change notification settings

Nurdur/WalletWasabi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Get The Requirements

  1. Get Git: https://git-scm.com/downloads
  2. Get .NET Core: https://www.microsoft.com/net/download/dotnet-core/
  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
cd WalletWasabi
git submodule update --init --recursive
cd WalletWasabi.Gui
dotnet restore && dotnet build

Run Wasabi

  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%