wasabiwallet | Unsorted

Telegram-канал wasabiwallet - Wasabi Wallet

1371

A community managed chat group of WasabiWallet.io! For in-depth conversations on Bitcoin privacy, nuances of coinjoin, and strategies on how to reclaim your privacy with Wasabi. For more information, see docs.WasabiWallet.io

Subscribe to a channel

Wasabi Wallet

wasabist.io you can choose by self

Читать полностью…

Wasabi Wallet

Tell me another good coordinator?

Читать полностью…

Wasabi Wallet

Is there a way to estimate how much the malicious coordinator was able to take?

Читать полностью…

Wasabi Wallet

I have a free coordinator similar to kruw that can be connected to if his is unreachable, see wasabi.kravens.nl for the magic connection string.

Читать полностью…

Wasabi Wallet

Could this reduce these issues prephaps?

Читать полностью…

Wasabi Wallet

If any inputs fail to sign the coinjoin transaction once it's built, then the transaction isn't valid. So "blame rounds" are created that exclude the non-signing inputs and attempt the coinjoin again with a shorter timeframe.

Читать полностью…

Wasabi Wallet

which seems to be a lot of the wasabi fud ?

Читать полностью…

Wasabi Wallet

application crashes after about 45 seconds on a fresh 2 core 4gb ram vm. Crashed three times with 4 core 8gb ram during network sync. Ended up using 8 cores to get over the hump. which is pretty nutty considering I'm using a 11th gen Xeon.

Читать полностью…

Wasabi Wallet

"Probably unrelated but sometimes a "XOpenDisplay failed" exception is observed when a physical monitor is not connected"

may be because I'm using a console session & it doesn't recognize a monitor attached. tinkering.

Читать полностью…

Wasabi Wallet

I started looking up the relevant Avalonia x11 error lines

Читать полностью…

Wasabi Wallet

at Avalonia.AvaloniaX11PlatformExtensions.<>c.<UseX11>b__0_0()
at Avalonia.AppBuilder.SetupUnsafe()
at Avalonia.AppBuilder.Setup()
at Avalonia.AppBuilder.SetupWithLifetime(IApplicationLifetime lifetime)
at Avalonia.ClassicDesktopStyleApplicationLifetimeExtensions.StartWithClassicDesktopLifetime(AppBuilder builder, String[] args, Action`1 lifetimeBuilder)
at WalletWasabi.Fluent.Desktop.WasabiAppExtensions.<>c__DisplayClass0_0.<RunAsGuiAsync>b__0() in WalletWasabi.Fluent.Desktop/Program.cs:line 194
at WalletWasabi.Daemon.WasabiApplication.RunAsync(Func`1 afterStarting) in WalletWasabi.Daemon/WasabiApplication.cs:line 71
at WalletWasabi.Fluent.Desktop.WasabiAppExtensions.RunAsGuiAsync(WasabiApplication app) in WalletWasabi.Fluent.Desktop/Program.cs:line 151
at WalletWasabi.Fluent.Desktop.Program.Main(String[] args) in WalletWasabi.Fluent.Desktop/Program.cs:line 62

Читать полностью…

Wasabi Wallet

Yes. I use BTCPay Server with docker - https://docs.btcpayserver.org/Deployment/

Читать полностью…

Wasabi Wallet

Yes, you don't need to set up a real store or anything, you can just use the internal wallet on BTCPS

Читать полностью…

Wasabi Wallet

is there any way to use BTCPay server on a wallet without having to have a shopping cart, etc?

Читать полностью…

Wasabi Wallet

I've experienced the "Unknown people" label bug before, I'm not sure what causes it.

Читать полностью…

Wasabi Wallet

friends :) what coordinator do you use?

Читать полностью…

Wasabi Wallet

Hello ! when it writes like this min input count ! what should be done ?

Читать полностью…

Wasabi Wallet

❗️NEVER share your 12 word recovery seed with anyone, scammers who are pretending to be admins DM you❗️

Wasabi is an open source, non custodial Bitcoin wallet for desktop. Your transactions are made private by default using coinjoins, Tor, and block filters.

Here you can ask for support and discuss Bitcoin related topics with the community. Make sure to check out our help docs for solutions to common problems and more information.

🔺 Be careful of phishing sites in search engine results with similar domain names, the official website is wasabiwallet.io 🔗

Читать полностью…

Wasabi Wallet

Switching to a different coordinator is the easiest way to improve stability.

Читать полностью…

Wasabi Wallet

Isn’t there a newer more efficient tor out soon?

Читать полностью…

Wasabi Wallet

It's due to an input disconnecting mid-round. This can happen sometimes due to Tor stability issues, but it's happening frequently right now due to the DoS attack.

Читать полностью…

Wasabi Wallet

anyone know why a coin would get banned from a round for a few hours or a day but then be allowed back in for mixing again? is it related to address reuse?

Читать полностью…

Wasabi Wallet

that's exactly what it was.

Читать полностью…

Wasabi Wallet

https://github.com/AvaloniaUI/Avalonia/issues/3049

Читать полностью…

Wasabi Wallet

Ok, I'm not at home rn but I can forward that error to the support channel on slack.

Читать полностью…

Wasabi Wallet

👋
I can't seem to build WW in Debian. Error below. Used the instructions here: https://github.com/WalletWasabi/WalletWasabi?tab=readme-ov-file#build-from-source-code

