SendMany is an app to remotely connect to your LND node and use it from your phone.
The app is currently still under heavy development and is not recommended for general use. Don't use with Mainnet yet; you might lose your funds.
--accept-keysend
in lnd.conf add the line accept-keysend=1
make tags="signrpc routerrpc"
and make install tags="signrpc routerrpc"
. The official binaries include both.You will need to have access to your:
In case you want to connect using your .onion address you could do it using Orbot (mobile version) and setting your VPN Mode pointing SendMany app. Inside SendMany, instead of adding your IP address, put your .onion address.
SendMany is build using the Flutter-Framework and is currently only tested with Android phones. It should work on iOS without modification.
git clone https://github.com/fusion44/sendmany
flutter run
in the root sendmany folder (make sure you have a phone connected or an emulator running)If you find any issues, please report it through the Github issue tracker. If you are interested in helping push the software forward, you are very welcome to submit ideas to the issue tracker and help by opening pull requests.
See CHANGELOG
See ROADMAP
The easiest way is to connect via LNDConnect. Just scan the QR code and give your node a name.
Twitter: https://twitter.com/fusion44
Gitter: https://gitter.im/sendmany/community
Lightning (testnet): 0295cebc390927dd91272492f49614fb8c4e66a93686e790352eb4a2e0ca62994f@172.81.181.43:9735
MIT - See the LICENSE file.