squeaknode/docker/config.ini
Jonathan Zernik af0ffca75a
Add peer sync (#214)
* Add peer sync controller class

* Got sync downloader with remote connection working

* Got lookup hashes to download working in sync downloader

* Add peer sync status class

* Check stopped event flag before continuing with download

* Got peer download running in a separate thread for each peer

* Rename peer download class

* Fix get current download in sync status

* Add peer upload thread

* Got peer upload working

* Got peer download working

* Display different message in frontend when squeak is locked

* Change default quota for upload rate limit
2020-08-04 00:54:14 -07:00

32 lines
478 B
INI

[squeaknode]
network=testnet
price=1000
max_squeaks_per_address_per_hour=100
[lnd]
host=lnd
external_host=75.25.138.252
port=9735
rpc_port=10009
tls_cert_path=/root/.lnd/tls.cert
macaroon_path=/root/.lnd/data/chain/bitcoin/testnet/admin.macaroon
[bitcoin]
rpc_host=btcd
rpc_port=18334
rpc_user=devuser
rpc_pass=devpass
[server]
rpc_host=0.0.0.0
rpc_port=8774
[admin]
rpc_host=0.0.0.0
rpc_port=8994
[postgresql]
host=db
database=squeakserver
user=postgres
password=postgres