forked from wildone/btcgui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample-btcgui.conf
40 lines (30 loc) · 1.31 KB
/
sample-btcgui.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[Application Options]
; ------------------------------------------------------------------------------
; Bitcoin network
; ------------------------------------------------------------------------------
; Run btcgui in mainnet mode (changes default btcwallet connect port and
; validates send-to addresses match the desired bitcoin network). This cannot
; be used with simnet=1.
; mainnet = 0
; Run btcgui in simnet mode (changes default btcwallet connect port and
; validates send-to addresses match the desired bitcoin network). This cannot
; be used with mainnet=1.
; simnet = 0
; ------------------------------------------------------------------------------
; Authentication settings
; ------------------------------------------------------------------------------
; Username and password to authenticate to btcd RPC/websocket HTTP server.
; username=
; password=
; Location of btcwallet RPC TLS certificate.
; cafile=~/.btcgui/btcwallet.cert
; ------------------------------------------------------------------------------
; Network settings
; ------------------------------------------------------------------------------
; The server and port used for btcwallet websocket connections.
; rpcconnect=localhost:18334
; SOCKS5 proxy ip and port.
; proxy=
; Username and password for proxy server.
; proxyuser=
; proxypass=