this post was submitted on 17 Jun 2023
5 points (85.7% liked)

Monero

1662 readers
32 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
 

What is a technical overview for how monero is different than bitcoin? What in its implementation makes transactions untraceable?

top 3 comments
sorted by: hot top controversial new old
[–] xFxD 5 points 1 year ago

I highly recommend reading about it from the official monero website https://www.getmonero.org/

[–] [email protected] 1 points 1 year ago

Ghe mining algo is called randomx and its designed to work best on CPUs. The transaction amounts are secured with RingCT, the receiver is secured by stealth addresses, and the sender is secured by selecting 15 decoy transactions from others while the real output is the 16th.

[–] [email protected] 1 points 1 year ago

Check out the library on getmonero.org for some books/papers about high level overviews, and perhaps the series "breaking monero" on youtube if you want a depper dive. The monero research lab on matrix would be a good place to ask technical questions if you have them.