mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-17 12:14:33 +08:00
22 lines
453 B
INI
22 lines
453 B
INI
[bitcoind]
|
|
mock = False
|
|
passwd = CHANGEME_PASSWORD
|
|
server = btcd.onename.com
|
|
user = CHANGEME_USERNAME
|
|
port = 8332
|
|
use_https = True
|
|
|
|
[chain_com]
|
|
api_key_secret = CHANGEME_APISECRET
|
|
api_key_id = CHANGEME_APITOKEN
|
|
|
|
[dht]
|
|
disable = True
|
|
port = 6265
|
|
servers = dht.blockstack.org:6265,dht.onename.com:6265,dht.halfmoonlabs.com:6265,127.0.0.1:6265
|
|
|
|
[blockstore]
|
|
announcers = judecn.id,muneeb.id,shea256.id
|
|
testset = False
|
|
max_subsidy = 0
|
|
email = CHANGEME_EMAIL |