forked from 21isenough/LightningATM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample_config.ini
54 lines (44 loc) · 1.48 KB
/
example_config.ini
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
[atm]
# Set your fiat currency with the three letter
# currency code (https://www.xe.com/symbols.php)
cur = eur
# Define what a cent is called in the currency
# of your choice for price display (singular).
centname = cent
# Set the Fee in %
fee = 2
# dangermode=on will save lnd Macaroon and lntxbot credential to this config file
# dangermode=off will wipe any saved credentials and require them to be entered each
# time the ATM starts
dangermode = on
# Define what screen you are using with the ATM
# Current options are:
# display = papiruszero2in
# display = waveshare2in13
display = papiruszero2in
# Automatically set during initial setup to LND or LNTXBOT
# Current options are:
# activewallet = btcpay_lnd
# activewallet = lntxbot
activewallet =
# By default, the ATM only makes payouts when the button is pressed.
# If you set this value higher than 0, it will automatically start
# a payout after the specified amount of seconds have passed
payoutdelay = 0
[lnurl]
# Be aware of the privacy implications when communicating over a third party server
# Make use of the LNURLProxyAPI (https://github.com/21isenough/LNURLProxyAPI)
# Set this variable to active, to activate LNURLProxyAPI
lnurlproxy = inactive
# Use your own LNURLProxyAPI by replacing the following URL
# Default is the publicly accessible API by @21isneough
lnurlproxyurl = https://api.lightningatm.me/v1/lnurl
[btcpay]
url =
[lnd]
# HEX encoded LND macaroon
macaroon =
[lntxbot]
# base64 encoded lntxbot api credentials
url =
creds =