here's my conf:
server=1
listen=1
rpcuser=user
rpcpassword=password
rpcallowip=*
rpcport=27331
addnode=76.182.189.115
addnode=107.192.136.116
addnode=99.113.240.148
addnode=108.48.207.233
Is that correct?
as i'm still not syncing
Do not use rpcallowip=*. You are opening up your wallet for remote RPC which can be used to steal all of your coins. Use rpcallowip=127.0.0.1 if you want local daemon access or better yet, do as others have suggested and just use the basics.
Using rpcallowip=* is essentially an invitation into your wallet.