Proof-of-work challenge
This site is protected by Powxy{{ if .Global.Version }} {{ .Global.Version }}{{ end }}.
You must complete this proof-of-work challenge before you can access this site.
Select a nonce no longer than 32 bytes, such that when it is appended to the decoded form of the challenge identifier, and the entire result is hashed with SHA-256, the first {{ .Global.NeedBits }} bits of the SHA-256 hash are all zeros. Within one octet, higher bits are considered to come before lower bits.
In other words, find an nonce with , such that in big endian, where is the identifier provided below.
{{ .Message }}
JavaScript seems to be disabled. You must solve the challenge externally.
A C implementation of the challenge solver is available.