mirror of
https://github.com/Ownercz/ssme-thesis.git
synced 2025-04-29 05:16:35 +02:00
Multisig intro
This commit is contained in:
parent
f1285eb878
commit
dfa3c8f4fb
16
Thesis.bib
16
Thesis.bib
@ -359,4 +359,20 @@ Protocol
|
|||||||
pages={1921--1931},
|
pages={1921--1931},
|
||||||
year={2017},
|
year={2017},
|
||||||
publisher={IEEE}
|
publisher={IEEE}
|
||||||
|
}
|
||||||
|
|
||||||
|
@online{moneromultisig,
|
||||||
|
author = {fluffypony},
|
||||||
|
title = {Monero - Multisig \#2134},
|
||||||
|
year = 2017,
|
||||||
|
url = {https://github.com/monero-project/monero/pull/2134},
|
||||||
|
urldate = {2018-08-05}
|
||||||
|
}
|
||||||
|
|
||||||
|
@online{moneromultisigrelease,
|
||||||
|
author = {fluffypony},
|
||||||
|
title = {Monero - Lithium Luna, Point Release 3},
|
||||||
|
year = 2018,
|
||||||
|
url = {https://github.com/monero-project/monero/releases/tag/v0.12.3.0},
|
||||||
|
urldate = {2018-08-05}
|
||||||
}
|
}
|
@ -540,6 +540,9 @@ Requires 45+ GB and connection to keep in sync & R
|
|||||||
\newpage
|
\newpage
|
||||||
\section{Multisig implementation}
|
\section{Multisig implementation}
|
||||||
|
|
||||||
|
Monero started to support multisignature transactions and addresses by 17th of December 2017 when codebase for this feature was merged into master by Fluffypony \cite{moneromultisig}. Multisig became available in the Lithium Luna release that was released 23rd of July 2018 \cite{moneromultisigrelease}.
|
||||||
|
|
||||||
|
This means that although Monero does not support typical multisig transactions where
|
||||||
%\subsection{Wallet software comparison}
|
%\subsection{Wallet software comparison}
|
||||||
|
|
||||||
\section{Problems in Monero environment}
|
\section{Problems in Monero environment}
|
||||||
|
Loading…
Reference in New Issue
Block a user