./app.py
. Make sure you've run ./app.py
at least once, otherwise this configuration file won't exist.~/.lightningATM/config.ini
nano
. Type in the following to open the file with the nano
editor:cur = eur
cur
defines what fiat currency will be used at your ATM.centname = cent
centname
defines the name of one cent of your base currency (0.01)fee = 2
fee
defines how much fee you charge those who use your ATMCtrl + x
and it will ask you Save modified buffer?
. You can confirm by entering y
(for yes) and hitting Enter
to confirm.