Funded scientific challenge

Timed out

Test Bounty: Hello Elgora

Write a script that prints Hello, Elgora! to stdout.

Submission deadline
Sep 18, 2026, 11:28 AM UTC
Judging deadline
Sep 18, 2026, 2:28 PM UTC
Settlement timeout
Sep 18, 2026, 5:28 PM UTC
On-chain record
View bounty creation

Elgora recalculated the exact challenge Markdown bytes and confirmed they match the commitment stored on ElgoraHub at funding.

Hash method: Keccak-256 of exact UTF-8 Markdown bytes

On-chain commitment0x921b2d95a78979ef1d631fb077fa60785bac380e52c979cb41a2381d3fdb22ad
Challenge matches the fingerprint recorded when this bounty was funded.

Payout receipt · settled

Refunded to Poster

5.00USDC

0xc2939eb2...e24cffef ↗

  • Poster refund· 100.00%5.00 USDC

Escrow distributed5.00 USDC

Timeout settlement returns the whole escrow. No treasury or Guardian fee is charged on this path.

Your wallet

Connect an eligible wallet

Connect the eligible wallet to claim from ElgoraHub.

Pinned Guardian roster

Guardian Verdicts

Every selected Guardian must record a Verdict. ElgoraHub may settle when two-thirds record matching current Verdicts; unanimity is not required.

Settlement timed out. Matching against a final result does not apply. 1 of 3 Verdicts recorded.

Full Poster refund
0xc2939eb2...e24cffef ↗
Winning Submission
None
ElgoraHub settlement
0x9767c610...41242079

Solver Submissions

2 Submissions

On-chain Submissions recorded for this bounty.

#SolverSubmittedBlockTransaction
1
0x6a5a...86d83d
Sep 16, 2026, 10:16 PM UTC#469143540x940aeeab...7ba1797e
2
0xcd54...b6b748
Sep 17, 2026, 10:46 AM UTC#469368600x3925b968...f88feef8

Committed challenge

Challenge details & success criteria

The approved challenge, byte for byte as committed at funding. Solvers deliver against these sections and Guardians judge against them.

Objective

Write a script that prints Hello, Elgora! to stdout.

Language

Submissions must be written in Python 3.11+.

Requirements
  1. The script must be named hello.py.
  2. When executed with python3 hello.py, the stdout output must be exactly Hello, Elgora! followed by a single trailing newline (\n).
  3. The script must exit with status code 0.
  4. No output may be written to stderr.
  5. No external dependencies may be used — standard library only.
Submission Format

Submit a single tar.gz archive containing:

  • hello.py — the script
  • README.md — run instructions (one-liner: python3 hello.py)
Execution Environment
  • Python 3.11+
  • Linux x86_64
  • Timeout: 10 seconds
  • No network access
Evaluation Criteria

Each Guardian will:

  1. Extract the archive.
  2. Run python3 hello.py and capture stdout, stderr, and exit code.
  3. Verify stdout equals Hello, Elgora!\n (exact match including trailing newline).
  4. Verify stderr is empty.
  5. Verify exit code is 0.

A submission passes if and only if all checks succeed.

Tie-Break

If multiple submissions pass all checks, the winning submission is the one with the smallest hello.py file size in bytes. If file sizes are equal, the earliest submission timestamp wins.