Skip to content

Commit

Permalink
Fixed bugs. Updated paper. Added source for paper.
Browse files Browse the repository at this point in the history
  • Loading branch information
datavetaren committed Jan 15, 2019
1 parent 7e7fcc3 commit b7074e3
Show file tree
Hide file tree
Showing 25 changed files with 933 additions and 68 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -48,7 +48,7 @@ This will initialize a galaxy for seed 'hello42'.
Then in a browser you can type the URL (make sure you're in dipper_pow/ root directory, i.e. the parent of src/ and bin/):

```
http://localhost:8080/render.html?nonce=73
http://localhost:8080/render.html?nonce=3661
```

<img src="doc/dipper_server.png" width="400">
Expand Down
Binary file modified doc/dipper_pow.pdf
Binary file not shown.
Binary file modified doc/dipper_server.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions doc/src/cleanit.sh
@@ -0,0 +1,6 @@
#!/bin/bash
rm -f *.log
rm -f *.bbl
rm -f *.blg
rm -f *.dvi
rm -f *.pdf
Binary file added doc/src/dipper-detect.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/src/dipper-front.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions doc/src/dipper_pow.aux
@@ -0,0 +1,37 @@
\relax
\citation{nakamoto2009bitcoin}
\citation{Tromp14cuckoocycle}
\@writefile{toc}{\contentsline {section}{\numberline {1}Introduction}{1}}
\@writefile{toc}{\contentsline {section}{\numberline {2}Method}{1}}
\citation{AumassonB12}
\@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces Algorithm Outline}}{2}}
\newlabel{fig:Algorithm Outline}{{1}{2}}
\citation{1985--ieee754}
\@writefile{toc}{\contentsline {section}{\numberline {3}Star Setup}{3}}
\newlabel{sec:Star Setup}{{3}{3}}
\@writefile{lof}{\contentsline {figure}{\numberline {2}{\ignorespaces Stars in space}}{4}}
\newlabel{fig:Stars in space}{{2}{4}}
\@writefile{toc}{\contentsline {section}{\numberline {4}Grid Partitioning}{4}}
\@writefile{lof}{\contentsline {figure}{\numberline {3}{\ignorespaces Space with Grid}}{5}}
\newlabel{fig:Space with Grid}{{3}{5}}
\@writefile{toc}{\contentsline {section}{\numberline {5}The Camera}{5}}
\@writefile{lof}{\contentsline {figure}{\numberline {4}{\ignorespaces Looking for Big Dipper}}{6}}
\newlabel{fig:Looking for Big Dipper}{{4}{6}}
\@writefile{toc}{\contentsline {section}{\numberline {6}The Detector}{7}}
\@writefile{lof}{\contentsline {figure}{\numberline {5}{\ignorespaces Detecting Big Dipper}}{8}}
\newlabel{fig:Detecting Big Dipper}{{5}{8}}
\@writefile{toc}{\contentsline {section}{\numberline {7}Scanning}{9}}
\@writefile{toc}{\contentsline {section}{\numberline {8}Verification}{9}}
\newlabel{sec:Verification}{{8}{9}}
\newlabel{tab:Proof Table}{{8}{10}}
\@writefile{lot}{\contentsline {table}{\numberline {1}{\ignorespaces Final proof table for seed "hello42"}}{10}}
\citation{nakamoto2009bitcoin}
\@writefile{toc}{\contentsline {section}{\numberline {9}Fine Tuning}{14}}
\@writefile{toc}{\contentsline {section}{\numberline {10}Course Tuning}{14}}
\bibdata{dipper_pow}
\bibcite{1985--ieee754}{1}
\bibcite{AumassonB12}{2}
\bibcite{nakamoto2009bitcoin}{3}
\bibcite{Tromp14cuckoocycle}{4}
\bibstyle{plain}
\@writefile{toc}{\contentsline {section}{\numberline {11}Conclusion}{15}}
39 changes: 39 additions & 0 deletions doc/src/dipper_pow.bib
@@ -0,0 +1,39 @@
@techreport{nakamoto2009bitcoin,
author = {Nakamoto, Satoshi},
keywords = {bitcoin cash electronic peer privacy},
month = may,
title = {Bitcoin: A Peer-to-Peer Electronic Cash System},
url = {http://www.bitcoin.org/bitcoin.pdf},
year = 2009
}

@MISC{Tromp14cuckoocycle,
author = {John Tromp},
title = {Cuckoo Cycle: a graph-theoretic proof-of-work system},
year = {2014}
}

@book{1985--ieee754
,note={Note: Standard 754--1985}
,title={{IEEE standard for binary floating-point arithmetic}}
,booktitle={{IEEE standard for binary floating-point arithmetic}}
,publisher={Institute of Electrical and Electronics Engineers}
,address={New York}
,year={1985}
}

@inproceedings{AumassonB12,
author = {Jean{-}Philippe Aumasson and
Daniel J. Bernstein},
title = {SipHash: {A} Fast Short-Input {PRF}},
booktitle = {Progress in Cryptology - {INDOCRYPT} 2012, 13th International Conference
on Cryptology in India, Kolkata, India, December 9-12, 2012. Proceedings},
pages = {489--508},
year = {2012},
crossref = {DBLP:conf/indocrypt/2012},
url = {https://doi.org/10.1007/978-3-642-34931-7\_28},
doi = {10.1007/978-3-642-34931-7\_28},
timestamp = {Fri, 19 May 2017 01:26:37 +0200},
biburl = {https://dblp.org/rec/bib/conf/indocrypt/AumassonB12},
bibsource = {dblp computer science bibliography, https://dblp.org}
}

0 comments on commit b7074e3

Please sign in to comment.