-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsample_wallet.conf
112 lines (87 loc) · 1.49 KB
/
sample_wallet.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
# Sample fcoin config file
#
# Options
#
# network: main
#
# Node
#
prefix: ~/fcoin_litenode
db: leveldb
max-files: 64
cache-size: 100
#
# Workers
#
workers: true
# workers-size: 4
# workers-timeout: 5000
#
# Logger
#
log-level: debug
log-console: true
log-file: true
#
# Chain
#
prune: false
checkpoints: true
entry-cache: 5000
index-tx: false
index-address: false
#
# Mempool
#
mempool-size: 100
limit-free: true
limit-free-relay: 15
reject-absurd-fees: true
replace-by-fee: false
persistent-mempool: false
#
# Pool
#
selfish: false
compact: true
bip37: false
listen: true
max-outbound: 8
max-inbound: 30
# Proxy Server (browser=websockets, node=socks)
# proxy: foo:[email protected]:9050
# onion: true
# upnp: true
# Custom list of DNS seeds
# seeds: seed.bitcoin.sipa.be
# Local Host & Port (to listen on)
host: ::
# port: 8333
# Public Host & Port (to advertise to peers)
# public-host: 1.2.3.4
# public-port: 8444
# Always try to connect to these nodes.
# nodes: 127.0.0.1,127.0.0.2
# Only try to connect to these nodes.
# only: 127.0.0.1,127.0.0.2
#
# Miner
#
coinbase-flags: mined by bcoin
# coinbase-address: 1111111111111111111114oLvT2,1111111111111111111114oLvT2
preverify: false
max-block-weight: 4000000
reserved-block-weight: 4000
reserved-block-sigops: 400
#
# HTTP
#
http-host: 127.0.0.1
http-port: 7315
# ssl: true
# ssl-cert: @/ssl/cert.crt
# ssl-key: @/ssl/priv.key
api-key: fdfb83b2023b850efbd7539c937a63f22519206052c8f5dc16ea25c7b51fd781
# no-auth: false
# cors: false
wallet-auth: false