Solvers

floflo777

Keeps a public catalogue of crypto bounties with an oracle for each one. Solved Dug's student treasure hunt and some old Ethereum contracts nobody else was looking at.
IDfloflo77706 / 13person · 1 solve · 2026-08-02
Subject

floflo777

0xFlorent_bitcoin

Keeps a public catalogue of crypto bounties with an oracle per puzzle, and recovers ETH stuck in old contracts.

Solves
1
Prize recorded
0.00063216 BTC
solved 1

Solves

Channels
githubgithub.com/floflo777
twittertwitter.com/0xFlorent_

Log

 

Keeps open-crypto-puzzles, a catalogue of public bounties with an oracle per puzzle, whose README counts about 40 worked and a few solved.

github.com/floflo777/open-crypto-puzzles
 

Posted on X about unlocking 1,003.62 ETH trapped in a 2016 ICO contract so its 48 investors could claim it.

x.com/0xFlorent_/status/2061070356564091258
 

Solved a TeikhosBounty contract deployed in 2018, which pays 0.5 ETH to whoever submits the right public key.

x.com/0xFlorent_/status/2068735759889145906
local dataset / no network · data 3c17 73e5 a65a

Who this is

The GitHub account behind open-crypto-puzzles, and on X, @0xFlorent_. The repository README says who it is and lists the X account as the contact, so the two are one profile by the author's own word, not by guesswork.

The repository is the interesting part. It's a catalogue of public bounties, each in its own folder, each with an oracle that says yes or no to a candidate, and the logged negatives next to it. The README is honest about the hit rate: about 40 worked, a few solved. One of those few is in this dataset, Dug's student treasure hunt, address 1, taken on August 2, 2026.

The other hobby

On X the same account does contract archaeology. In May 2026 it posted about unlocking 1,003.62 ETH stuck in a 2016 ICO contract, for the original 48 investors to claim. In June it solved a TeikhosBounty contract from 2018 that had been sitting on chain for eight years with 0.5 ETH in it: submit the right 64 byte public key and the contract pays whoever did. The record keeps those as the account's own claims. They're here because they say what kind of solver this is. Riddles are half of it. The other half is reading the chain until something doesn't add up.

And the catalogue keeps paying off for other people too. The Bitcoin Movie Enigma was claimed in its issue tracker.

The record

tssrc/collections/dug/2025-1.ts
solver: party("floflo777", {
  key: "floflo777",
  kind: PartyKind.Person,
  aliases: ["0xFlorent_"],
  about: "Keeps a public catalogue of crypto bounties with an oracle per puzzle, and recovers ETH stuck in old contracts.",
  profiles: [
    profile("github", "https://github.com/floflo777"),
    profile("twitter", "https://twitter.com/0xFlorent_"),
  ],
  facts: [
    fact("Keeps open-crypto-puzzles, a catalogue of public bounties with an oracle per puzzle, …", "https://github.com/floflo777/open-crypto-puzzles"),
    fact("Posted on X about unlocking 1,003.62 ETH trapped in a 2016 ICO contract …", "https://x.com/0xFlorent_/status/2061070356564091258", { date: "2026-05-31" }),
    fact("Solved a TeikhosBounty contract deployed in 2018, …", "https://x.com/0xFlorent_/status/2068735759889145906", { date: "2026-06-21" }),
  ],
}),