Fresh list of node can be retrieved from here. https://chainz.cryptoid.info/tx/#!network Click the nodes button next to /Inferno:1.2.2.2/. Always fresh nodes there. To add the nodes to the conf just copy and from the nodes list and paste into the conf file. Also add the line maxorphanblocks=10000 to the conf, right above the nodes list. The maxorphanblocks will be increased in the next release.
The nodes list changes so we prefer that people get them directly from the blockexplorer. We will be updating the OP soon with new information.
I add IPs from /Inferno:1.2.2.2/ list, but nothing syncing. After 15 minutes 0 connection, debug in network traffic tab show IN:2kb OUT:16kb.
Then I try to additionally add to config nodes with ports from http://sys300.cryptoid.info/tx/masternodes.dws
And client start syncronization with 9-10 connection, but speed is not fast after 2 hours 21476 blocks.
When I remove nodes without ports from config and left only with ports - client crashes. If nodes with ports going first in config - client crashes. Rarely client crashes with any config.
Debug log:
GUI: QMetaObject::connectSlotsByName: No matching signal for on_UpdateKeys_clicked(bool,bool)
GUI: QSslSocket: cannot call unresolved function SSLv23_client_method
GUI: QSslSocket: cannot call unresolved function SSL_CTX_new
GUI: QSslSocket: cannot call unresolved function SSL_library_init
GUI: QSslSocket: cannot call unresolved function ERR_get_error
GUI: QSslSocket: cannot call unresolved function ERR_get_error
GUI: QSslSocket: cannot call unresolved function SSLv23_client_method
GUI: QSslSocket: cannot call unresolved function SSL_CTX_new
GUI: QSslSocket: cannot call unresolved function SSL_library_init
GUI: QSslSocket: cannot call unresolved function ERR_get_error
GUI: QSslSocket: cannot call unresolved function ERR_get_error
It's big trouble to create correct config, client must find nodes automaticaly via DHT as Emercoin client does or via other way. Please fix this, it may help to involve more people. Client must work correctly out of the box.