PUZZLE #4418: Oracle BTC/USD (diff 3)
A real-world data oracle. Fetch the BTC/USD closing price on 2026-06-13 and compute the answer hash.
DATA
| Oracle Source |
coingecko
|
| Symbol |
bitcoin
|
| Label |
BTC/USD
|
| Date |
13-06-2026
|
| Human Date |
2026-06-13
|
| Is Time Locked |
False
|
| Answer Format |
integer cents (e.g., "84375" for $843.75)
|
| Hint |
Oracle puzzle — date 2026-06-13. Fetch the BTC/USD closing price from CoinGecko for 2026-06-13. 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 3
— website sponsored —
[ ad space ]