From e36eef9c8cf5715151fadf054d253944f7fe575c Mon Sep 17 00:00:00 2001 From: Alexander Graebe Date: Fri, 11 Dec 2020 15:28:57 +0000 Subject: [PATCH] docs: fix port typoe Fixes blockstack/docs#961 --- src/pages/start-mining.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/start-mining.md b/src/pages/start-mining.md index 31f09cff..85e242a4 100644 --- a/src/pages/start-mining.md +++ b/src/pages/start-mining.md @@ -113,8 +113,8 @@ mode = "xenon" # if connecting to Krypton, set this to "krypton" peer_host = "127.0.0.1" username = "your-bitcoind-username" password = "your-bitcoind-password" -rpc_port = 18333 -peer_port = 18332 +rpc_port = 18332 +peer_port = 18333 [[mstx_balance]] address = "STB44HYPYAT2BB2QE513NSP81HTMYWBJP02HPGK6" @@ -237,8 +237,8 @@ mode = "xenon" # if connecting to Krypton, set this to "krypton" peer_host = "127.0.0.1" username = "your-bitcoind-username" password = "your-bitcoind-password" -rpc_port = 18333 -peer_port = 18332 +rpc_port = 18332 +peer_port = 18333 [[mstx_balance]] address = "STB44HYPYAT2BB2QE513NSP81HTMYWBJP02HPGK6" @@ -327,8 +327,8 @@ mode = "xenon" # if connecting to Krypton, set this to "krypton" peer_host = "127.0.0.1" username = "your-bitcoind-username" password = "your-bitcoind-password" -rpc_port = 18333 -peer_port = 18332 +rpc_port = 18332 +peer_port = 18333 [[mstx_balance]] address = "STB44HYPYAT2BB2QE513NSP81HTMYWBJP02HPGK6"