Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Byzantium: EIP-649 Difficulty Bomb Delay and Block Reward Reduction #333

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions Paper.tex
Original file line number Diff line number Diff line change
Expand Up @@ -471,9 +471,10 @@ \subsubsection{Block Header Validity}
\begin{equation}
\homesteadmod \equiv \text{max}\left( 1 - \left\lfloor\frac{H_s - {P(H)_H}_s}{10}\right\rfloor, -99 \right)
\end{equation}
\begin{equation}
\expdiffsymb \equiv \left\lfloor 2^{ \left\lfloor H_i \div 100000 \right\rfloor - 2 } \right\rfloor
\end{equation}
\begin{align}
\expdiffsymb &\equiv \left\lfloor 2^{ \left\lfloor H'_i \div 100000 \right\rfloor - 2 } \right\rfloor \\
H'_i &\equiv \max(H_i - 3000000, 0)
\end{align}

The canonical gas limit $H_l$ of a block of header $H$ must fulfil the relation:
\begin{eqnarray}
Expand Down Expand Up @@ -1038,9 +1039,9 @@ \subsection{Reward Application}

If there are collisions of the beneficiary addresses between ommers and the block (i.e. two ommers with the same beneficiary address or an ommer with the same beneficiary address as the present block), additions are applied cumulatively.

We define the block reward as 5 Ether:
We define the block reward as 3 Ether:
\begin{equation}
\text{Let} \quad R_b = 5 \times 10^{18}
\text{Let} \quad R_b = 3 \times 10^{18}
\end{equation}

\subsection{State \& Nonce Validation}\label{sec:statenoncevalidation}
Expand Down