All Projects → benharold → Voltage

benharold / Voltage

Licence: bsd-3-clause
Voltage is a macOS GUI for c-lightning

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Voltage

Polar
One-click Bitcoin Lightning networks for local app development & testing
Stars: ✭ 265 (+1004.17%)
Mutual labels:  bitcoin, lightning-network
Node Launcher
Easiest Bitcoin Lightning desktop app, for Windows, macOS, and Linux
Stars: ✭ 319 (+1229.17%)
Mutual labels:  bitcoin, lightning-network
Cyphernode
Modular Bitcoin full-node microservices API server architecture and utilities toolkit to build scalable, secure and featureful apps and services without trusted third parties
Stars: ✭ 273 (+1037.5%)
Mutual labels:  bitcoin, lightning-network
Spark Wallet
⚡️ A minimalistic wallet GUI for c-lightning, accessible over the web or through mobile and desktop apps.
Stars: ✭ 215 (+795.83%)
Mutual labels:  bitcoin, lightning-network
Umbrel
A personal Bitcoin and Lightning node designed for everyone
Stars: ✭ 508 (+2016.67%)
Mutual labels:  bitcoin, lightning-network
Breezmobile
Lightning Network mobile client
Stars: ✭ 225 (+837.5%)
Mutual labels:  bitcoin, lightning-network
Joule Extension
Lightning payments extension for Chrome
Stars: ✭ 303 (+1162.5%)
Mutual labels:  bitcoin, lightning-network
Lncli Web
Light-weight web client for the lnd daemon written in NodeJS / Angular.
Stars: ✭ 181 (+654.17%)
Mutual labels:  bitcoin, lightning-network
Electrum
Electrum Bitcoin Wallet
Stars: ✭ 5,353 (+22204.17%)
Mutual labels:  bitcoin, lightning-network
Mixin
🚀 the Mixin TEE-BFT-DAG network reference implementation
Stars: ✭ 351 (+1362.5%)
Mutual labels:  bitcoin, lightning-network
Bitcoin S
Bitcoin Implementation in Scala
Stars: ✭ 206 (+758.33%)
Mutual labels:  bitcoin, lightning-network
Neutrino
Privacy-Preserving Bitcoin Light Client
Stars: ✭ 564 (+2250%)
Mutual labels:  bitcoin, lightning-network
Lndhub
Wrapper for Lightning Network Daemon. It provides separate accounts and trust minimization for end users
Stars: ✭ 203 (+745.83%)
Mutual labels:  bitcoin, lightning-network
Eclair Mobile
An Android wallet for the Lightning Network
Stars: ✭ 231 (+862.5%)
Mutual labels:  bitcoin, lightning-network
Ln Service
Node.js interface to LND
Stars: ✭ 191 (+695.83%)
Mutual labels:  bitcoin, lightning-network
Lightning Onion
Onion Routed Micropayments for the Lightning Network
Stars: ✭ 297 (+1137.5%)
Mutual labels:  bitcoin, lightning-network
Spec
[OLD!] RGB Protocol specifications for Bitcoin-based digital assets
Stars: ✭ 145 (+504.17%)
Mutual labels:  bitcoin, lightning-network
Zeus
A mobile Bitcoin/Lightning app for lnd, c-lightning, and Eclair node operators ⚡️
Stars: ✭ 175 (+629.17%)
Mutual labels:  bitcoin, lightning-network
Rtl
Ride The Lightning - A full function web browser app for LND, C-Lightning and Eclair
Stars: ✭ 349 (+1354.17%)
Mutual labels:  bitcoin, lightning-network
Lnd
Lightning Network Daemon ⚡️
Stars: ✭ 5,623 (+23329.17%)
Mutual labels:  bitcoin, lightning-network

Voltage

The only wallet with a HODL button.

Voltage is a GUI for c-lightning on macOS.

If you've got a c-lightning node and a Mac, then this project might be of remote interest to you!

Current Status

Right now Voltage has six tabs:

  • Money - Send and receieve on-chain Bitcoin, create and pay lightning invoices
  • Invoices - Corresponds to lightning-cli listinvoices
  • Payments - Corresponds to lightning-cli listpayments
  • Peers - Corresponds to lightning-cli listpeers
  • Channels - Corresponds to lightning-cli listchannels
  • Info - Corresponds to lightning-cli getinfo

Please be aware that there are no confirmations when you receive testnet Bitcoin. Just hit the reload button after the next block is found and your balances will be updated.

Short Term Goals

  • [X] Receive on-chain payments
  • [X] Send on-chain payments
  • [ ] Open lightning channels
  • [ ] Close lightning channels
  • [X] Create lightning invoices
  • [X] Pay lightning invoices
  • [X] Make all of the lists sortable
  • [ ] Integrate CoreBitcoin
  • [X] Getinfo from the "About Voltage" menu item maybe?
  • [X] Make RPC calls in a background thread
  • [X] Use NotificationCenter to handle RPC errors
  • [ ] Pre-load all tables when application launches (meh)
  • [X] Pre-load receiving address for "Get Money" button
  • [ ] Validate lightning invoices
  • [ ] Use a single socket instance for all RPC calls bad idea
  • [ ] Remove Faker as a dependency in the Voltage target. It should only be required in tests.
  • [ ] Figure out code signing
  • [ ] Store transaction data locally (meh)

Usage

Local

Voltage requires an active c-lightning node. If you are running c-lightning on your Mac, the default settings should work for you.

If you are using a non-standard data directory for c-lightning, you can use the preferences pane to change the socket path.

Remote

If you're like me and you don't have bitcoind and/or c-lightning on your laptop, fret not! c-lightning can be operated remotely over an SSH tunnel.

If you have public key authentication setup between your local machine and your remote c-lightning server, you can configure Voltage to connect to your remote node. Just go to "Voltage" -> "Preferences..." and click on "Remote". Then enter the necessary information and hit "Test Connection."

There are still some bugs to work out. If you have problems, just setup an ssh tunnel to your node's socket manually.

The following command will tunnel to the socket located at /home/user/.lightning/lightning-rpc on your remote machine and link to a new socket on your local machine at ~/.lightning/lightning-rpc:

ssh -NL ~/.lightning/lightning-rpc:/home/user/.lightning/lightning-rpc [email protected]

Once you've established the socket, Voltage should work. If you setup the socket in a location other than ~/.lightning/lightning-rpc you'll need to update the "Socket Path" setting in the preferences pane.

Errors

Common errors include:

Error code: -9988(0x-2704), No such file or directory

The path to the c-lightning socket as defined in Preferences does not lead to a file.

Error code: -9988(0x-2704), Connection refused

Voltage found the socket, but the connection was refused. This usually happens if you are using an ssh tunnel to connect to c-lightning and the session gets disconnected.

Voltage.SocketError.no_response

The RPC query was sent, but zero bytes of data came back over the wire. Check to make sure c-lightning is running.

SSH Tunnell Error

channel 1: open failed: connect failed: open failed - double check your "Remote Socket Path"

Contributing

Pull requests are welcome! Criticism encouraged!

License

BSD 3-Clause

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].