Bitcoin Forum
May 09, 2024, 11:59:51 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [Sammlung] CryptoNote - BCN, MRO, FTM, QCN, ...  (Read 3216 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
dewdeded (OP)
Legendary
*
Offline Offline

Activity: 1232
Merit: 1011


Monero Evangelist


View Profile
May 28, 2014, 11:40:01 PM
Last edit: May 29, 2014, 11:07:16 PM by dewdeded
 #1

Homepage
https://cryptonote.org/

Whitepaper
https://cryptonote.org/whitepaper.pdf

Features
--> Untraceable payments
--> Unlinkable transactions
--> Double-spending proof
--> Blockchain analysis resistance
--> Egalitarian proof of work
--> Adaptive parameters

Exchange (BCN, MRO)
https://cryptonote.exchange.to/

Forum
https://forum.cryptonote.org/


What is CryptoNote?

CryptoNote is the technology that allows creation of privacy-centric cryptocurrencies. You can visit their website here. The level of anonymity provided by CryptoNote isn't possible with Bitcoin code base by design. Bytecoin (BCN) was the first cryptocurrency to use CryptoNote and MRO is based on BCN's code.

Two of the main features of CryptoNote are ring signatures that mask sender identities by mixing and unlinkable transactions accomplished by creating one-time keys for individual payments. Their combined effect gives a high degree of anonymity without any extra effort on the part of the user.

Unlike Bitcoin, your funds are not held in the address you give out to others. Instead, every time you receive a payment it goes to an unlinkable address generated with random numbers. When you decide to spend the funds in that one-time address, the amount will be broken down and the components will be indistinguishable from identical outputs in the blockchain.

For example if 556.44 MRO are sent, the protocol will break it down into 500 + 50 + 6 + 0.4 + 0.04 and a ring signature will be performed with other 500's, 50's, 6's, 0.4's, and 0.04's in the blockchain. Unlike the "CoinJoin" mixing method, CryptoNote mixes outputs not transactions. This means no other senders need to be participating with you at the same time or with the same amounts. Any arbitrary amount sent at any time can always be rendered fundamentally indistinguishable (a mathematical proof is given in the white paper).

Ring signatures are explained below. Reproduced from CryptoNote:

A normal signature looks like this. There's only one participant, which allows one-to-one mapping.




A ring signature obscures identities because it only proves that a signer belongs to a group.




This allows a high level of anonymity in cryptocurrency transactions. You can think of it as decentralized and trustless mixing.




How does this compare to other anonymous solutions?

Ring signatures originate from the work of Rivest et al. in 2001 and the implementation in CryptoNote relies in particular on Fujisaki and Suzuki's work on traceable ring signatures. There are two other anonymity implementations currently available or in development. One is ZeroCoin/ZeroCash's use of zero-knowledge proofs. The others are based on gmaxwell's CoinJoin idea (such as mixing services for Bitcoin or the altcoin Darkcoin).

1. Comparison with ZeroCoin and ZKP-based approaches:

You can read about ZeroCoin and zero-knowledge proofs (ZKP) here. The ZK environment allows an anonymity set that includes everyone in the network because the validity of an output can be proven without knowing the corresponding public key until it is spent. The largest risk is that this is recent research-level cryptography that hasn't been subjected to years of cryptanalysis, so exploits may emerge down the road. Ring signatures are much simpler and more mature, with many peer-reviewed papers published over more than a decade.

Other issues with ZKP include the RSA private key used to initiate the accumulator, which must be trusted to be destroyed by the generating party. It also obscures the entire economy, not just sender/receiver identities. If the ZK system is compromised, then an attacker can continuously spend coins that don't exist using false proofs. This damage is hidden from everybody due to total blinding and consequently at any given time it's not possible to know if the network has already been compromised. There is a tradeoff between these inherent risks and the maximal anonymity set provided by ZKP. CryptoNote aims for a different balance through the dual layers of privacy provided by one-time keys and ring signatures.

2. Comparison with CoinJoin-based approaches:

MRO is more qualitatively similar to mixing implementations like CoinJoin. The differences arise in the departure from the Bitcoin protocol, which allows MRO to use new cryptography to provide decentralized and trustless mixing of superior quality. The critical problem with mixing services is the need to trust the operators. As an example, blockchain.info's mixer gives the following disclaimer: "However if the server was compromised or under subpoena it could be force to keep logs. If this were to happen although you haven't gained any privacy you haven't lost any either."

The CoinJoin-inspired Darkcoin performs mixing with selected "masternodes" since it still uses ordinary signatures that can be mapped one-to-one. The motivation is that a randomly selected node is less likely than a single service to exhibit bad faith (such as keeping logs) . In practice, a few VPS companies host the vast majority of nodes and this approach relies on the integrity and good behavior of these nodes. MRO's more fundamental cryptographic approach doesn't have these vulnerabilities and the quality of anonymity is much higher.

MRO's ring signatures are also far more secure and convenient than CoinJoin because they mix outputs not transactions. This means a transaction doesn't involve waiting around for other senders to mix with. Nor is a user restricted to mixing only if others are sending the same amount. Arbitrary amounts can be sent at any time without anyone else's participation. This feature makes a timing analysis of the blockchain useless. The degree of anonymity is also a choice rather than decided by the protocol: do you want to be hidden as one among five or one among fifty? The size of the signature grows linearly as O(n+1) with the ambiguity so greater anonymity is paid for with higher fees to miners.


Overview of a transaction

Bob decides to spend an output, which was sent to the one-time public key. He needs Extra (1), TxOutNumber (2), and his Account private key (3) to recover his one-time private key (4).

When sending a transaction to Carol, Bob generates its Extra value by random (5). He uses Extra (6), TxOutNumber (7) and Carol's Account public key (8) to get her Output public key (9).

In the input Bob hides the link to his output among the foreign keys (10). To prevent double-spending he also packs the Key image, derived from his One-time private key (11).

Finally, Bob signs the transaction, using his One-time private key (12), all the public keys (13) and Key Image (14). He appends the resulting Ring Signature to the end of the transaction (15).



wichtige Wiki-Links
CryptoNote: https://en.bitcoin.it/wiki/CryptoNote
Bytecoin: https://en.bitcoin.it/wiki/Bytecoin
Mining-Algo CryptoNight: https://en.bitcoin.it/wiki/CryptoNight
...

Liste cryptonote-basierten Coins
- Bytecoin (BCN)
- Monero (MRO) [ehemals Bitmonero BMR)]
- Fantomcoin (FTM)
- Quazarcoin (QCN)
- Mountaincoin? (Huh)
- Poolberry (Huh) - https://bitcointalk.org/index.php?topic=577267.0

