Add simple sample configuration file.

This commit is contained in:
Josh Rickmar 2013-10-04 09:01:04 -04:00
parent 8e9e6f6229
commit b394444b11

13
sample-btcwallet.conf Normal file
View file

@ -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