Browse Source

add available mainnet seeds

add existing mainnet nodes as the seeder does not resolve initial addresses provided
https://github.com/miguelfreitas/twister-seeder/issues/7
master
D4708 3 years ago committed by GitHub
parent
commit
3d93d9b9e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      main.cpp

2
main.cpp

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

Loading…
Cancel
Save