The puzzlehunt has ended, thanks for playing!
Puzzlehunt 2014

Reset Puzzle State

Mersenne Tree

h(x) = 7b19e0865a577f8fd80c9d7634906b599ee80fefecfd6bef0fbbf8613c367e7f

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).