I am running a bitcoin core node with this config and unable to find any peers:
dbcache=4000
maxmempool=1000
maxconnections=20
maxuploadtarget=500
fixedseeds=0
dnsseed=0
rpcport = 8332
rpcuser=bitcoinrpc
rpcpassword=123456abcdef
$bitcoin-cli getpeerinfo
[
]
How do I find peers on the bitcoin network to get all the blocks and sync my bitcoin node?