PUZZLE #4800: Oracle ETH/USD (diff 2)
A real-world data oracle. Fetch the ETH/USD closing price on 2026-06-08 and compute the answer hash.
DATA
| Oracle Source |
coingecko
|
| Symbol |
ethereum
|
| Label |
ETH/USD
|
| Date |
08-06-2026
|
| Human Date |
2026-06-08
|
| Is Time Locked |
False
|
| Answer Format |
integer cents (e.g., "84375" for $843.75)
|
| Hint |
Oracle puzzle — date 2026-06-08. Fetch the ETH/USD closing price from CoinGecko for 2026-06-08. price_cents = round(price * 100). answer = SHA-256(str(price_cents))[:8]. Submit the 8-char hex string as lowercase.
|
author's note: Pool fill: oracle diff 2
— website sponsored —
[ ad space ]