root@debian:~/WalletWasabi/WalletWasabi.Fluent.Desktop# dotnet run
2024-07-09 17:05:08.954 [1] INFO WasabiApplication.BeforeStarting (85) Wasabi GUI started (672e9c8d-8e87-4842-9841-f77644adf109).
2024-07-09 17:05:09.121 [1] INFO P2pNetwork..ctor (55) Loaded AddressManager from /root/.walletwasabi/client/BitcoinP2pNetwork/AddressManagerMain.dat.
2024-07-09 17:05:09.333 [1] INFO Program.RunAsGuiAsync (166) Wasabi GUI started.
2024-07-09 17:05:09.778 [6] INFO WasabiApplication.TerminateApplicationAsync (133) Wasabi GUI stopped gracefully (672e9c8d-8e87-4842-9841-f77644adf109).
2024-07-09 17:05:09.783 [6] WARNING Global.DisposeAsync (435) Process is exiting.
2024-07-09 17:05:09.788 [6] INFO Global.DisposeAsync (444) WalletManager is stopped.
2024-07-09 17:05:09.793 [6] INFO Global.DisposeAsync (463) BlockDownloadService is disposed.
2024-07-09 17:05:09.795 [6] INFO Global.DisposeAsync (469) SpecificNodeBlockProvider is disposed.
2024-07-09 17:05:09.801 [6] INFO P2pNetwork.StopAsync (160) AddressManager is saved to /root/.walletwasabi/client/BitcoinP2pNetwork/AddressManagerMain.dat.
2024-07-09 17:05:09.812 [6] INFO HostedServices.StopAllAsync (89) Stopped Unconfirmed Transaction Chain Provider.
2024-07-09 17:05:09.814 [6] INFO HostedServices.StopAllAsync (89) Stopped Hybrid Fee Provider.
2024-07-09 17:05:09.814 [6] INFO HostedServices.StopAllAsync (89) Stopped Third Party Fee Provider.
2024-07-09 17:05:09.814 [6] INFO HostedServices.StopAllAsync (89) Stopped Blockstream.info Fee Provider.
2024-07-09 17:05:09.814 [6] INFO HostedServices.StopAllAsync (89) Stopped Bitcoin P2P Network.
2024-07-09 17:05:09.805 [8] INFO HostedServices.StopAllAsync (89) Stopped Update Manager.
2024-07-09 17:05:09.805 [9] INFO HostedServices.StopAllAsync (89) Stopped Wasabi Synchronizer.
2024-07-09 17:05:09.822 [9] INFO HostedServices.Dispose (148) Disposed Update Manager.
2024-07-09 17:05:09.823 [9] INFO HostedServices.Dispose (148) Disposed Wasabi Synchronizer.
2024-07-09 17:05:09.823 [9] INFO HostedServices.Dispose (148) Disposed Bitcoin P2P Network.
2024-07-09 17:05:09.824 [9] INFO HostedServices.Dispose (148) Disposed Blockstream.info Fee Provider.
2024-07-09 17:05:09.829 [9] INFO HostedServices.Dispose (148) Disposed Third Party Fee Provider.
2024-07-09 17:05:09.829 [9] INFO HostedServices.Dispose (148) Disposed Unconfirmed Transaction Chain Provider.
2024-07-09 17:05:09.829 [9] INFO Global.DisposeAsync (483) Stopped background services.
2024-07-09 17:05:09.830 [9] INFO Global.DisposeAsync (487) Disposed RoundStateUpdaterCircuit.
2024-07-09 17:05:09.855 [9] INFO Global.DisposeAsync (492) HttpClientFactory is disposed.
2024-07-09 17:05:09.858 [9] INFO Global.DisposeAsync (496) CoordinatorHttpClientFactory is disposed.
2024-07-09 17:05:09.858 [9] INFO Global.DisposeAsync (513) TorStatusChecker is stopped.
2024-07-09 17:05:09.859 [9] INFO Global.DisposeAsync (544) Cache is disposed.
2024-07-09 17:05:09.860 [9] INFO Global.DisposeAsync (550) IndexStore is disposed.
2024-07-09 17:05:09.863 [9] INFO Global.DisposeAsync (553) AllTransactionStore is disposed.
2024-07-09 17:05:09.867 [1] INFO TerminateService.Terminate (192) Wasabi stopped gracefully (672e9c8d-8e87-4842-9841-f77644adf109).
2024-07-09 17:05:09.881 [1] INFO WasabiApplication.BeforeStopping (98) Wasabi GUI stopped gracefully (672e9c8d-8e87-4842-9841-f77644adf109).
2024-07-09 17:05:09.941 [1] CRITICAL Program.Main (79) System.Exception: XOpenDisplay failed
at Avalonia.X11.AvaloniaX11Platform.Initialize(X11PlatformOptions options)

Читать полностью…

Wasabi Wallet

so you run Core and BTCPS and do everything with that?

Читать полностью…

Wasabi Wallet

not sure why the actual wasabi wallet hasn’t got BTCPay server features

Читать полностью…

Wasabi Wallet

a wallet restart seem to fix it?

Читать полностью…

Wasabi Wallet

Not in Wasabi. BTCPay Server's coinjoin plugin has this option though.

Читать полностью…
Subscribe to a channel