mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-16 12:06:43 +08:00
40 lines
922 B
INI
40 lines
922 B
INI
[blockstack-client]
|
|
protocol = http
|
|
api_endpoint_host = 0.0.0.0
|
|
poll_interval = 300
|
|
api_endpoint_port = 6270
|
|
api_password = dummywalletpassword
|
|
metadata = metadata
|
|
server = blockstack-core
|
|
email =
|
|
api_endpoint_bind = 0.0.0.0
|
|
blockchain_writer = blockstack_utxo
|
|
queue_path = /root/.blockstack/queues.db
|
|
storage_drivers = disk,http,dht
|
|
blockchain_reader = blockstack_utxo
|
|
client_version = 0.17.0.16
|
|
storage_drivers_required_write = disk,dropbox
|
|
port = 6264
|
|
anonymous_statistics = True
|
|
|
|
[blockchain-reader]
|
|
url = https://utxo.blockstack.org
|
|
utxo_provider = blockstack_utxo
|
|
|
|
[subdomain-resolution]
|
|
subdomains_db = /root/.blockstack/subdomains.db
|
|
|
|
[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
|
|
|
|
[blockchain-writer]
|
|
url = https://utxo.blockstack.org
|
|
utxo_provider = blockstack_utxo
|