Skip to content

Commit

Permalink
Added IPv6 compatible DNSseed.
Browse files Browse the repository at this point in the history
  • Loading branch information
losh11 committed Feb 17, 2016
1 parent d1691e5 commit 590630a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ class CMainParams : public CChainParams {
vSeeds.push_back(CDNSSeedData("xurious.com", "dnsseed.ltc.xurious.com"));
vSeeds.push_back(CDNSSeedData("koin-project.com", "dnsseed.koin-project.com"));
vSeeds.push_back(CDNSSeedData("weminemnc.com", "dnsseed.weminemnc.com"));
vSeeds.push_back(CDNSSeedData("loshan.co.uk", "seed-a.litecoin.loshan.co.uk"));

base58Prefixes[PUBKEY_ADDRESS] = list_of(48);
base58Prefixes[SCRIPT_ADDRESS] = list_of(5);
Expand Down

0 comments on commit 590630a

Please sign in to comment.