Skip to content

Commit b07f11f

Browse files
committed
Seed nodes IP addresses
1 parent bb78a3e commit b07f11f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/atomicdex/config/kdf.cfg.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ namespace atomic_dex
3434
std::string gui{std::string(DEX_NAME) + " "s + atomic_dex::get_version()};
3535
int64_t netid{8762};
3636
int64_t rpcport{atomic_dex::g_dex_rpcport};
37-
std::vector<std::string> seednodes{};
37+
std::vector<std::string> seednodes{"188.241.240.110", "66.42.60.49"};
3838
//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"};
3939
//std::vector<std::string> seednodes{"46.4.78.11", "46.4.87.18"};
4040
#ifdef _WIN32

0 commit comments

Comments
 (0)