Hi)
I want to know,how can I use a Ip of node,but not just DNSSeed link.
According to this thread
https://bitcointalk.org/index.php?topic=290308.0,I have to change parameters from this
vPeerGroup.addPeerDiscovery(new SeedPeers(params));
to this
vPeerGroup.addPeerDiscovery(new DnsDiscovery(params));
It's ok,but I can't find in source code,where I should write IP addresses of nodes(ex.54.xxx.xxx.33:55884,or without ,just 54.xxx.xxx.33)
And I want to repeat,I want to use Nodes,not DNSSeeders.
Thank you to all in advance!