Browse Source

Merge pull request #1 from FireMartZ/update_seeds

Update default seeds.
pull/2/head
Duke Leto 6 years ago
committed by GitHub
parent
commit
154fcb3975
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      main.cpp

4
main.cpp

@ -389,8 +389,8 @@ extern "C" void* ThreadStats(void*) {
} while(1);
}
static const string mainnet_seeds[] = {"dnsseed.myhush.org", "" };
static const string testnet_seeds[] = {"testnet.dnsseed.myhush.org", ""};
static const string mainnet_seeds[] = {"explorer.myhush.org", "" };
static const string testnet_seeds[] = {"stilgar.myhush.org", ""};
static const string *seeds = mainnet_seeds;
extern "C" void* ThreadSeeder(void*) {

Loading…
Cancel
Save