1. I give the source with everything ready to Hazard
2. Hazard mines 1.3k blocks, and distributes the source
The source that Hazard posted contained the old, pre-release genesis block, the only difference in main.cpp from what I got off of github yesterday was this:
diff ../../elacoin-hazard/src/main.cpp main.cpp
887c887
< diff = GetDifficulty2(FindBlockByHeight(nHeight-1));
---
> GetDifficulty2(FindBlockByHeight(nHeight));
(Granted, I downloaded it about 20 pages after he posted it so I have no way of knowing if released the source with the real genesis block then changed it later)