%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% I, the copyright holder of this work, release this work into the %% public domain. This applies worldwide. In some countries this may %% not be legally possible; if so: I grant anyone the right to use %% this work for any purpose, without any conditions, unless such %% conditions are required by law. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \documentclass[ printed, %% This option enables the default options for the %% digital version of a document. Replace with `printed` %% to enable the default options for the printed version %% of a document. table, %% Causes the coloring of tables. Replace with `notable` %% to restore plain tables. nolof, %% Prints the List of Figures. Replace with `nolof` to %% hide the List of Figures. nolot, %% Prints the List of Tables. Replace with `nolot` to %% hide the List of Tables. oneside, color %% More options are listed in the user guide at %% . ]{fithesis3} %% The following section sets up the locales used in the thesis. \usepackage[resetfonts]{cmap} %% We need to load the T2A font encoding \usepackage[T1,T2A]{fontenc} %% to use the Cyrillic fonts with Russian texts. \usepackage[ main=czech, %% By using `czech` or `slovak` as the main locale %% instead of `english`, you can typeset the thesis %% in either Czech or Slovak, respectively. german, russian, czech, slovak, english %% The additional keys allow ]{babel} %% foreign texts to be typeset as follows: %% %% \begin{otherlanguage}{german} ... \end{otherlanguage} %% \begin{otherlanguage}{russian} ... \end{otherlanguage} %% \begin{otherlanguage}{czech} ... \end{otherlanguage} %% \begin{otherlanguage}{slovak} ... \end{otherlanguage} %% %% For non-Latin scripts, it may be necessary to load additional %% fonts: \usepackage{paratype} \def\textrussian#1{{\usefont{T2A}{PTSerif-TLF}{m}{rm}#1}} %% %% The following section sets up the metadata of the thesis. \thesissetup{ date = \the\year/\the\month/\the\day, university = mu, faculty = fi, type = mgr, author = Bc. Radim Lipovčan, gender = m, advisor = RNDr. Vlasta Šťavová, title = {Používání a získávání kryptoměny Monero z pohledu použitelné bezpečnosti}, TeXtitle = {Používání a získávání kryptoměny Monero z pohledu použitelné bezpečnosti}, keywords = {Monero, usable security, cryptocurrency, mining, pool, blockchain}, TeXkeywords = {Monero, usable security, cryptocurrency, mining, pool, blockchain}, } \thesislong{abstract}{ This is the abstract of my thesis, which can span multiple paragraphs. } \thesislong{thanks}{ This is the acknowledgement for my thesis, which can span multiple paragraphs. } %% The following section sets up the bibliography. \usepackage{csquotes} \usepackage[ %% When typesetting the bibliography, the backend=biber, %% `numeric` style will be used for the style=numeric, %% entries and the `numeric-comp` style citestyle=numeric-comp, %% for the references to the entries. The sorting=none, %% entries will be sorted in cite order. sortlocale=auto %% For more unformation about the available ]{biblatex} %% `style`s and `citestyles`, see: %% . \addbibresource{Thesis.bib} %% The bibliograpic database within %% the file `example.bib` will be used. \usepackage{makeidx} %% The `makeidx` package contains \makeindex %% helper commands for index typesetting. %% These additional packages are used within the document: \usepackage{paralist} \usepackage{amsmath} \usepackage{amsthm} \usepackage{amsfonts} \usepackage{url} \usepackage{menukeys} \begin{document} \chapter{Úvod} \chapter{Kryptoměna Monero} \section{Původ a zaměření kryptoměny} \subsection{Současný vývoj} \subsection{Alternativy} \section{Blockchain technologie} \subsection{Block} \subsection{Návaznost a provázanost bloků} \section{CryptoNote protokol} \subsection{Verzování a aktualizace} \subsection{Proof-of-Work} \section{Prvky sítě} \subsection{Peněženky} \subsection{Nodes} \subsection{Miners} \subsection{Pools} \section{Adresování v síti} \subsection{Typy adres} \subsection{Transakční adresa} \subsection{View klíč} \section{Transakce} \subsection{Struktura} \subsection{Vstupy, výstupy, mixing} \subsection{Průběh transakce} \subsection{Sledování transakcí na síti} \chapter{Používání monera} \section{Pěněženky} \subsection{Hot wallet} \subsection{Cold wallet} \subsection{View only wallet} \subsection{Možnosti útoků na peněženku} \subsection{Přehled bezpečnosti úložných způsobů} \section{Software pro práci s kryptopenězi} \subsection{Vytvoření peněženky} \subsection{Fullnode, remote node} \subsection{Multisig} \subsection{Anonymita při užívání} Způsoby jak docílit anonymity a naopak jak zjistit, kdo to je. \subsection{Srovnání wallet softwaru} \subsection{Exchanges} \section{Scamy v prostředí kryptoměny} \subsection{Online portály} \subsection{Mining pooly} \subsection{Cílený malware} \subsection{Delivery chain} \section{Anonymita v Moneru} \subsection{Usecase Monera} \subsection{Darknet Markety} \subsection{Bitcoin v porovnání s Monerem} \subsection{Anonymní použití kryptoměny} \chapter{Výzkum uživatelů kryptoměny} \section{Definice, výzkumné otázky} \section{Na jakém vzorku} \section{Vyhodnocení international, CZ} \chapter{Best practices pro usage a storage Monera} \section{Návrh bezpečného úložného systému} \section{Návrh pro používání kryptoměny} \section{Portál nabízející služby pro bezpečné používání kryptoměny} \chapter{Získávání Monera a zajištění chodu sítě} \section{PoW Monera} \section{Mining pooly, solo mining} \section{Web mining, botnet mining} \section{Cloud mining} \section{Systémy pro těžbu - ASIC, dodávané} \section{Software používaný k těžbě} \section{Srovnání způsobů pro získávání kryptoměny} \chapter{Průzkum způsobů těžby} \section{Definice, výzkumné otázky} \section{Na jakém vzorku} \section{Vyhodnocení international, CZ} \chapter{Průzkum operátorů sítě} \section{Definice, výzkumné otázky} \section{Na jakém vzorku} \section{Vyhodnocení international, CZ} \chapter{Mining malware} \section{Prevence, detekce a recovery} \subsection{Server část} \subsection{Běžní uživatelé} \chapter{Návrh bezpečného těžebního systému} \section{Linux-based řešení} Ansible, Centos 7 \section{Windows-based řešení} Windows 10 ISO unattended install, Powershell scripty, stažení a instalace Stak XMR \printbibliography[heading=bibintoc] %\appendix %% Start the appendices. %\chapter{Příloha} %Monero \end{document}