forked from decred/dcrstakepool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample-dcrwallet.conf
31 lines (24 loc) · 915 Bytes
/
sample-dcrwallet.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
; Derive 10000 addresses from the specified extended public key for use
; as user's payment addresses to the cold wallet/fee collecting wallet.
; xpub portion needs to match coldwalletextpub from dcrstakepool configuration.
; The amount of addresses MUST be set to 10000. This limitation will be removed
; in a future release.
;stakepoolcoldextkey=xpub:10000
; Fees as a percentage. 7.5 = 7.5%. Precision of 2, 7.99 = 7.99%.
; Needs to match dcrstakepool's configuration.
;poolfees=7.5
; Probably need this but depends on your setup.
;rpclisten=0.0.0.0
; Debug is very useful to see more activity.
debuglevel=debug
; stakepoold will do the voting, dcrwallet should not vote.
enablevoting=0
; Useful to make sure the wallet is unlocked at startup.
promptpass=1
; Stay on testnet until everything is well tested.
testnet=1
; RPC auth stuff.
;username=user
;password=pass
;dcrdusername=user
;dcrdpassword=pass