The puzzlehunt has ended, thanks for playing!
Puzzlehunt 2014

Reset Puzzle State

Mersenne Tree

h(x) = a85da13d6997bb7713e64f30cf301d9399a196ad9f87f6eb401ad4b3ade0fbc9

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