mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-17 13:07:32 +02:00
* 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
32 lines
478 B
INI
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
|