Browse Source

add default seeders

pull/1/head
Miguel Freitas 10 years ago
parent
commit
897b506658
  1. 2
      main.cpp

2
main.cpp

@ -343,7 +343,7 @@ extern "C" void* ThreadStats(void*) { @@ -343,7 +343,7 @@ extern "C" void* ThreadStats(void*) {
} while(1);
}
static const string mainnet_seeds[] = {""};
static const string mainnet_seeds[] = {"seed.twister.net.co","seed2.twister.net.co","seed3.twister.net.co"};
static const string testnet_seeds[] = {""};
static const string *seeds = mainnet_seeds;

Loading…
Cancel
Save