Check how much you're actually uploading:
Is that per day, to catch up on the 20 hours that you missed? That's quite slow for 120 blocks, I expect my old laptop to do about 1 new block per second (with 4096 MB dbcache, and chainstate on SSD).
{
"totalbytesrecv": 151800253,
"totalbytessent": 150654619,
"timemillis": 1659161016552,
"uploadtarget": {
"timeframe": 86400,
"target": 0,
"target_reached": false,
"serve_historical_blocks": true,
"bytes_left_in_cycle": 0,
"time_left_in_cycle": 0
}
}
That's my code, I don't understand anything from it xD Well, not really 15-20 minutes, that was in the past, but 5 minutes for those 18-20 hours. I tried to understand how Bitcoin or Tor work, and although I studied some Computer Science in secondary school and in university, they're too complicated for me to understand and I just want to help them without getting into too much technical info because it confuses me even more
Since sleep mode on all operating systems puts the CPU in S3 state (read: "effectively turned off"), all of the programs and system services on the computer stop running, as well as Core.
Thanks, I just learned something new today!