diff --git a/sample-btcwallet.conf b/sample-btcwallet.conf new file mode 100644 index 0000000..d6c208d --- /dev/null +++ b/sample-btcwallet.conf @@ -0,0 +1,13 @@ +; ------------------------------------------------------------------------------ +; Network settings +; ------------------------------------------------------------------------------ + +; The port used for btcd websocket connections. +; btcdport=8334 + +; Username and password to authenticate to btcd RPC/websocket HTTP server. +; username= +; password= + +; Port to serve websocket connections for wallet frontends. +; serverport=8332