I have listen=1 and discover=1 in my devcoin.conf file.
Try this:
- close the wallet, delete the peers.dat file in the .devcoin directory.
- remove from the devcoin.conf all the lines "addnode = ..."
- add the following line to devcoin.conf:
connect=82.200.205.39:52333
- start the wallet and wait for the synchronization
- close the wallet and replace in devcoin.conf the line "connect=82.200.205.39:52333" to "addnode=82.200.205.39:52333"
- start the wallet
I have no peers.dat and no addnode lines, so easy enough. Will give this a try. Thanks!