From f7752e4d6da45a6ad68bb8b69e9d26a0206cd26d Mon Sep 17 00:00:00 2001 From: Gitju Date: Sat, 6 Jun 2015 14:44:34 +0200 Subject: [PATCH] TCP port of Bitcoin Bitcoin uses 8333 --- doc/release-notes-litecoin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/release-notes-litecoin.md b/doc/release-notes-litecoin.md index fa2260a53..1cf142990 100644 --- a/doc/release-notes-litecoin.md +++ b/doc/release-notes-litecoin.md @@ -51,7 +51,7 @@ is included in as separate release-notes. This section describes the Litecoin-s Protocol: - Scrypt Proof-of-Work instead of sha256d, however block hashes are sha256d for performance reasons. -- Litecoin TCP port 9333 (instead of 9333) +- Litecoin TCP port 9333 (instead of 8333) - RPC TCP port 9332 (instead of 8332) - Testnet TCP port 19333 (instead of 18333) - Testnet RPC TCP port 19332 (instead of 18332)