LightningATM icon indicating copy to clipboard operation
LightningATM copied to clipboard

This ATM sends bitcoin over the Lightning Network - pretty fun.

Results 25 LightningATM issues
Sort by recently updated
recently updated
newest added

1. Create a bot using https://t.me/botfather , enter the key in config 2. Figure out your own Telegram user ID, you can ask https://t.me/lightningwatchbot for a /referral , the code...

Cud be kind of cool to add a coin recycler to get it two way operation. Something like this. https://www.alibaba.com/product-detail/Coin-recycler-CF7000-Coin-Payout-5_62594436162.html

…erating a QR-code Line 74 old: if config.conf["atm"]["activewallet"] == "btcpay_lnd": changed into new: if config.conf["atm"]["activewallet"] == "btcpay_lnd" and config.FIAT != 0: AND Line 87 old: elif config.conf["atm"]["activewallet"] == "lntxbot": changed...

So was thinking this might be a great way to get some more use of this. Add a few buttons with pre set recipient. That way you cud set one...

enhancement

**Actual Behavior:** Currently the bitcoin price is fetched once the first coin has been inserted. **Expected Behavior:** Might gain some response time if the price is fetched in a regular...

**Actual Behavior:** Currently the LightningATM works with **two** different wallets; LND through a BTCPayServer setup (lndrest.py) and Lntxbot (lntxbot.py). **Expected Behavior:** More wallets and Lightning Node implementations should be supported...

hackathon

**Actual Behavior:** Currently we can only access different functions on the ATM with "multiple button presses" (e.g. button 3 times pressed, starts the Lntxbot scanning process). **Expected Behavior:** There shall...

hackathon

**Actual Behavior:** Each of 6 different coins sends a certain amount of pulses to the RaspberryPi, that are then registered on a GPIO pin. A variable is set to the...

hackathon

**Actual Behavior:** Papirus screen size variable is only checked for presence but not for correct size. **Expected Behavior:** Add evaluation for 2" E-Ink size https://github.com/21isenough/LightningATM/blob/8f81224948e17a36a00d65396a0204c84316f767/utils.py#L23

**Actual Behavior:** Currently the LightningATM works only with one screen - PaPiRus Zero - ePaper / eInk Screen (display.py). It is hard to procure and expensive. **Expected Behavior:** The ATM...

hackathon