From 9265289111cd85ea5509d362f95b83ee61431463 Mon Sep 17 00:00:00 2001 From: "nick.kino" <79381743+nick1udwig@users.noreply.github.com> Date: Tue, 11 Jun 2024 17:43:49 -0700 Subject: [PATCH] Update login.md --- src/login.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/login.md b/src/login.md index 105fc0ca..33b52a53 100644 --- a/src/login.md +++ b/src/login.md @@ -24,11 +24,11 @@ Arguments: Options: --port Port to bind [default: first unbound at or above 8080] --ws-port Kinode internal WebSockets protocol port [default: first unbound at or above 9000] - --tcp-port Kinode internal TCP protocol port [default: first unbound at or above 9000] + --tcp-port Kinode internal TCP protocol port [default: first unbound at or above 10000] --verbosity Verbosity level: higher is more verbose [default: 0] --reveal-ip If set to false, as an indirect node, always use routers to connect to other nodes. --rpc Add a WebSockets RPC URL at boot - --password Node password + --password Node password (in double quotes) -h, --help Print help -V, --version Print version ```