Configuring the ATM
💻 Access the ATMs configuration file
nano ~/.lightningATM/config.ini[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 = 2Last updated