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"
}