Added --onion-address command line option to support incoming TOR connections

This commit is contained in:
SChernykh
2025-10-20 13:06:45 +02:00
parent d88790237d
commit cb9fc89b22
21 changed files with 493 additions and 125 deletions

View File

@@ -397,6 +397,9 @@ FORCEINLINE void secure_zero_memory(T& value)
secure_zero_memory(&value, sizeof(T));
}
std::string to_onion_v3(const hash& pubkey);
hash from_onion_v3(const std::string& address);
} // namespace p2pool
void memory_tracking_start();