Skip to content

Commit 1598fb7

Browse files
author
root
committed
0.097
1 parent 80d5628 commit 1598fb7

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/chainparams.cpp

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class CMainParams : public CChainParams {
115115
pchMessageStart[1] = 0xc7;
116116
pchMessageStart[2] = 0xb1;
117117
pchMessageStart[3] = 0xd4;
118-
nDefaultPort = 17780;
118+
nDefaultPort = 17790;
119119
nPruneAfterHeight = 100000;
120120

121121
genesis = CreateGenesisBlock(1529470042, 3084530133, 0x1e0ffff0, 1, 50 * COIN);
@@ -124,11 +124,11 @@ class CMainParams : public CChainParams {
124124
assert(genesis.hashMerkleRoot == uint256S("7f275275bd4c7a2ff4fdc6d549deab5af5132ea6404df8a0401ccd534248273a"));
125125

126126
// Note that of those with the service bits flag, most only support a subset of possible options
127-
vSeeds.emplace_back("starshipcoin.com:17780", true);
128-
vSeeds.emplace_back("sudotrade.com:17780", true);
129-
vSeeds.emplace_back("giggahost.com:17780", true);
130-
vSeeds.emplace_back("khryptorgraphics.com:17880", true);
131-
vSeeds.emplace_back("teamproxima.com:17780", false);
127+
vSeeds.emplace_back("starshipcoin.com:17790", true);
128+
vSeeds.emplace_back("sudotrade.com:17790", true);
129+
vSeeds.emplace_back("giggahost.com:17790", true);
130+
vSeeds.emplace_back("khryptorgraphics.com:17790", true);
131+
vSeeds.emplace_back("teamproxima.com:17790", false);
132132

133133
base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char>(1,35);
134134
base58Prefixes[SCRIPT_ADDRESS] = std::vector<unsigned char>(1,5);
@@ -218,7 +218,7 @@ class CTestNetParams : public CChainParams {
218218
pchMessageStart[1] = 0xd2;
219219
pchMessageStart[2] = 0xc8;
220220
pchMessageStart[3] = 0xf1;
221-
nDefaultPort = 17785;
221+
nDefaultPort = 17798;
222222
nPruneAfterHeight = 1000;
223223

224224
genesis = CreateGenesisBlock(1529470042, 3084530133, 0x1e0ffff0, 1, 50 * COIN);
@@ -229,9 +229,9 @@ class CTestNetParams : public CChainParams {
229229
vFixedSeeds.clear();
230230
vSeeds.clear();
231231
// nodes with support for servicebits filtering should be at the top
232-
vSeeds.emplace_back("starshipcoin.com:17780", true);
233-
vSeeds.emplace_back("sudotrade.com:17780", true);
234-
vSeeds.emplace_back("khyptorgraphics.com:17780", true);
232+
vSeeds.emplace_back("starshipcoin.com:17798", true);
233+
vSeeds.emplace_back("sudotrade.com:17798", true);
234+
vSeeds.emplace_back("khyptorgraphics.com:17798", true);
235235

236236
base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char>(1,111);
237237
base58Prefixes[SCRIPT_ADDRESS] = std::vector<unsigned char>(1,196);
@@ -319,7 +319,7 @@ class CRegTestParams : public CChainParams {
319319

320320
checkpointData = (CCheckpointData) {
321321
{
322-
/// {0, uint256S("0")},
322+
{0, uint256S("0")},
323323
}
324324
};
325325

0 commit comments

Comments
 (0)