From 6eaf64af0f2bfba181d3c2e3dead965a2e214334 Mon Sep 17 00:00:00 2001 From: NotRin7 <102989232+NotRin7@users.noreply.github.com> Date: Sun, 14 Apr 2024 12:46:34 +0200 Subject: [PATCH] Update init.cpp --- src/init.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/init.cpp b/src/init.cpp index ddeba51..90f75e1 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -1265,12 +1265,8 @@ bool AppInitMain(NodeContext& node) "deprecatedrpc=accounts\n" "\n" "# Addnodes:\n" - "addnode=dnsseed.palladium-coin.store\n" - "addnode=2.243.141.227:23333\n" + "seednode=dnsseed.palladium-coin.store\n" "addnode=212.132.102.41:23333\n" - "addnode=103.185.248.171:23333\n" - "addnode=64.176.219.137:2323\n" - "addnode=149.28.45.189:2323\n" "\n"; fwrite(strHeader.c_str(), std::strlen(strHeader.c_str()), 1, configFile); fclose(configFile);