Until the DNS seed servers are properly setup it will be necessary to manually add nodes:
octocoin.securepayment.cc
188.165.3.6
178.62.187.119
54.223.76.165
93.157.47.8
73.28.52.171
70.51.34.92
in your Qt Wallet, go to the debug window, then 'console' tab. Type in
addnode add
Replace '' with one node entry from above. Then hit enter. Repeat for each node. For example,
addnode octocoin.securepayment.cc add
addnode 188.165.3.6 add
addnode 93.157.47.8 add
There are two issues blocking the deployment of the DNS seed servers. First off, I do not have control of the octocoin.org domain. I you look at the source code, the current DNS seed servers are s1.octocoin.org and s2.octocoin.org.
It's easy enough to change that, but I have not decided if I will just use another domain and release an updated client, or wait and hope to register the octocoin.org domain when it expires later this year. Secondly, there are just too few active nodes to make it useful/worthwhile to setup a DNS seed.