I believe 55884 is wallet port so it looks like you are trying to connect to 2 ip's and not getting a connection. Yes syn_sent means your system sent a handshake to that port on that address and is waiting on a response.
I just pinged both of those ip's and neither gave a response.
Post your addnode list and make sure you conf file is in your appdata/roaming/noblecoin directory and it is named noblecoin.conf
this is my path for example.
C:\Users\LicheLord\AppData\Roaming\NobleCoin\nobleCoin.conf
I am currently connected to these nodes by default. you can add them by hand if you want.
TCP
TCP 192.168.1.13:59480 81-232-13-104-no241:55884 ESTABLISHED
TCP 192.168.1.13:59729 ip174-64-186-223:55884 ESTABLISHED
TCP 192.168.1.13:60254 unused-213:55884 ESTABLISHED
TCP 192.168.1.13:60257 host86-157-253-140:55884 ESTABLISHED
TCP 192.168.1.13:61494 cla92-2-82-66-55-40:55884 ESTABLISHED
TCP 192.168.1.13:61695 ec2-23-21-199-48:55884 ESTABLISHED
I don't think your wallet is finding your config file.
listen=1
daemon=1
server=1
rpcuser=user
rpcpassword=pass
rpcport=55883
rpcconnect=127.0.0.1
addnode=95.85.16.81
addnode=178.63.226.172
addnode=198.98.118.244
addnode=124.183.129.136
addnode=190.247.128.164
addnode=89.3.150.238
addnode=117.253.168.133
addnode=78.154.7.25
addnode=68.229.96.88
addnode=185.9.62.204
addnode=98.202.145.62
Thats my conf and it is in the roaming folder.