-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.ini.example
66 lines (53 loc) · 1.6 KB
/
config.ini.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# rename file to config.ini. No 'highcomma' or "quotation marks"
[credentials]
#Amboss API Key
amboss_authorization =
#LNDg username+pwd from lndg/data/lndg-admin.txt
lndg_username =
lndg_password =
[lndg]
lndg_api_url = http://localhost:8889
[pubkey]
#Add Pubkeys you want to ignore in automated LNDg updates, comma-separated for adding multiple pubkeys.
base_fee_ignore = pubkey1,pubkey2,pubkey3
#Add Pubkeys you want to auto-reject when Magma channel-buy orders are coming in
banned_magma_pubkeys = pubkey1,pubkey2,pubkey3
[no-swapout]
#Add Pubkeys you want to filter out for swapout outputs, comma-separated for adding multiple pubkeys.
swapout_blacklist =
[paths]
# set your paths in case you cron-job it: $ whereis lncli & whereis pscli
lncli_path = /usr/local/bin/lncli
pscli_path = /usr/local/bin/pscli
[telegram]
chat_id =
magma_bot_token =
peerswap_bot_token =
telegram_user_id =
lnbits_bot_token =
[info]
node =
[system]
full_path_bos = /usr/bin/bos
BCK_SOURCE_PATH = /home/elements/.elements/liquidv1/wallets
BCK_DEST_PATH = /mnt/backup/liquid
path_command = /usr/local/bin/
[urls]
mempool_tx = https://mempool.space/tx/
liquid_tx = https://liquid.network/tx/
[parameters]
fee_updated_hours_ago = 3
capped_ceiling = 3100
## LNBits Pocket Money Settings
[LNBits]
# http:// for localhost or https:// for your external domain
base_url = https://yourdomain.com/api/v1
# admin key for the main LNBits wallet (parent wallet)
admin_key = admin_key_1
[Schedule]
# Options: daily, weekly
recurrence = weekly
# Time of day to run the transfer
time = 09:00
# Only used if recurrence is weekly
day_of_week = friday