Added support for params config file

This commit is contained in:
SChernykh
2025-11-21 20:13:13 +01:00
parent d9cea1cfc3
commit de28201edc
9 changed files with 255 additions and 18 deletions
+2
View File
@@ -441,6 +441,8 @@ static FORCEINLINE constexpr hash from_onion_v3_const(const char* address)
return result;
}
std::vector<std::vector<std::string>> parse_config(const std::string& file_name);
} // namespace p2pool
void memory_tracking_start();