Post
Topic
Board Beginners & Help
Re: [CHALLENGE] Run A Bitcoin Node: 14 Days To 14 Merits
by
notasimp
on 13/11/2024, 09:31:34 UTC
Don't use images, I don't process those anymore. Instead open the console from inside Bitcoin Core and type getblockchaininfo.

Here's my resubmission for day 1, then.

Day 1

Code:
17:28:59

getblockchaininfo


17:28:59

{
  "chain": "main",
  "blocks": 2309,
  "headers": 870108,
  "bestblockhash": "00000000d57d78286874d1070edbac52f2db69b0413214a112f63d620d259922",
  "difficulty": 1,
  "time": 1233285837,
  "mediantime": 1233283051,
  "verificationprogress": 2.078967538964831e-06,
  "initialblockdownload": true,
  "chainwork": "0000000000000000000000000000000000000000000000000000090609060906",
  "size_on_disk": 695102,
  "pruned": false,
  "warnings": ""
}