From 9e55f327912c0e6e25ce5b8aaba89d8a426e8c94 Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Thu, 24 Oct 2013 09:26:06 -0400 Subject: [PATCH] Use testnet ports in example conf. --- sample-btcwallet.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sample-btcwallet.conf b/sample-btcwallet.conf index fb65ba4..73054a0 100644 --- a/sample-btcwallet.conf +++ b/sample-btcwallet.conf @@ -5,11 +5,11 @@ ; ------------------------------------------------------------------------------ ; The port used for btcd websocket connections. -; btcdport=8334 +; btcdport=18334 ; Username and password to authenticate to btcd RPC/websocket HTTP server. ; username= ; password= ; Port to serve websocket connections for wallet frontends. -; serverport=8332 +; serverport=18332