Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
65208052
Topic
5457078
Board
Wallet software
Re: Which one's better Wasabi or Sparrow
by
apogio
on
25/03/2025, 19:09:16 UTC
Quote from: arabspaceship123 on
Today
at 05:43:07 PM
Wasabi's open source so if it's capable of spying it would've been talked about & moved out. They stopped being a coordinator after they felt under pressure.
But the answer to that lives inside the thread (by o_e_l_e_o):
Quote from: o_e_l_e_o on June 21, 2023, 01:07:44 PM
Wasabi use the fees you pay them to actively fund blockchain analysis and pay the company Coinfirm to analyze your UTXOs, spy on your transactions, and decide whether or not you are even allowed to use their coinjoin implementation at all. Here's some fun code from Wasabi (
https://github.com/zkSNACKs/WalletWasabi/blob/795496595fae2f52730e1556bb6cafd2c649bb97/WalletWasabi.Tests/UnitTests/WabiSabi/Backend/CoinVerifierTests.cs#L133-L142
):
Code:
ScheduleVerifications(coinVerifier, generatedCoins);
foreach (var item in await coinVerifier.VerifyCoinsAsync(generatedCoins, CancellationToken.None))
{
if (item.ShouldBan)
{
naughtyCoins.Add(item.Coin);
}
}
Assert.Empty(naughtyCoins); // Empty, so we won't kick out anyone from the CJ round.
Are your coins "naughty"? Once Wasabi have spied on them and made that decision