Author

Topic: Peers instead of DNSSeed (Read 1593 times)

full member
Activity: 147
Merit: 100
March 04, 2014, 05:44:14 AM
#3

So,if I put it in the source code,I can to write "nodes ip" into the source.(ip that I write in /datadir/bitcoin/bitcoin.conf)
?
legendary
Activity: 1526
Merit: 1129
March 03, 2014, 07:18:09 PM
#2
full member
Activity: 147
Merit: 100
March 03, 2014, 04:55:10 AM
#1
Hi)
I want to know,how can I use a Ip of node,but not just DNSSeed link.
According to this thread
https://bitcointalksearch.org/topic/seedpeers-class-290308
,I have to change parameters from this
Code:
vPeerGroup.addPeerDiscovery(new SeedPeers(params));

to this
Code:
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!
Jump to: