All Projects → zkSNACKs → Walletwasabi

zkSNACKs / Walletwasabi

Licence: mit
Open-source, non-custodial, privacy focused Bitcoin wallet for Windows, Linux, and Mac. Built-in Tor, CoinJoin, and coin control features.

Projects that are alternatives of or similar to Walletwasabi

Nowallet
This project is a secure Bitcoin brainwallet app written in Python.
Stars: ✭ 52 (-95.66%)
Mutual labels:  bitcoin, wallet, tor, privacy
Coinselect
An unspent transaction output (UTXO) selection module for bitcoin.
Stars: ✭ 121 (-89.89%)
Mutual labels:  bitcoin, wallet, coin
Arcbit Ios
arcbit - iOS bitcoin wallet http://arcbit.io
Stars: ✭ 142 (-88.14%)
Mutual labels:  bitcoin, wallet, bitcoin-wallet
Adamant Im
ADAMANT Decentralized Messenger. Progressive Web Application (PWA)
Stars: ✭ 202 (-83.12%)
Mutual labels:  bitcoin, wallet, tor
Blixt Wallet
Bitcoin Lightning Wallet with focus on usability and user experience
Stars: ✭ 40 (-96.66%)
Mutual labels:  bitcoin, wallet, bitcoin-wallet
Crypto-Wallet
Open source SHA-512 loginless bitcoin wallet
Stars: ✭ 24 (-97.99%)
Mutual labels:  tor, wallet, bitcoin-wallet
Arcbit Android
arcbit - Android bitcoin wallet http://arcbit.io
Stars: ✭ 34 (-97.16%)
Mutual labels:  bitcoin, wallet, bitcoin-wallet
Chaincase
The only privacy preserving bitcoin app on iOS
Stars: ✭ 55 (-95.41%)
Mutual labels:  privacy, tor, wallet
Awesome Coins
₿ A guide (for humans!) to cryto-currencies and their algos.
Stars: ✭ 3,469 (+189.81%)
Mutual labels:  bitcoin, wallet, coin
Ricochet
Anonymous peer-to-peer instant messaging
Stars: ✭ 3,570 (+198.25%)
Mutual labels:  tor, cross-platform, privacy
Coinbin
Javascript Bitcoin Wallet. Supports Multisig, Stealth, HD, SegWit, Bech32, Time Locked Addresses, RBF and more!
Stars: ✭ 694 (-42.02%)
Mutual labels:  bitcoin, wallet, bitcoin-wallet
M5verifier
M5Stack Recipe to Verify your Opendimes
Stars: ✭ 22 (-98.16%)
Mutual labels:  bitcoin, wallet
Hiddenvm
HiddenVM — Use any desktop OS without leaving a trace.
Stars: ✭ 1,183 (-1.17%)
Mutual labels:  tor, privacy
Hth Legacy Old Chain
Old Binaries and source code for HTH. Deprecated.
Stars: ✭ 22 (-98.16%)
Mutual labels:  bitcoin, coin
Lightning App
An easy-to-use cross-platform Lightning wallet
Stars: ✭ 872 (-27.15%)
Mutual labels:  bitcoin, wallet
Gocoin
Full bitcoin solution written in Go (golang)
Stars: ✭ 761 (-36.42%)
Mutual labels:  bitcoin, wallet
Crypto Supplies
Cryptocurrency circulating, maximum and total supplies
Stars: ✭ 26 (-97.83%)
Mutual labels:  bitcoin, coin
Ffck
🦊 & 🧅 hardening
Stars: ✭ 72 (-93.98%)
Mutual labels:  tor, privacy
Blockchain
区块链技术
Stars: ✭ 28 (-97.66%)
Mutual labels:  bitcoin, wallet
Stratisbitcoinfullnode
Bitcoin full node in C#
Stars: ✭ 757 (-36.76%)
Mutual labels:  bitcoin, wallet

Code Quality Windows Tests Linux Tests macOS Tests Continuous Delivery Deterministic builds License
CodeFactor Build Status Build Status Build Status Build Status Build Status GitHub license

Wasabi Wallet is an open-source, non-custodial, privacy-focused Bitcoin wallet for desktop.

Note that Wasabi Wallet 2.0 is in the works, which means some code you may want to work on is about to be obsoleted. The most affected code is the UI and CoinJoin parts.

For more information, please check out the Wasabi Documentation, an archive of knowledge about the nuances of Bitcoin privacy and how to use Wasabi.

Download Wasabi

Build From Source Code

Get The Requirements

  1. Get Git: https://git-scm.com/downloads
  2. Get .NET 5.0 SDK: https://dotnet.microsoft.com/download
  3. Optionally disable .NET's telemetry by typing export DOTNET_CLI_TELEMETRY_OPTOUT=1 on Linux and macOS or setx DOTNET_CLI_TELEMETRY_OPTOUT 1 on Windows.

Get Wasabi

Clone & Restore & Build

git clone https://github.com/zkSNACKs/WalletWasabi.git
cd WalletWasabi/WalletWasabi.Gui
dotnet build

Run Wasabi

Run Wasabi with dotnet run from the WalletWasabi.Gui folder.

Update Wasabi

git pull
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].