mirror of
https://github.com/LBRYFoundation/lbcwallet.git
synced 2025-08-26 23:13:36 +00:00
Add simple sample configuration file.
This commit is contained in:
parent
8e9e6f6229
commit
b394444b11
1 changed files with 13 additions and 0 deletions
13
sample-btcwallet.conf
Normal file
13
sample-btcwallet.conf
Normal 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
|
Loading…
Add table
Reference in a new issue