5dbf69d23e
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.
15 lines
470 B
Text
15 lines
470 B
Text
[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
|