MetacoSA / NBitcoin.Litecoin

Litecoin extensions for NBitcoin
MIT License
21 stars 24 forks source link

Initial peers with dnsseeds instead #7

Open senzacionale opened 6 years ago

senzacionale commented 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),
NicolasDorier commented 6 years ago

both are used during peer discovery.Normally I am using this DNS below as well.