I'm trying to run bitcoin full node in my PC. I installed bitcoin core, and set path for bitcoind. But whenever I try to run bitcoind, it throws the following error,
Error: Config setting for -rpcport only applied on test network when in [test] section.
My bitcoin.conf file,
testnet=1
prune=600
maxconnections=12
maxuploadtarget=20
rpcuser=someusername
rpcpassword=somepassword
rpcport=18332
daemon=0
keypool=10000