From 4682bc5fac0197ba638dbc2f535ad52563931ba4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Lipov=C4=8Dan?= Date: Sat, 23 Mar 2019 12:37:35 +0100 Subject: [PATCH] Dates to US format --- Thesis.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Thesis.tex b/Thesis.tex index 8defdf7..f008da6 100644 --- a/Thesis.tex +++ b/Thesis.tex @@ -502,8 +502,8 @@ Monero development cycle is based on planned network updates that occur every si \ytl{04.15.2017}{Monero v5 - block size update and fee algorithm adjustments} \ytl{09.16.2017}{Monero v6 - RingCT forced on the network with ring size => 5} \ytl{04.06.2018}{Monero v7 - change of CryptoNight mining algorithm to prevent ASIC on the network, ring size set to =>7} -\ytl{11.10.2018}{Monero v8 - enabled Bulletproofs for reduced transaction sizes, global ringsize set to 11} -\ytl{25.02.2019}{Monero v9 - new PoW based on Cryptonight-R, new block weight algorithm} +\ytl{10.11.2018}{Monero v8 - enabled Bulletproofs for reduced transaction sizes, global ringsize set to 11} +\ytl{02.25.2019}{Monero v9 - new PoW based on Cryptonight-R, new block weight algorithm} \bigskip \rule{\linewidth}{1pt}% \color{black}\caption{Monero development timeline.} @@ -2131,7 +2131,7 @@ Since Bitcoin started to gain popularity, mining has divided into five categorie \label{cha:poolmining} Very often, miners combine their computational resources into one of the pools on the network. Due to the higher total hash rate, there is a greater chance of solving the block thus gaining the reward of newly emitted coins. After solving each block, the reward is distributed equally to miners connected to the pool according to PPS (per-per-share) or PPLNS (per-per-last-number-of-shares) system \cite{tarasiewicz2015cryptocurrencies}. -As of 29.09.2018 total hash rate of the network was 577.72 Mh/s (100\%), in known pools 530.79 Mh/s (91.88\%) and unknown part of the network 46.93 Mh/s (8.12\%). Unknown part represents either pools that are not listed or solo miners on the network. +As of 09.29.2018 total hash rate of the network was 577.72 Mh/s (100\%), in known pools 530.79 Mh/s (91.88\%) and unknown part of the network 46.93 Mh/s (8.12\%). Unknown part represents either pools that are not listed or solo miners on the network. \begin{figure}[H]