mirror of
https://github.com/Ownercz/ssme-thesis.git
synced 2025-02-08 21:41:23 +01:00
Monero history
This commit is contained in:
parent
ac74928693
commit
54458005f4
50
Thesis.bib
Normal file
50
Thesis.bib
Normal file
@ -0,0 +1,50 @@
|
||||
@online{moneroprojectgithub,
|
||||
author = {monero-project},
|
||||
title = {{Monero}: the secure, private, untraceable cryptocurrency},
|
||||
year = 2016,
|
||||
url = {https://github.com/monero-project/monero},
|
||||
urldate = {2018-07-02}
|
||||
}
|
||||
|
||||
@online{cryptonotepaper,
|
||||
author = {Nicolas van Saberhagen},
|
||||
title = {{CryptoNote} v 2.0},
|
||||
year = 2013,
|
||||
url = {https://lab.getmonero.org/pubs/whitepaper.pdf},
|
||||
urldate = {2018-07-02}
|
||||
}
|
||||
|
||||
@InProceedings{monerohistory,
|
||||
author="Sun, Shi-Feng
|
||||
and Au, Man Ho
|
||||
and Liu, Joseph K.
|
||||
and Yuen, Tsz Hon",
|
||||
editor="Foley, Simon N.
|
||||
and Gollmann, Dieter
|
||||
and Snekkenes, Einar",
|
||||
title="RingCT 2.0: A Compact Accumulator-Based (Linkable Ring Signature) Protocol for Blockchain Cryptocurrency Monero",
|
||||
booktitle="Computer Security -- ESORICS 2017",
|
||||
year="2017",
|
||||
publisher="Springer International Publishing",
|
||||
address="Cham",
|
||||
pages="456--474",
|
||||
abstract="In this work, we initially study the necessary properties and security requirements of Ring Confidential Transaction (RingCT) protocol deployed in the popular anonymous cryptocurrency Monero. Firstly, we formalize the syntax of RingCT protocol and present several formal security definitions according to its application in Monero. Based on our observations on the underlying (linkable) ring signature and commitment schemes, we then put forward a new efficient RingCT protocol (RingCT 2.0), which is built upon the well-known Pedersen commitment, accumulator with one-way domain and signature of knowledge (which altogether perform the functions of a linkable ring signature). Besides, we show that it satisfies the security requirements if the underlying building blocks are secure in the random oracle model. In comparison with the original RingCT protocol, our RingCT 2.0 protocol presents a significant space saving, namely, the transaction size is independent of the number of groups of input accounts included in the generalized ring while the original RingCT suffers a linear growth with the number of groups, which would allow each block to process more transactions.",
|
||||
isbn="978-3-319-66399-9"
|
||||
}
|
||||
|
||||
@online{githubbytecoin,
|
||||
author = {Antonio Juarez},
|
||||
title = {{CryptoNote} - Bytecoin},
|
||||
year = 2014,
|
||||
url = {https://github.com/monero-project/monero/commit/296ae46ed8f8f6e5f986f978febad302e3df231a},
|
||||
urldate = {2018-07-02}
|
||||
}
|
||||
|
||||
|
||||
@online{moneroattack,
|
||||
author = {Antonio Juarez},
|
||||
title = {{CryptoNote} - Bytecoin},
|
||||
year = 2014,
|
||||
url = {https://lab.getmonero.org/pubs/MRL-0002.pdf},
|
||||
urldate = {2018-07-02}
|
||||
}
|
12
Thesis.tex
12
Thesis.tex
@ -93,7 +93,19 @@
|
||||
|
||||
\chapter{Úvod}
|
||||
\chapter{Kryptoměna Monero}
|
||||
Monero je opensource kryptoměnou, která je vyvíjená v rámci Monero projektu za účelem vytvoření decentralizované a anonymní měny. Hlavním cílem je dát uživateli plnou kontrolu nad předstředky, kterými disponuje. Znamná to tedy, že jednotlivé transakce a zůstatek nemohou být bez vědomí dohledány \cite{moneroprojectgithub}.
|
||||
\section{Původ a zaměření kryptoměny}
|
||||
Cesta vzniku samotného Monera je složená z několika forků a předcházejících projektů. Prvním z nich byl Bytecoin jakožto proof-of-concept kryptoměna vzniklá implementací protokolu CryptoNote, který byl publikován na začátku roku 2014 \cite{githubbytecoin}.
|
||||
% CryptoNote implementace ByteCoin -> https://github.com/monero-project/monero/commit/296ae46ed8f8f6e5f986f978febad302e3df231a
|
||||
Bytecoin měl ovšem problém s tzv. preminem, tedy stavem, kdy kryptoměna publikovaná na veřejnost má již velkou část peněz předem vytěženou \cite{}
|
||||
% Duvod forku https://coinmetrics.io/papers/dissertation.pdf premine xx procent
|
||||
% Fork Bytecoin -> BitMonero https://github.com/monero-project/monero/commit/1a8f5ce89a990e54ec757affff01f27d449640bc
|
||||
|
||||
% Monero attack https://lab.getmonero.org/pubs/MRL-0002.pdf
|
||||
|
||||
V roce 2014 došlo k založení projektu Monero jako měny, která je postavená na CryptoNote protokolu s cílem přinést škálovatelnou, decentralizovanou a soukromí ochraňující digitální měnu \cite{monerohistory}.
|
||||
\newpage
|
||||
|
||||
\subsection{Současný vývoj}
|
||||
\subsection{Alternativy}
|
||||
\section{Blockchain technologie}
|
||||
|
Loading…
Reference in New Issue
Block a user