# HG changeset patch # User Christian Urban # Date 1416780763 0 # Node ID b124fe3b0e39ab2fc10338ce0a7daf9c67c96e56 # Parent 7ae9a893b76f8eb2cb397d4ac3b054d2f285b476 updated diff -r 7ae9a893b76f -r b124fe3b0e39 hws/hw08.pdf Binary file hws/hw08.pdf has changed diff -r 7ae9a893b76f -r b124fe3b0e39 hws/hw08.tex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/hws/hw08.tex Sun Nov 23 22:12:43 2014 +0000 @@ -0,0 +1,25 @@ +\documentclass{article} +\usepackage{../style} + +\begin{document} + +\section*{Homework 8} + +\begin{enumerate} +\item (\textbf{Optional}) How can the hardness of the + proof-of-work puzzles in Bitcoins be adjusted? What is + parameter that determines how the hardness is adjusted? + +\item (\textbf{Optional}) What is the main data that is stored + in Bitcoin's blockchain? + +\item (\textbf{Optional}) What is is the purpose of the + proof-of-work puzzle in Bitcoins? + +\end{enumerate} +\end{document} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: t +%%% End: