LNC is a lightning network capital management tool built for routing nodes.

LNC - LN.Capital

⚠ī¸ This is alpha software and should not yet be used in production ⚠ī¸

LNC is a lightning network capital management tool built for routing nodes. The ultimate goal is to create a set of tools that combine node & channel introspection, capital management and network analysis accross a set of tools that simplifies the task of operating a routing node. This goal might change, based on input from the community.

If you want to contribute to this project, feel free to join the Telegram group, fork this repo or submit a feature request.

Roadmap

This is a hight level overview of possible future features. Feel free to suggest new features.

  • HTLC stream and store to database from LND
  • Combine transaction, channel, fee and htlc data
  • Create profit and loss overview.
  • Channel categorization and grouping
  • Fee logic/rules
  • Rebalancing logic/rules
  • A rest API
  • Command line interface
  • Visual interface (Webinterface)
  • Add support for c-lightning

Install

git clone https://github.com/lncapital/lnc.git
cd lnc
go install ./cmd/lnc

Database

Additional requirements:

Create database

Enter postgresql cli (using psql) and create the database:

CREATE USER lnc WITH CREATEDB AND PASSWORD '
   
    '
   ;
CREATE DATABASE lnc WITH OWNER lnc;
quit;

Make sure you are in the root directory of lnc. Then migrate up the database:

@localhost:5432/lnc?sslmode=disable" --path ./migrations up ">
psql
migrate --database "postgres://lnc:
   
    @localhost:5432/lnc?sslmode=disable
    "
    --path ./migrations up

Developer

Requirements outside of go mod

Similar Resources

SwipeChain is a decentralised liquidity network built with CosmosSDK.

SwipeChain is a CosmosSDK-powered replicated state machine to coordinate asset movement for ASGARDEX, including processing swaps, stakes and more. SwipeChain does not peg assets, it simply determines how to move them.

Jul 2, 2022

🌐 (Web 3.0) Pastebin built on IPFS, securely served by Distributed Web and Edge Network.

🌐 (Web 3.0) Pastebin built on IPFS, securely served by Distributed Web and Edge Network.

pastebin-ipfs įŽ€äŊ“中文 (IPFS Archivists) Still in development, Pull Requests are welcomed. Pastebin built on IPFS, securely served by Distributed Web and

Jan 1, 2023

DeSo is a blockchain built from the ground up to support a fully-featured social network

DeSo is a blockchain built from the ground up to support a fully-featured social network. Its architecture is similar to Bitcoin, only it supports complex social network data like profiles, posts, follows, creator coin transactions, and more.

Dec 22, 2022

Go built-in package network address wrapper.

osnet Go built-in package network address wrapper. Installation go get -u github.com/coolstina/osnet functions IsIP: Check whether the IP address is r

Jan 10, 2022

Package socket provides a low-level network connection type which integrates with Go's runtime network poller to provide asynchronous I/O and deadline support. MIT Licensed.

socket Package socket provides a low-level network connection type which integrates with Go's runtime network poller to provide asynchronous I/O and d

Dec 14, 2022

Magma is an open-source software platform that gives network operators an open, flexible and extendable mobile core network solution.

Magma is an open-source software platform that gives network operators an open, flexible and extendable mobile core network solution.

Connecting the Next Billion People Magma is an open-source software platform that gives network operators an open, flexible and extendable mobile core

Dec 31, 2022

Optimize Windows's network/NIC driver settings for NewTek's NDI(Network-Device-Interface).

windows-ndi-optimizer[WIP] Optimize Windows's network/NIC driver settings for NewTek's NDI(Network-Device-Interface). How it works This is batchfile d

Apr 15, 2022

A simple network analyzer that capture http network traffic

A simple network analyzer that capture http network traffic

httpcap A simple network analyzer that captures http network traffic. support Windows/MacOS/Linux/OpenWrt(x64) https only capture clienthello colorful

Oct 25, 2022

Zero Trust Network Communication Sentinel provides peer-to-peer, multi-protocol, automatic networking, cross-CDN and other features for network communication.

Zero Trust Network Communication Sentinel provides peer-to-peer, multi-protocol, automatic networking, cross-CDN and other features for network communication.

Thank you for your interest in ZASentinel ZASentinel helps organizations improve information security by providing a better and simpler way to protect

Nov 1, 2022
Related tags
A LoRaWAN nodes' and network simulator that works with a real LoRaWAN environment (such as Chirpstack) and equipped with a web interface for real-time interaction.
A LoRaWAN nodes' and network simulator that works with a real LoRaWAN environment (such as Chirpstack) and equipped with a web interface for real-time interaction.

LWN Simulator A LoRaWAN nodes' simulator to simulate a LoRaWAN Network. Table of Contents General Info Requirements Installation General Info LWN Simu

Nov 20, 2022
🌌 A libp2p DHT crawler that gathers information about running nodes in the network.
🌌 A libp2p DHT crawler that gathers information about running nodes in the network.

A libp2p DHT crawler that gathers information about running nodes in the network. The crawler runs every 30 minutes by connecting to the standard DHT bootstrap nodes and then recursively following all entries in the k-buckets until all peers have been visited.

Dec 27, 2022
Yet another TCP Port Scanner, but lightning faster.

Fast TCP Port Scanner A highly concurrent TCP port scanner. Run Tests with Code Coverage (Linux) go test -cover Compile (Linux) go build -v -o fglps R

Jul 23, 2022
Serverless Lightning Address server

Addressless Put a Lightning Address "server" on a serverless host like Vercel. The code is heavily borrowed from satdress, minus the federated part. T

Aug 29, 2022
⚡ đŸ–Ĩī¸ 👾 Host your own Lightning Address on LND

⚡ ??ī¸ ?? Host your own Lightning Address on LND Lighting Wallets like BlueWallet, Blixt and many more allow us to send sats to Lighting Addresses like

Dec 22, 2022
SplitVPN - Split Internet and VPN routing

SplitVPN - Split Internet and VPN routing

Jul 15, 2022
Baseledger core consensus for running validator, full and seed nodes

baseledger-core Baseledger core consensus client for running a validator, full or seed node. ⚠ī¸ WARNING: this code has not been audited and is not rea

Jan 13, 2022
Go library providing an abstraction to Ethereum execution nodes

go-execution-client Go library providing an abstraction to Ethereum execution nodes. Its external API follows the official Ethereum consensus APIs spe

Aug 12, 2022
CoreDNS plugin to create records for Kubernetes nodes.

kubenodes Name kubenodes - creates records for Kubernetes nodes. Description kubenodes watches the Kubernetes API and synthesizes A, AAAA, and PTR rec

Jul 7, 2022
gNXI Tools - gRPC Network Management/Operations Interface Tools

gNxI Tools gNMI - gRPC Network Management Interface gNOI - gRPC Network Operations Interface A collection of tools for Network Management that use the

Dec 15, 2022