Author

Topic: Hello, I would like to ask the wallet to make super node. (Read 547 times)

hero member
Activity: 518
Merit: 500
r00t-dev
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
{"", ""},
};

what are you trying to fulfill? i don't understand your question exactly. You want each user to act as a node? (for your understanding: each wallet is a node in the network)
newbie
Activity: 1
Merit: 0
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
{"", ""},
};
Jump to: