mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-14 12:06:42 +08:00
32 lines
705 B
INI
32 lines
705 B
INI
[bitcoind]
|
|
passwd = blockstacksystem
|
|
regtest = False
|
|
spv_path = /root/.virtualchain-spv-headers.dat
|
|
server = bitcoin.blockstack.com
|
|
p2p_port = 8333
|
|
user = blockstack
|
|
timeout = 300
|
|
port = 8332
|
|
|
|
[blockstack]
|
|
subdomaindb_path = /root/.blockstack-server/subdomains.db
|
|
rpc_port = 6264
|
|
backup_max_age = 288
|
|
enabled = True
|
|
atlasdb_path = /root/.blockstack-server/atlas.db
|
|
atlas_blacklist =
|
|
atlas = True
|
|
backup_frequency = 144
|
|
zonefiles = /root/.blockstack-server/zonefiles
|
|
atlas_port = 6264
|
|
announcers = judecn.id,muneeb.id,shea256.id
|
|
server_version = 0.19.0.0
|
|
atlas_seeds = node.blockstack.org:6264
|
|
|
|
[blockstack-api]
|
|
indexer_url = http://blockstack-core:6264
|
|
api_port = 6270
|
|
enabled = True
|
|
api_host = 0.0.0.0
|
|
|