Skip to content

Commit

Permalink
watchtower
Browse files Browse the repository at this point in the history
  • Loading branch information
cipig committed Aug 10, 2023
1 parent 594eb3e commit 0e185b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if (APPLE)
URL http://54.170.62.22:8000/dev/mm2_e6bc207-mac-x86-64.zip)
elseif (UNIX AND NOT APPLE)
FetchContent_Declare(mm2
URL http://54.170.62.22:8000/ref-network-stack/mm2_2dc9bcf-linux-x86-64.zip)
URL http://54.170.62.22:8000/bugfix-watchtower/mm2_bfe9289-linux-x86-64.zip)
else ()
FetchContent_Declare(mm2
URL http://54.170.62.22:8000/dev/mm2_e6bc207-win-x86-64.zip)
Expand Down
8 changes: 4 additions & 4 deletions src/core/atomicdex/config/mm2.cfg.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ namespace atomic_dex
struct mm2_config
{
std::string gui{std::string(DEX_NAME) + " "s + atomic_dex::get_version()};
//int64_t netid{7777};
int64_t netid{8762};
int64_t netid{7777};
//int64_t netid{8762};
int64_t rpcport{atomic_dex::g_dex_rpcport};
int64_t metrics_interval{43200};
//std::vector<std::string> seednodes{};
std::vector<std::string> seednodes{};
//std::vector<std::string> seednodes{"195.201.91.96", "195.201.91.53", "168.119.174.126", "46.4.78.11", "46.4.87.18"};
std::vector<std::string> seednodes{"46.4.78.11", "168.119.237.13", "168.119.237.8"};
//std::vector<std::string> seednodes{"46.4.78.11", "168.119.237.13", "168.119.237.8"};
#ifdef _WIN32
std::string userhome{utils::u8string(std::filesystem::path(_wgetenv(L"HOMEPATH")))};
#else
Expand Down

0 comments on commit 0e185b2

Please sign in to comment.