miner

以下の問題文が与えられた。

This challenge description was given:

Block #11834380 on the Ethereum Blockchain was mined on Febuary 11th at 9:12:59 AM UTC. What is the address of the miner who validated this block? Flag format: flag{0x0000000000000000000000000000000000000000}

「Ethereum block」でググると、以下のサイトが見つかった。

I googled "Ethereum block" and found this page:

Ethereum Blocks | Etherscan

ページ上の適当なブロックを開き、問題文で指定されたブロックを開くためにURLを書き換えた。

I opened a page for a random block and modified the URL to open the block specified in the challenge description.

Ethereum Blocks #11834380 | Etherscan

このページには以下の情報があり、これをもとにflagが得られた。

This page had this information and I obtained the flag based on this:

Mined by: 0xd224ca0c819e8e97ba0136b3b95ceff503b79f53 (UUPool) in 5 secs
flag{0xd224ca0c819e8e97ba0136b3b95ceff503b79f53}

PBjar CTF