- Introduction
- How to Use
- Build
- How to Contribute
- References
- License
This is an experimenting lightning wallet. Use it on testnet or only with amounts you can afford to lose on mainnet.
Touch the lamp to download and run c-lightning from cross-compiled binaries for Android are available here.
This is the default behaviour.
Lamp is using the C Esplora plugin for C-lightning as the Bitcoin backend of the lightning node (to fetch chain/blocks/transactions information and send transactions).
You can point it to your own Esplora instance in the settings, and it uses blockstream.info by default.
On Lamp settings, disable Esplora plugin and set the current Bitcoin RPC options:
- Bitcoin RPC username
- Bitcoin RPC password
- Bitcoin RPC host (default 127.0.0.1)
- Bitcoin RPC port (default 18332 for testnet)
Lamp is using tor hidden service as default. A new hidden service will be created at the first running time.
Open Orbot and setup a fixed tor address by menu: Onion Services -> Hosted Services -> set a service name and port 9735. Restarting tor to discover and copy the local address.
On Lamp settings, enable proxy using orbot localhost gateway:
- proxy: 127.0.0.1:9050
- announce address: tor_address
- bind address: 127.0.0.1:9735
Read the following instructions at Tor on clightning to setup address on different network scenario.
Just propose new stuff to add or bug fixing with a new PR.
We live in a world where robots can drive a car, so we shouldn't just write code, we should write elegant code.
This repository use ktlint to maintains the code of the repository elegant, so before submit the code check the Kotlin format with the following command on the root of the directory
./gradlew formatKotlin
- ABCore Android Bitcoin Core wallet
- bitcoin_ndk ndk build of bitcoin core and knots
- clightning_ndk android cross-compilation of c-lightning for Android >= 24 Api
- c-lightning Lightning Network implementation in C
- esplora plugin C-Lightning plugin for esplora
c-lightning Android Mobile Porting
Copyright (c) 2019-2021 Luca Vaccaro
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.