Home Puzzles zeta:know $PROOF Puzzle – Puzzling Stack Exchange

zeta:know $PROOF Puzzle – Puzzling Stack Exchange

0
zeta:know $PROOF Puzzle – Puzzling Stack Exchange

[ad_1]

We are are neighborhood attempting to resolve the code to enter this web site, we didnt solved it until now thats why i wanna ask for assist right here.

that is the web site: https://zetakn0w.xyz/

Clues:

🚨1. ETHERSCAN MSG FROM DEV

„ https://medium.com/@cursedpi/it-is-not-a-singular-formula-15fcdc4a3912

It will not be a singular formulation.
It is an evolving algorithm

🚨3. ETHERSCAN MSG FROM DEV

„ As the golden ratio unfolds, the enigmatic reality lies hidden throughout the spiraling sequence.“

🚨4. ETHERSCAN MSG FROM DEV

„ There have been theories floating round that would endanger my anonymity. Please don’t try to find the identities of those that have introduced this undertaking to life, and as a substitute permit the mysteries of the algorithm to unfold earlier than you.

Remember: one of many core tenets of blockchain know-how is the best to privateness.

All will probably be revealed in time.“

🚨5. ETHERSCAN MSG FROM DEV

„ HINT 4:

fn f(n)
| n == 1 = 1
| (n mod 2) == 0 = f(n / 2)
| (n mod 2) == 1 = f(3n + 1)
„

This was solved by a tg member:

Devs message:

fn f(n)
| n == 1 = 1
| (n mod 2) == 0 = f(n / 2)
| (n mod 2) == 1 = f(3n + 1)

TG consumer solved this:

def f(n):
if n == 1:
return 1
if (n % 2) == 0:
return f(n / 2)
if (n % 2) == 1:
return f(3*n + 1)

@twiddletwaddle, purchase bot dev, analyzed the web site code. It’s taking no matter quantity you might be typing and sending it to a server to confirm if it is code. Once the code is verified, it’s designed to redirect to a brand new website whose tackle we do not know. Dev has taken quite a lot of precaution so to forestall folks from hacking the code instantly from the positioning.

Meanwhile the dev tweeted

fn f(ekhereheki) = ekhrehei

Which seems to be one other clue. Shortly after, the deployer pockets despatched a message to a brand new pockets. He despatched the only phrase “ekhereheki”. This new pockets has deployed a contract referred to as ZetaOuroborous.

ZetaOuroborous appears to be an distinctive contract that verifies a proof of one thing and notifies an exterior system by way of Blockchain occasions. It seems to be a contract to confirm zero information proofs. It appears to point that Phase 2 will probably be initiated when the contract efficiently verifies.

The time period Ouroboros can be attention-grabbing. Ouroboros is an emblem of infinity that depicts a dragon consuming it is personal tail. It can be the title of the Proof of Stake algorithm utilized by ADA. Riemann, the 18th century mathematician who invented zeta operate, used the ouroboros image for a operate coz he believed that the distribution of prime numbers was additionally cyclical and infinite. Everything the dev does one way or the other appears to hyperlink collectively every thing that has been revealed earlier than.

trace from puzzle maker:

Just got here in right here to say you guys are specializing in flawed particular person! That’s simply the license of contract and he has nothing to do with the dev! Every contract being revealed is licensed by MIT and particular person talked about! What it’s good to focus is extra concerning the pairing scripts and G2points talked about! Good luck!

ZetaOuroborous rationalization =

The snake biting its tail, the Ouroboros, is a metaphor for fixed temporal cycles, the start of which already determines the top. Ultimately, each cycle of nature may be noticed on this method. A stalk grows from the grain of wheat, then an ear of corn, matures, dies and the cycle begins once more – in nature, vegetation and animals for thousands and thousands of years. The tomb symbolism can be to be understood on this sense.

=

An ever evolving algorithm.

New message:

def predominant(non-public area a, non-public area b, area c, area d) -> bool {
assert(a * a * a + b * b * b == c * c c + d * d * d);
/

TO BE DISCUSSED
*/
}

[ad_2]

LEAVE A REPLY

Please enter your comment!
Please enter your name here