wichtige Infos zu einzelnen crypnote-basierten Coins
Monero
- aktive Kooperation mit dem I2P-Anonymisierungsnetzwerk,
siehe: https://geti2p.net/de/blog/post/2014/05/25/Monero-partnership


tbc

Let's go!

Bitte Infos/Links, etc. ergänzen. OP wird fortwährend ausgebaut.


Es darf frei über die revolutionäre neue Coin-Plattform diskutiert werden.
Bevorzugt Tech-Themen als Kurs-Verläufe. Wink

Begründet eure Aussagen! Versucht hochwertige Beiträge zu schreiben!
1715299191
Hero Member
*
Offline Offline

Posts: 1715299191

View Profile Personal Message (Offline)

Ignore
1715299191
Reply with quote  #2

1715299191
Report to moderator
1715299191
Hero Member
*
Offline Offline

Posts: 1715299191

View Profile Personal Message (Offline)

Ignore
1715299191
Reply with quote  #2

1715299191
Report to moderator
It is a common myth that Bitcoin is ruled by a majority of miners. This is not true. Bitcoin miners "vote" on the ordering of transactions, but that's all they do. They can't vote to change the network rules.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715299191
Hero Member
*
Offline Offline

Posts: 1715299191

View Profile Personal Message (Offline)

Ignore
1715299191
Reply with quote  #2

1715299191
Report to moderator
dewdeded (OP)
Legendary
*
Offline Offline

Activity: 1232
Merit: 1011


Monero Evangelist


View Profile
May 29, 2014, 11:30:02 AM
 #2

29. Mai: FAQ und Infografiken ergänzt
othe
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


View Profile
May 29, 2014, 04:19:45 PM
 #3

Das hier ist für mich auch eine wichtige info:
https://geti2p.net/de/blog/post/2014/05/25/Monero-partnership

Monero arbeitet mit i2p zusammen, für mich ist das eine win win Situation für beide Netzwerke.

dewdeded (OP)
Legendary
*
Offline Offline

Activity: 1232
Merit: 1011


Monero Evangelist


View Profile
May 29, 2014, 10:57:48 PM
 #4

30. Mai - Updates OP
- Kategorie "Liste cryptonote-basierten Coins" eingefügt
- Kategorie "wichtige Wiki-Links" eingefügt
- Kategorie "wichtige Infos zu einzelnen crypnote-basierten Coins" eingefügt
- erste coin-spezifische Info eingefügt zu Monero, danke an othe





Findet ihr die CryptoNote-Addressen auch etwas lang? :-))))
wer noch keine gesehen hat, hier ein Beispiel:
Quote
43pCtCRUn6nRdvmpqzoHJy4NwFsRrEqywhjwfbiUqTtqBAHxCNzdctbHZjf1AZKtTkAjgKmhYgkqBU9 T4BEfAgBqKwK21M7
othe
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


View Profile
May 30, 2014, 01:00:18 AM
 #5



Findet ihr die CryptoNote-Addressen auch etwas lang? :-))))
wer noch keine gesehen hat, hier ein Beispiel:
Quote
43pCtCRUn6nRdvmpqzoHJy4NwFsRrEqywhjwfbiUqTtqBAHxCNzdctbHZjf1AZKtTkAjgKmhYgkqBU9 T4BEfAgBqKwK21M7

Die Addresse ist so lang, weil es eine "Stealthaddresse" ist - die sind bei Bitcoin auch so lang siehe Darkwallet.

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!