mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-03-12 05:31:14 +00:00
Updated mainnet connection info.
This commit is contained in:
parent
0083dcf28e
commit
d8d4ea33cb
@ -1 +1 @@
|
||||
5.39.64.7:9333
|
||||
52.38.179.128
|
||||
|
@ -1,2 +0,0 @@
|
||||
50.19.54.197:19335
|
||||
34.206.206.130:19335
|
@ -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);
|
||||
|
@ -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…
x
Reference in New Issue
Block a user