lbcwallet/sample-btcwallet.conf
Josh Rickmar 5dbf69d23e Enable TLS support for btcd websocket connections.
This adds an additional config option, -cafile, to specify the root
certificates checked when verifying a btcd TLC connection.  btcd will
now automatically generate certs in
~/.btcd/data/{main,test}net/rpc.cert, and this file should be copied
to ~/.btcwallet/cert.pem.

The -btcdport option is also gone now, and replaced with -connect (or
-c), to specify both the hostname/ip and port of the server running
btcd.
2013-11-19 12:21:54 -05:00

16 lines
470 B
Plaintext

[Application Options]
; ------------------------------------------------------------------------------
; Network settings
; ------------------------------------------------------------------------------
; The server and port used for btcd websocket connections.
; connect=localhost:18334
; Username and password to authenticate to btcd RPC/websocket HTTP server.
; username=
; password=
; Port to serve websocket connections for wallet frontends.
; serverport=18332