mirror of
https://github.com/Ownercz/ssme-thesis.git
synced 2025-02-02 02:41:20 +01:00
Intro grammar update
This commit is contained in:
parent
a3808c104c
commit
a11a52057d
16
Thesis.tex
16
Thesis.tex
@ -297,21 +297,21 @@
|
||||
\begin{document}
|
||||
|
||||
\chapter{Introduction}
|
||||
Information security in cryptocurrency environment is an important aspect that differetiates its users into two groups. Those who have direct control over their funds, wallets and private keys and those who do not.
|
||||
Information security in cryptocurrency environment is an important aspect that differentiates its users into two groups. Those who have direct control over their funds, wallets and private keys and those who do not.
|
||||
|
||||
Main aim of this thesis is to explore Monero cryptocurrency from the usability and security standpoint while also reflecting its real world usage.
|
||||
The main aim of this thesis is to explore Monero cryptocurrency from the usability and security standpoint while also reflecting its real-world usage.
|
||||
|
||||
Because of this, first part of the thesis is dedicated to describe the Monero cryptocurrency and technology together with principles used in Monero. Following part continues to further dive into Monero from usage and security perspective - wallets, nodes, its usecase and everyday problems that are present in Monero.
|
||||
Because of this, the first part of the thesis is dedicated to describing the Monero cryptocurrency and technology together with principles used in Monero. Following part continues to further dive into Monero from usage and security perspective - wallets, nodes, its use case and everyday problems that are present in Monero.
|
||||
|
||||
To gather real world usage information about the cryptocurrency, both from users and miners perspective, there are two surveys conduted in the thesis.
|
||||
To gather real-world usage information about the cryptocurrency, both from users and miners perspective, there are two surveys conducted in the thesis.
|
||||
|
||||
User research aims to gather info about Monero usage, wallet keys management and security incidents that occoured to the cryptocurrency users.
|
||||
User research aims to gather info about Monero usage, wallet keys management and security incidents that occurred to the cryptocurrency users.
|
||||
|
||||
Miners research is focused on the technical side of the Monero, security of the mining operations in the scale of single mining rig up to the warehouse filled with GPUs.
|
||||
|
||||
Based on the results of the Monero users survey as well as best practices in the IT in general, following part of the thesis is dedicated to share best practices regarding Monero storage and usage.
|
||||
Based on the results of the Monero users survey as well as best practices in the IT in general, following part of the thesis is dedicated to sharing the best practices regarding Monero storage and usage.
|
||||
|
||||
Next part of the thesis focuses on the mining side of the Monero, starting with the overview of the mining methods as well as software tools, later followed by miners survey. Results from the survey as well as best IT practices are later incorporated in the automation chapter that offers detailed guideline on how to setup secure and automated mining operations.
|
||||
Next part of the thesis focuses on the mining side of the Monero, starting with the overview of the mining methods as well as software tools, later followed by miners survey. Results from the survey as well as best IT practices are later incorporated in the automation chapter that offers detailed guideline on how to set up secure and automated mining operations.
|
||||
|
||||
%% Komentář Vlasta 10.7.: tady někde (možná samostatná kapitola) bude nutné nadefinovat pojmy. Nazvat to "Kryptoměny" a popsat tam myšlenku, z čeho se skládají, co je blockchain, co to znamená fork... a tak.
|
||||
%% Komentář Vlasta 10.7.: Nechceš to psát anglicky? Myslím, že by sis tím ušetřil hromadu práce s překlady. Dotazník bude v jakém jazyce?
|
||||
@ -348,7 +348,7 @@ Next part of the thesis focuses on the mining side of the Monero, starting with
|
||||
%% právě jednou pomocí cookies, projít geolokaci dle ipiny
|
||||
|
||||
\chapter{Cryptocurrency}
|
||||
This chapter is aimed as a strating point that explains terms and technology that will occour throughout following pages and chapters. Altough these terms are described in a simple way, it is recommended for every reader to swift through them as in later pages they are discussed and used in detail thoroughly.
|
||||
This chapter is aimed as a starting point that explains terms and technology that will occur throughout the following pages and chapters. Although these terms are described in a simple way, it is recommended for every reader to swift through them as in later pages they are discussed and used in detail thoroughly.
|
||||
|
||||
\textbf{Cryptocurrency} is a digital currency that is designed to use cryptography to secure and verify its transactions. Cryptocurrencies are decentralized as opposed to traditional money transaction systems used in the banks. Decentralization is established by using distributed blockchain that functions as a transaction database within the currency. First cryptocurrency available was Bitcoin \cite{farell2015analysis}.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user