Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.
/ naobanco-bot Public archive

A simple telegram wallet to use with boltcard.

License

Notifications You must be signed in to change notification settings

PraiaBitcoin/naobanco-bot

Repository files navigation

Lnbits Chatbot (Beta)

A simple telegram wallet to use with lnbits.

Donate: ⚡ [email protected]

Resources:

  • 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)

Setup:

  1. Configuring the Bot:
  • Create your bot using @BotFather
  • Type /newbot (Create an @ and a Name for the ChatBot)
  • Take the token that was generated.
  1. 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
  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

About

A simple telegram wallet to use with boltcard.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published