Can someone help me? When I try to open wallet I get error, "unable to bind to 0.0.0.0:62556, bind returned error 10013, unknown error" and then "failed to listen on any port". Anyone got a clue?

Are you admin on computer you use ?
Any AV software firewalls or interference to local rpc port ?
rpcuser=username
rpcpassword=password
rpcallowip=127.0.0.1
In corgicoin.conf file ?

DNS set to 0.0.0.0 ?
if so use googles public dns server. 8.8.8.8
I am the admin, there are no firewalls interfering that I know of, im not sure about the dns and how to change it, and when i open corgicoin.conf this is what I have:
"rpcuser=corgicoin
rpcpassword=barkbark
rpcport=62555
addnode=162.243.41.34
addnode=192.241.169.209
addnode=162.243.222.29
addnode=162.243.67.52
addnode=162.243.123.79"
Is another program using 62556?
Run the following in command prompt (start > run > type "cmd" then press enter on your keyboard)
netstat -anon | findstr 62556
If this returns anything then something is using the port already.
If so add then following to your corgicoin.conf file:
port=25252
I just chose this value at random