this post was submitted on 04 Jul 2024
1 points (100.0% liked)

Monero

1583 readers
42 users here now

This is the lemmy community of Monero (XMR), a secure, private, untraceable currency that is open-source and freely available to all.

GitHub

StackExchange

Twitter

Wallets

Desktop (CLI, GUI)

Desktop (Feather)

Mac & Linux (Cake Wallet)

Web (MyMonero)

Android (Monerujo)

Android (MyMonero)

Android (Cake Wallet) / (Monero.com)

Android (Stack Wallet)

iOS (MyMonero)

iOS (Cake Wallet) / (Monero.com)

iOS (Stack Wallet)

iOS (Edge Wallet)

Instance tags for discoverability:

Monero, XMR, crypto, cryptocurrency

founded 1 year ago
MODERATORS
1
submitted 2 months ago* (last edited 2 months ago) by [email protected] to c/[email protected]
 

somewhat recently cake wallet added silent payment support to their bitcoin wallet. I don't ever use bitcoin so I was unaware of the tech until then. it seems to work similarly to monero's remote node scanning & is said to enhance privacy.

im wondering how it weighs against moneros privacy protections & what this development may or may not mean for the project in the future. im worried about the way it may overshadow XMR due to bitcoins reach & possible consequences if it is inferior tech (being based on a transparent L1 & all). however it is also a big step towards closing the gap between the privacy coin community & the BTC maxis (which is probably only good for eveyone involved). so im feeling split & figured i would ask the community what they think of the development.

it seems to be more like hiding coins in different addresses while obscuring it on chain & using some clever math to make the UX better. aswl as not giving over ur key to the remote node. although Ill admit the technical stuff is slightly about my head so please correct my explanation as needed haha.

im more so wondering about the practical use/implications when it comes to privacy & was struggling to find a good comparison online.

top 4 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 2 months ago

It seems to be more like hiding coins in different addresses while obscuring it on chain & using some clever math to make the UX better.

You are accurate: you "hide" coins in different addresses which are only know to the receiver and the sender, I cannot paste a SP address in a block explorer and find what addresses belong to it, and what is the total balance of this BTC user. I can however send a payment to it and then have a "watch" on this entity, there is no obscuring happening on-chain so usual heuristics like when a coin is spent, to where, how much is change, etc still apply.

Which also means if they spend many SP payments together, they reveal to me & others all the addresses belonging to them and what the total balance was, you can think of it like if bitcoin users sent their BTC addresses to each other via DMs, but it removes the interactivity step from handling new addresses, while adding the scanning requirement so the receiver can also know which addresses were generated to them without having to ask senders each time

It is a good feature to have in general in my opinion, but definitely does not come any close to competing with Monero still

[–] [email protected] 0 points 2 months ago* (last edited 2 months ago) (1 children)

As far as Bitcoin goes, there's also coinjoin. Lightning transactions are pretty opaque since they don't occur on L1. If I have a lightning node (which I run on an android phone), and you have a lightning node, and we make a tx between each other, nobody knows it. Even for a multi-hop transaction, nobody aside from those hops knows about it. Setting up a lightning channel requires an L1 transaction, but you can make a lightning channel with anybody and then send funds to anybody, it's not a 1:1 relationship. In other words, if I want to send you money via lightning, as long as I have an existing lightning channel with somebody else, I can do it.

Bitcoin's privacy continues to get better, it's a common refrain at Bitcoin conferences that privacy needs to be focused on more. Monero is still king here but it's losing ground in this area. Bolt12 is a new thing being implemented that helps with privacy as well.

[–] [email protected] 1 points 2 months ago (1 children)

As far as Bitcoin goes, there's also coinjoin.

With whirlpool going out of biz, what coinjoin is there for btc?

LN stuff

  • Doesn't work when mempool fees are high
  • Most people are forced/nudged into using custodial wallets
  • LN was not designed to be a privacy tool. Bitcoiners tried to shoe-in that it is also a privacy tool

Monero is losing ground to LN

Where are LN darknets?

[–] [email protected] 1 points 2 months ago

With whirlpool going out of biz, what coinjoin is there for btc?

There's plenty for anybody who want to research. Coinjoin is a technique.

Doesn’t work when mempool fees are high

LN is disconnected from mempool, that's the entire point of an L2. Your transactions don't go on chain or in the mempool. Main chain secures the transactions, lightning stores the transactions. The main chain only stores the start and end balance of a lightning channel, that's it.

Most people are forced/nudged into using custodial wallets

Their choice, some people will always prefer custodial options no matter how easy non-custodial ones are. LN works fine non-custodially, that's how I use it. You move money from L1 to L2 in a single tx. Now you have a lightning channel that can have functionally unlimited transactions in it between you and anybody else on lightning. Transactions confirm in a second for pennies in fees.

LN was not designed to be a privacy tool. Bitcoiners tried to shoe-in that it is also a privacy tool

Privacy continues to enhance, look at the Bolt12 upgrades for example. But I agree, and Bitcoin can't hold a candle to Monero's level of privacy.