Browse Source

Updated mainnet connection info.

zmq
Just Wonder 5 years ago
parent
commit
d8d4ea33cb
  1. 2
      contrib/seeds/nodes_main.txt
  2. 2
      contrib/seeds/nodes_test.txt
  3. 1
      src/chainparams.cpp
  4. 6
      src/chainparamsseeds.h

2
contrib/seeds/nodes_main.txt

@ -1 +1 @@ @@ -1 +1 @@
5.39.64.7:9333
52.38.179.128

2
contrib/seeds/nodes_test.txt

@ -1,2 +0,0 @@ @@ -1,2 +0,0 @@
50.19.54.197:19335
34.206.206.130:19335

1
src/chainparams.cpp

@ -125,7 +125,6 @@ public: @@ -125,7 +125,6 @@ public:
// Note that of those with the service bits flag, most only support a subset of possible options
vSeeds.emplace_back("dnsseed.kevacoin.org");
vSeeds.emplace_back("dnsseed.honourchat.com");
base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char>(1,45); // K
base58Prefixes[SCRIPT_ADDRESS] = std::vector<unsigned char>(1,5);

6
src/chainparamsseeds.h

@ -8,11 +8,11 @@ @@ -8,11 +8,11 @@
* IPv4 as well as onion addresses are wrapped inside a IPv6 address accordingly.
*/
static SeedSpec6 pnSeed6_main[] = {
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x05,0x27,0x40,0x07}, 9333}
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x34,0x26,0xb3,0x80}, 9338}
};
static SeedSpec6 pnSeed6_test[] = {
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x32,0x13,0x36,0xc5}, 19335},
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x22,0xce,0xce,0x82}, 19335}
};
#endif // BITCOIN_CHAINPARAMSSEEDS_H

Loading…
Cancel
Save