Replies: 1 comment
|
This discussion is now locked, as feature/enhancement requests are being moved to the Issues tab for further processing. Please use #9794 for future comments regarding this. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Current problem
Wasabi Wallet can only sign a CoinJoin if the computer is online, connected to the internet, and with the wallet password in memory. Privacy is optimized, when the computer does not turn off at all, as any downtime means a lower potential privacy.
Currently, Wasabi is mainly a desktop application, and thus runs on machines that are frequently turned off, reducing the time where CoinJoins can happen, and thus reducing the possible privacy benefit.
Leaving a desktop / laptop running constantly is not optimal, a headless server is much more suitable for this. The downside of course, that such a server cannot [easily] display the GUI of the application.
Proposed solution
How about, enabling a enabling Wasabi to run smoothly on headless servers?
On the server:
On the client:
Why it's useful
Light client feel, as all computation is on server, the client GUI should be snappyWhy now?
Wasabi 2.0 [hopefully] includes automated CoinJoin in the background + transaction batching + payments inside CoinJoin. These features excel if the user is always online.
Similar project
Sifir || Cyphernode
All reactions