Hacker News new | ask | show | jobs
by matheusmoreira 1855 days ago
> What has the network produced in the real economy?

It has lessened the impact of economic sanctions imposed on a nation. I think that's direct proof of how valuable cryptocurrency is. People should be free to trade without some country imposing bullshit sanctions on them.

Someone should tell them about Monero.

1 comments

I don’t know much about cryptocurrencies; how is monero different from bitcoin in this context?
Monero transactions use ring signatures and are very difficult to trace. Each transaction is signed by at least 11 keys and there's no way to tell which key is the source of the coins. The source and destination addresses as well as the transaction amounts don't show up on the block chain. Even if they did people can just make new subaddresses to make correlation extremely difficult if not impossible.

The US treasury tried to sanction a Monero address once. They ended up sanctioning a transaction identifier.

https://www.treasury.gov/ofac/downloads/sdnlist.txt

> Digital Currency Address - XMR 5be5543ff73456ab9f2d207887e2af87322c651ea1a873c5b25b7ffae456c320;

Note the lack of a 0x prefix. Here's the transaction on a block explorer:

https://localmonero.co/blocks/search/5be5543ff73456ab9f2d207...

Bitcoin is a public ledger of all transactions: if I know your wallet address I can see how much money is inside it, and I can see how much money you’ve sent to other wallets, what wallets you’ve received from etc etc

Monero anonymizes all this, no one can see how much money is being sent where.