Open senzacionale opened 6 years ago
Is it possible to use initial peers with dnsseeds instead Like
vSeeds.push_back(CDNSSeedData("x.org", "dnsseed.x.org"));
You are using instead
static Tuple<byte[], int>[] pnSeed6_main = { Tuple.Create(new byte[]{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x01,0xca,0x80,0xda}, 10333),
both are used during peer discovery.Normally I am using this DNS below as well.
Is it possible to use initial peers with dnsseeds instead Like
vSeeds.push_back(CDNSSeedData("x.org", "dnsseed.x.org"));
You are using instead