diff options
author | thankful_for_today <my email> | 2014-04-18 01:21:40 +0400 |
---|---|---|
committer | thankful_for_today <my email> | 2014-04-18 01:21:40 +0400 |
commit | 1a8f5ce89a990e54ec757affff01f27d449640bc (patch) | |
tree | f5e4009bf8745c4455979e6164eba2e6ecb4b12f /src/p2p | |
parent | Port mapping with UPnP (diff) | |
download | monero-1a8f5ce89a990e54ec757affff01f27d449640bc.tar.xz |
Bitmonero release
Diffstat (limited to 'src/p2p')
-rw-r--r-- | src/p2p/net_node.inl | 11 | ||||
-rw-r--r-- | src/p2p/p2p_networks.h | 2 |
2 files changed, 2 insertions, 11 deletions
diff --git a/src/p2p/net_node.inl b/src/p2p/net_node.inl index 4c43f9dbf..1f0af5764 100644 --- a/src/p2p/net_node.inl +++ b/src/p2p/net_node.inl @@ -192,16 +192,7 @@ namespace nodetool template<class t_payload_net_handler> bool node_server<t_payload_net_handler>::init(const boost::program_options::variables_map& vm) { - ADD_HARDCODED_SEED_NODE("seed.bytecoin.org:8080"); - ADD_HARDCODED_SEED_NODE("85.25.201.95:8080"); - ADD_HARDCODED_SEED_NODE("85.25.196.145:8080"); - ADD_HARDCODED_SEED_NODE("85.25.196.146:8080"); - ADD_HARDCODED_SEED_NODE("85.25.196.144:8080"); - ADD_HARDCODED_SEED_NODE("5.199.168.138:8080"); - ADD_HARDCODED_SEED_NODE("62.75.236.152:8080"); - ADD_HARDCODED_SEED_NODE("85.25.194.245:8080"); - ADD_HARDCODED_SEED_NODE("95.211.224.160:8080"); - ADD_HARDCODED_SEED_NODE("144.76.200.44:8080"); + ADD_HARDCODED_SEED_NODE("107.158.233.98:18080"); bool res = handle_command_line(vm); CHECK_AND_ASSERT_MES(res, false, "Failed to handle command line"); diff --git a/src/p2p/p2p_networks.h b/src/p2p/p2p_networks.h index 3fa409006..cd72705d7 100644 --- a/src/p2p/p2p_networks.h +++ b/src/p2p/p2p_networks.h @@ -6,5 +6,5 @@ namespace nodetool { - const static boost::uuids::uuid BYTECOIN_NETWORK = { { 0x11 ,0x10, 0x01, 0x11 , 0x11, 0x00 , 0x01, 0x01, 0x10, 0x11, 0x00, 0x12, 0x10, 0x11, 0x01, 0x10} }; //Bender's nightmare + const static boost::uuids::uuid BYTECOIN_NETWORK = { { 0x12 ,0x30, 0xF1, 0x71 , 0x61, 0x04 , 0x41, 0x61, 0x17, 0x31, 0x00, 0x82, 0x16, 0xA1, 0xA1, 0x10} }; //Bender's nightmare } |