Skip to content

Commit

Permalink
seeders added
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex committed Nov 22, 2019
1 parent fab5025 commit 5fd367c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 2)
define(_CLIENT_VERSION_MINOR, 0)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_REVISION, 1)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2019)
Expand Down
7 changes: 2 additions & 5 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,8 @@ class CMainParams : public CChainParams
assert(genesis.hashMerkleRoot == uint256("baf314231c2c162bb4bd33665c67320df47e74812821b1ad78faec22c9795553"));
assert(hashGenesisBlock == uint256("00000c89a16d5d75011aed4ed5e21efc7bf3ffebe7411f46632771c0ceb907c3"));


// vFixedSeeds.clear();
// vSeeds.clear();
vSeeds.push_back(CDNSSeedData("18.197.71.36", "18.197.71.36")); // Single node address
vSeeds.push_back(CDNSSeedData("3.120.124.112", "3.120.124.112")); // Single node address
vSeeds.push_back(CDNSSeedData("s1.birake.com", "seeder1.birake.com")); // Single node address
vSeeds.push_back(CDNSSeedData("s2.birake.com", "seeder2.birake.com"));

base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char>(1, 45);
base58Prefixes[SCRIPT_ADDRESS] = std::vector<unsigned char>(1, 13);
Expand Down
2 changes: 1 addition & 1 deletion src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
//! These need to be macros, as clientversion.cpp's and birakecoin*-res.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 2
#define CLIENT_VERSION_MINOR 0
#define CLIENT_VERSION_REVISION 0
#define CLIENT_VERSION_REVISION 1
#define CLIENT_VERSION_BUILD 0

//! Set to true for release, false for prerelease or test build
Expand Down

0 comments on commit 5fd367c

Please sign in to comment.