Monero is a crypto project that is focused on privacy and NFT's on Monero could reduce this beloved privacy. The basic NFT system that we have created yesterday relies on the ability to track UTXO's.
If people began to publicize and track their UTXO's this would hurt everyone's privacy on Monero due to Monero's Ring Signatures. Ring Signatures pick random UTXO's to mix in with your transaction. This mixin hides the actual coin you are spending.
If someone exposes their UTXO to be used in a NFT and your wallet chooses that UTXO, you would lose privacy. Your wallet would have to track the NFT exposed UTXO and exclude them from thier Ring Signature which would be a massive headache and maybe not possible in practice.
Reason #2 that you should not make Monero's NFTs is that implementing them would be very hard given Monero's complex cryptography and code base you could make a lot of mistakes and lose your NFT's. If you want to get started on the crypto,
checkout page 79 of Zero To Monero: rb.gy/2ewt3e. It is necessary to understand this cryptography to have any hope in building an effective NFT System on Monero. Getting help with this crypto would also be very hard due to the 3rd reason to not build NFT's on Monero.
3. The Monero Community Would Fight You
The last but biggest reason to no make NFTs on Monero is that the community would fight you and try to change the code to stop you. Monero is not a slow and splintered community such as Bitcoin. Monero people care about privacy and
would work against any project that threatened that. Our earlier point #1 shows how NFT's can hurt Monero's privacy. Some devs have already proposed placing a cap on tx_extra: github.com/monero-project…
this cap would make NFT's on Monero much harder, but maybe still be possible. The Monero community would make changes like this quickly in order to protect Monero's privacy. Bitcoin does not have a cohesive community with a clear vision and goal, so it can not unite and
stop NFTs if it wanted to.
I hope this was an entertaining read for you into how Monero, NFTs, and privacy could interact.
If you like privacy and Monero you will also love the p2p Monero platform that we are building 😎
In 2021 the IRS paid 1.25 Million dollars 💰 to contractors for a tool to track and crack Monero. Did they succeed🤔? Keep reading to find out! #monero
In 2020 the IRS was looking for contractors that could crack Monero, Zcash, Dash, Grin, Lightning Network and other privacy projects. Their first proposal was very broad, but in the IRS's second proposal they were very specific in what projects they really wanted cracked...
Monero and Lightning network were the only two projects mentioned in the IRS's 2nd more specific proposal. They cited ransomware as a reason for this focus, "Sodinokibi stated that future ransom request payments will be in Monero ... due to transaction privacy concerns."
Here is how you can build NFT's on Monero 😎 #monero#NFT
You need the ability to do these 3 things to make a NFT on any blockchain:
1. Hash an image 2. Embed that hash into the blockchain 3. A rule set and platform to track that hashed image across the chain.
Here is how those steps would look on Monero
1. Image Hash
We need to find an image to hash. A hash takes in arbitrary data and outputs a random and unique string.
You can use this website to hash any image that you want: md5file.com/calculator.
When I plug my image from the first tweet into this hash generator, I get:
People are very suspicious of new cryptocurrencies being launched so most cryptocurrencies are open source when they are launched and Monero is no different in this aspect. But what happens when people don't read the open-source code closely? What can people hide in the code?
You can hide a whole lot of things in a large and complex codebase. In the Monero codebase, the mining code included in the official initial release was made around 50 times slower than a reasonably optimized version could have been made. This is the most insidious attack vector
Here is how a Zcash Founder helped find a major bug in Monero's Privacy 🧵
Monero uses Ring Signatures to hide which coin is actually being spent in a transaction. When you send a transaction, your wallet chooses 15 other coins from the blockchain and includes them in your transaction. In theory, this hides which coin your transaction is actually
spending, but this process can have many problems. One night Ian Miers (a ZCash founder) was posting graphs of Monero's decoy selection algorithm in a Monero dev channel and something seemed off. The decoy selection algorithm is how Monero wallets decide which coins, or decoys,
The answer is more complicated than most people realize, so here is a nuanced but concise thread on the issue👇
1/8
Quantum computers are powerful computers that can make cracking cryptography easier. They are still in development, but scientists believe that they can easily break elliptic curve cryptography (ECC). Whenever someone sends a transaction they are using ECC to sign and...
2/8
authorize the transaction as being valid, using a private key. Quantum computers will be able to find bitcoin addresses on the blockchain and extract the private key and steal the funds. So this means Bitcoin is done right. Well no, most Bitcoin addresses are actually...
3/8
🚨How Scammers Helped Create Monero🚨
Here is an exposé about the dark history of the beloved cryptocurrency Monero. Get ready for a wild ride that all starts with Monero's White Paper 📝. #monero#xmr#crytpo#privacy@monero
1/15
But a fun fact about Monero is that it doesn't have an OFFICIAL white paper, because Monero was cloned from Bytecoin. Bytecoin launched in 2014 and is based on the CryptoNote protocol. It was heralded as fixing all the privacy issues that plague bitcoin and it SEEMED legit.
2/15
Even prominent Bitcoin core devs were impressed with the privacy created by Bytecoin and the Cryptonote protocol:
“The privacy achieved by Bytecoin is better than any existing-in-production privacy tools " - Gregory Maxwell - Bitcoin Core Dev - 2014