itns-sidechain/etc/sample.conf

124 lines
1.6 KiB
Text
Raw Normal View History

2016-08-24 07:44:06 -07:00
# Sample bcoin config file (~/.bcoin/bcoin.conf)
2016-07-29 15:40:39 -07:00
2017-01-21 13:56:41 -08:00
#
2016-07-29 15:40:39 -07:00
# Options
2017-01-21 13:56:41 -08:00
#
# network: main
2016-07-29 15:40:39 -07:00
2017-01-21 13:56:41 -08:00
#
2016-07-29 15:40:39 -07:00
# Node
2017-01-21 13:56:41 -08:00
#
2016-08-25 17:14:35 -07:00
prefix: ~/.bcoin
2016-07-29 15:40:39 -07:00
db: leveldb
2016-08-24 07:44:06 -07:00
max-files: 64
2016-12-04 13:59:08 -08:00
cache-size: 100
2016-07-29 15:40:39 -07:00
2017-07-02 16:09:19 -07:00
#
# Workers
#
workers: true
# workers-size: 4
# workers-timeout: 5000
2017-01-21 13:56:41 -08:00
#
2016-08-27 10:25:14 -07:00
# Logger
2017-01-21 13:56:41 -08:00
#
2016-08-27 10:25:14 -07:00
log-level: debug
log-console: true
log-file: true
2017-01-21 13:56:41 -08:00
#
2016-07-29 15:40:39 -07:00
# Chain
2017-01-21 13:56:41 -08:00
#
prune: false
2017-01-23 03:58:47 -08:00
checkpoints: true
2017-07-02 16:09:19 -07:00
coin-cache: 0
entry-cache: 5000
index-tx: false
index-address: false
2016-07-29 15:40:39 -07:00
2017-01-21 13:56:41 -08:00
#
2016-07-29 15:40:39 -07:00
# Mempool
2017-01-21 13:56:41 -08:00
#
2017-02-07 14:02:54 -08:00
mempool-size: 100
2017-01-21 13:56:41 -08:00
limit-free: true
limit-free-relay: 15
reject-absurd-fees: true
replace-by-fee: false
2017-02-28 11:32:32 -08:00
persistent-mempool: false
2016-07-29 15:40:39 -07:00
2017-01-21 13:56:41 -08:00
#
2016-07-29 15:40:39 -07:00
# Pool
2017-01-21 13:56:41 -08:00
#
selfish: false
2016-08-26 01:47:55 -07:00
compact: true
2017-01-23 15:01:55 -08:00
bip37: false
2016-07-29 15:40:39 -07:00
bip151: true
listen: true
max-outbound: 8
max-inbound: 30
2017-01-21 13:56:41 -08:00
2017-01-24 18:25:44 -08:00
# Proxy Server (browser=websockets, node=socks)
# proxy: foo:bar@127.0.0.1:9050
# onion: true
# upnp: true
2017-01-21 13:56:41 -08:00
# 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)
2017-01-23 03:58:47 -08:00
# public-host: 1.2.3.4
2017-01-21 13:56:41 -08:00
# public-port: 8444
# BIP151 AuthDB and Identity Key
bip150: false
2016-08-25 17:14:35 -07:00
identity-key: 74b4147957813b62cc8987f2b711ddb31f8cb46dcbf71502033da66053c8780a
2017-01-21 13:56:41 -08:00
# Always try to connect to these nodes.
2017-01-16 04:28:46 -08:00
# nodes: 127.0.0.1,127.0.0.2
2016-07-29 15:40:39 -07:00
2017-07-02 16:09:19 -07:00
# Only try to connect to these nodes.
# only: 127.0.0.1,127.0.0.2
2017-01-21 13:56:41 -08:00
#
2016-07-29 15:40:39 -07:00
# Miner
2017-01-21 13:56:41 -08:00
#
2016-07-29 15:40:39 -07:00
2017-01-21 13:56:41 -08:00
coinbase-flags: mined by bcoin
# coinbase-address: 1111111111111111111114oLvT2,1111111111111111111114oLvT2
2017-03-07 20:00:33 -08:00
preverify: false
2017-02-28 11:32:32 -08:00
max-block-weight: 4000000
reserved-block-weight: 4000
reserved-block-sigops: 400
2017-01-21 13:56:41 -08:00
#
2016-07-29 15:40:39 -07:00
# HTTP
2017-01-21 13:56:41 -08:00
#
http-host: ::
# http-port: 8332
# ssl: true
2016-08-25 17:14:35 -07:00
# ssl-cert: @/ssl/cert.crt
# ssl-key: @/ssl/priv.key
api-key: bikeshed
2017-01-23 03:58:47 -08:00
# no-auth: false
2017-07-02 16:09:19 -07:00
#
# Wallet
#
wallet-witness: false
wallet-checkpoints: true
wallet-auth: false