Wasabi v1.0.4: Fee Estimation
Summary
Main improvements in this release is the comprehensive refactoring of fee estimation both on the backend and frontend. We are now also shipping macOS .dmg
installers.
Newbie Guide
While setting up Wasabi is straightforward, even the Linux wizard with the longest beard can get stuck on the most basic tasks. In that case, take a look at the Installation Instructions guide.
Pro Guide
If you want to build Wasabi from source code or update the source code check out these instructions.
FAQ
- Where is Wasabi's working directory located? Configuration, wallet and similar files can be found in
%appdata%\WalletWasabi
folder on Windows and in~/.walletwasabi
folder on Linux/OSX. - Can I use my own Tor instance, instead of Wasabi's built in one? If you already have Tor, and it is running, then Wasabi will try to use that first, if it is not running, then Wasabi will use its built-in Tor. If you are running a Tor daemon not on the default port, then you can configure it in Wasabi's Tools/Setting menu. If Wasabi is using your Tor daemon, then bear in mind that some Linux distributions' package repositories ship with out of date Tor. In that case, either remove or shut down that Tor of yours or make sure it's not out of date: Check Tor version:
tor --version
. If it's not at least0.3.2.2
, then see this writeup on how to update it. - Why are the binary sizes so big? Wasabi is using client side filtering and these filters must be synced before using the wallet. The size of these filters are currently about 90MB. These filters are included with the binaries to avoid initial wallet syncing.
- Requirements? x64, linux, >win7, >osx.10.12.
Release Notes
- Ship with macOS
.dmg
installer c0d1cb3 2b49810 5bc5a88 591fd19 9225cad 1b36db5 3d43b82 e8f2132 9cd3ad4 61861f6 2cb8050 - Place vcpp dependency to Avalonia 43c1e78 a07de32 b125787
- Update Shell with new window 7a3029d 09417ce aedfed6 b125787 f0f9cdc 509c5e6 6d29863
- Enable Windows and Linux GPU rendering 1addcfb b125787
- Fix Amount ordering at history tab 52a556a
- Show warning at dequeue when no coins are selected ef99438 a92415a
- Move CI tests to Azure Pipelines from Travis and Appveyor
- Optimize backend load 2c4a5cc 190d5dc 8d83c22 e1100dc 6976451 19962e5 920b6cd 2cf1f1e
- Refactor fee estimation a9ff1c0 2c4a5cc 547e739 90e3b11 4d55812 f66c2d3 c31aee0 2325b0a a9c077c cc2b88e e56baed 3acadd4 7f9549a 922be4c fa9aaee 1234158 cc6cd1c 9ca284d 25c86ac bd45246 a49491a 428937f e1e32ce 74805cc
- Dollarify 6d2b41c ae52e9d 346cc00 b69a2b2 1e62905
- Remove tooltip from Select All checkbox 73dfd5d 8885e1a
- Create 6af7ed0 f6ba840
- Paste what is in the clipboard 680ec4b
- DoS protection: Ban coins if proof verifycation fails bcda7b9
- DoS protection: attack vector due to Bitcoin Core standards b86d03d 9203283