The puzzlehunt has ended, thanks for playing!
Puzzlehunt 2014

Reset Puzzle State

Mersenne Tree

h(x) = d5fe0aeef076d5d66f6aba3d912f028dfe0f8d1edc1518e6fa86b775ba652b77

Solution

author: unknown

h(x) looks like a cryptographic hash, and refreshing the page shows it changes every 5s. We find that the SHA256 hash of the unix time (floored by 5 seconds) gives us the same hash. Thus the answer is the current unix time (and values within ± a minute are accepted).