Coder Social home page Coder Social logo

kugelblitz's Introduction

Kugelblitz -- Controlling Lightning

Kugelblitz is a simple UI for the c-lightning daemon lightningd and bitcoind.

If you have Docker installed then Kugelblitz is just one docker run away:

sudo docker run -p 19735:19735 cdecker/kugelblitz:latest

This will download the docker image, start bitcoind, lightningd and the kugelblitz UI bound to port 19735. Opening http://localhost:19735 should show you the interface.

Notice that the bitcoind instance is synchronizing with testnet, which may take a few hours. In order not to have to do that all the time (and not losing your hard earned testcoins) we recommend that you use this instead:

mkdir bitcoin lightning; sudo chown -R 1000:1000 bitcoin lightning
sudo docker run -p 19735:19735
	-v `pwd`/bitcoin:/bitcoin
	-v `pwd`/lightning:/lightning
	cdecker/kugelblitz:latest

This will actually persist both the state of lightningd and bitcoind in the local directory.

Once your bitcoind is fully synched with the testnet, you can go ahead and add funds to it. Kugelblitz will show you an address, just copy&paste that into a faucet. Once you have the funds you can go ahead and create channels, and start making transfers.

Don't know what to spend your hard(ly) earned testcoins on? Here are a few ideas:

Just connect to the respective node, get an invoice from the webserver and send the payment.

If you have more funny ways to spend testcoins, let me know.

kugelblitz's People

Contributors

cdecker avatar

Watchers

James Cloos avatar Masashi Nakane avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.