Post
Topic
Board Beginners & Help
Merits 6 from 4 users
Re: Be the first newbie to answer correct and get 1 merit
by
JeromeTash
on 11/03/2022, 21:59:28 UTC
⭐ Merited by BernyJB (3) ,acroman08 (1) ,noorman0 (1) ,RapTarX (1)
Alright, I got the question. How did you get the answer?
@Rizzrack already answered it, though you might not understand what he said

So let me try simplifying it for you.

If you see the code OP posted. The first thing on your mind is a binary code. (If you have some little computer science Knowledge like me, toy will instantly sense this)

So you have to decode the code to text using a tool like this: https://www.convertbinary.com/to-text/

The text output you get is on base64 format.
Code:
d2hvIG1pbmVkIEJUQyBibG9jayAyNzIzMjYgYW5kIHdoYXQgd2FzIHRoYXQgYmxvY2sncyB3ZWlnaHQ=

So you have to decode the base64 format to readable text using a tool like this: https://www.base64decode.org/

You will end up with this text
Code:
who mined BTC block 272326 and what was that block's weight

Use block explorers like blockchain, and you will end up with the answer