forked from gridcoin-community/Whitepaper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgridcoin-research-whitepaper.tex
79 lines (46 loc) · 1.15 KB
/
gridcoin-research-whitepaper.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
\documentclass[10pt,a4paper]{article}
%
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{texnames,path}
%\usepackage[german]{babel}
% \usepackage{aaspp4}
% \usepackage[light,first,bottomafter]{draftcopy}
%
\def\BE{\mbox{\boldmath $E$}}
% \def\BBE{\mbox{\boldmath $\bar{E}$}}
\newcommand{\comm}[1]{}
\begin{document}
\pagestyle{headings}
% \begin{flushright}% or better \raggedleft see comments below
%\end{flushright}
%\raggedleft
% \includegraphics{gridcoin-logo-small}
\title{Gridcoin - Performing Meaningful Scientific Computations Instead of Inverting Hashes with Proof of Work}
\author{Gridcoin Development Team\\
Technical Whitepaper\\
teamgridcoin.slack.com\\}
\maketitle
%\thispagestyle{empty}
\input{abstract}
\tableofcontents
\input{introduction}
\input{neuralnetwork}
\input{blockchain}
\input{proofofresearch}
\input{rewardingresearches}
\input{coinsupply}
\input{supercomputer}
\input{powerconsumption}
\input{co2impact}
\input{votingmechanism}
\input{transactionspeed}
\input{outlook}
\input{competitors}
\input{conclusion}
\newpage
\input{references}
\input{appendix}
\input{credits}
\end{document}