Every 24 hours, you need to run bitcoin-cli getblockchaininfo and paste the output here in code-blocks like below. This is to prove that you are actually running a node.
{
"chain" : "str",
"blocks" : n,
"headers" : n,
"bestblockhash" : "str",
"difficulty" : n,
"mediantime" : n,
"verificationprogress" : n,
"initialblockdownload" : true|false,
"chainwork" : "hex",
"size_on_disk" : n,
"pruned" : true|false,
"pruneheight" : n,
"automatic_pruning" : true|false,
"prune_target_size" : n,
"softforks" : {
"xxxx" : {
"type" : "str",
"bip9" : {
"status" : "str",
"bit" : n,
"start_time" : xxx,
"timeout" : xxx,
"since" : n,
"statistics" : {
"period" : n,
"threshold" : n,
"elapsed" : n,
"count" : n,
"possible" : true|false
}
},
"height" : n,
"active" : true|false
},
...
},
"warnings" : "str"
}
If running the GUI version of Core, you MUST use the console to run gtblockchaininfo:
1. Open Bitcoin Core or run bitcoin-qt.
2. Go to Window > Console or press Ctrl - T.
3. In the console, type getblockchaininfo and copy the output to your Bitcointalk post. The text you need to copy is the white (or black) text under the word "getblockchaininfo":

Please do not copy any of the other text in the window. Only the output.
Screenshots are no longer accepted as of now. Please do not post a screenshot - I'll just ignore it/tell you to copy the text output.