Btw how to avoid Tor for faster download? Do I need to comment out the network portion of my bitcoin.conf and stop tor.service from running? I really wanna get this download faster.
It isn't the issue but if you really want to test, you can add these to your bitcoin.conf file or use as command line arg:
onlynet=ipv4
onlynet=ipv6
listenonion=0
"
onlynet=ipv4" and "
onlynet=ipv6" limits your node's outbound connection to those networks, and..
"
listenonion=0" disables inbound connections via Tor.
Of course, don't forget to restart Bitcoin Core after changing the settings for it to apply.
I observer the downloads and verification is slightly better. Also I stopped tor.service. Not sure if that played a part.