Post
Topic
Board Wallet software
Merits 2 from 2 users
Re: Scammer lead developer resigns from honeypot Wasabi Wallet
by
NotATether
on 18/01/2024, 10:44:39 UTC
⭐ Merited by ABCbits (1) ,JayJuanGee (1)
AFAIK there's still no user-friendly interface which can rival Wasabi or Samourai wallet.

It comes with a fancy UI: Jam.

Here is the installation guide for multiple node implementations: https://jamdocs.org/software/installation/

If you think about it from a technical perspective, JoinMarket needs a backend implementation which is here: https://github.com/JoinMarket-Org/joinmarket-clientserver and a UI implementation which is here: https://github.com/joinmarket-webui/jam

Yes, it's not the easiest approach. Yes, it requires manual work. But it is worth it.

That project use different GitHub account, so no wonder i didn't know about it. While the UI application seems to be user-friendly, the installation process[1] would filter many Bitcoiner.

[1] https://jamdocs.org/software/installation/

Why on earth would you use a web interface and expose your HTTP port in order to do a coinjoin?

Not only does it come with the usual risks of bots infiltrating your network with malicious packets and spam, but it also allows them to potentially use a vulnerability to steal crypto located inside the JoinMarket wallet.

There is nothing wrong with the Qt interface of JoinMarket.