-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconclusion.tex
18 lines (17 loc) · 1.34 KB
/
conclusion.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
\section{Conclusion}
In this paper, we introduced \poem, a new fork choice rule, in which each block
counts for $\work(B) = \gamma - \lg \frac{H(B)}{T}$ instead of the usual $\work(B) = \frac{1}{T}$
(Section~\ref{sec:construction}).
We illustrated experimentally (Section~\ref{sec:experiments}) that \poem achieves better transaction confirmation latency
(roughly $40\%$ improvement). We formally proved the security of \poem (Corollary~\ref{cor:security})
in the Bitcoin Backbone model
(Section~\ref{sec:analysis}).
In our proof, we introduced the novel \emph{real-valued random oracle} model (Section~\ref{sec:model}), which allowed us
to use tools from the continuous domain such as the exponential distribution. We showed this
model to be closely related to the \emph{discrete random oracle} model (Lemma~\ref{lem:hash-separation}),
and believe this new mathematical tooling may be independently useful for the analysis of other protocols.
We reported on the production-grade deployment of our protocol, which has an already deployed testnet
(Section~\ref{sec:experiments}).
Our protocol only changes the proof-of-work inequality, and thus is composable with
previously proposed improvements for latency and throughput in proof-of-work blockchains. We are hopeful
that our modification will be adopted by existing and future proof-of-work protocols in the community.