Skip to content

Commit

Permalink
Update seednodes
Browse files Browse the repository at this point in the history
  • Loading branch information
aivve committed May 29, 2017
1 parent f6cca22 commit 5295890
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions src/CryptoNoteConfig.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2016, The CryptoNote developers, The Bytecoin developers
// Copyright (c) 2012-2016, The CryptoNote developers, The Bytecoin developers, The Karbowanec developers
//
// This file is part of Bytecoin.
//
Expand Down Expand Up @@ -121,7 +121,8 @@ const size_t P2P_DEFAULT_HANDSHAKE_INVOKE_TIMEOUT = 5000; //
const char P2P_STAT_TRUSTED_PUB_KEY[] = "8f80f9a5a434a9f1510d13336228debfee9c918ce505efe225d8c94d045fa115";

const char* const SEED_NODES[] = {
"136.243.158.27:32347",
"seed1.karbowanec.com:32347",
"seed2.karbowanec.com:32347",
"95.46.98.64:32347",
"52.21.253.162:32347",
"46.149.182.151:32347"
Expand Down
4 changes: 2 additions & 2 deletions src/version.h.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define BUILD_COMMIT_ID "@VERSION@"
#define PROJECT_VERSION "1.4.3"
#define PROJECT_VERSION_BUILD_NO "708"
#define PROJECT_VERSION "1.4.4"
#define PROJECT_VERSION_BUILD_NO "710"
#define PROJECT_VERSION_LONG PROJECT_VERSION "." PROJECT_VERSION_BUILD_NO " (" BUILD_COMMIT_ID ")"

0 comments on commit 5295890

Please sign in to comment.