Post
Topic
Board Bitcoin Technical Support
Topic OP
Hello, I would like to ask the wallet to make super node.
by
makefile
on 28/02/2016, 11:20:47 UTC
My wallet is only one node, the node is fixed. How do I give this purse as a super node. Is that each user opens a wallet, automatically becomes a node.
I now paste this code:


// DNS seeds
// Each pair gives a source name and a seed name.
// The first name is used as information source for addrman.
// The second name should resolve to a list of seed addresses.
static const char *strDNSSeed[][2] = {
{"node1", "112.74.92.94"},//official
{"", ""},
};