A simple telegram wallet to use with lnbits.
Donate: ⚡ [email protected]
- Import Lnbits wallet via QRCode
- Basic wallet resources (Balance, Transactions, Receive, Pay)
- Lightning Address support
- Watch Only Bitcoin Address (Onchain)
- Recharge via LNURLw
- Send funds to a bitcoin address (Onchain)
- Configuring the Bot:
- Create your bot using @BotFather
- Type /newbot (Create an @ and a Name for the ChatBot)
- Take the token that was generated.
- Configuration bitcoin.conf:
- Edit the file using nano ~/.bitcoin/bitcoin.conf and configure the file and restart the bitcoind.
server=1
rpcauth=username:password
zmqpubrawtx=tcp://0.0.0.0:28333
rpcbind=0.0.0.0
rpcallowip=0.0.0.0/0
rpcport=8332
listen=1
- Install the bot and configure with few commands.
$ git clone https://github.com/leffw/lnbits-chatbot
$ cd ./lnbits-chatbot
$ chmod +x autopilote.sh
$ chmod +x start.sh
$ ./autopilote.sh
$ ./start.sh