lbcwallet/sample-btcwallet.conf
Josh Rickmar 8669129917 Copy btcd RPC listening behavior.
This change copies the listening behavior of btcd by replacing the
--serverport option with --listen.  By default, btcwallet will only
listen for localhost connections, but with this change it will be
possible to add listeners for remote connections.

This was added due to finding a bug with updateConfigWithActiveParams.
After consulting the btcd source code, the bug was fixed by replacing
the function (as it was no longer needed) when the new listening code
was introduced.

While here, mask out the password flag from being shown in the help
message.
2013-12-05 17:25:36 -05:00

16 lines
490 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=
; Listen for RPC/websocket connections on the following ports/interfaces:
; listen=localhost:18332