https://github.com/mizukisonoko/lndhub-go
go implement of https://github.com/BlueWallet/LndHub
https://github.com/mizukisonoko/lndhub-go
lightning-network lnd
Last synced: 3 months ago
JSON representation
go implement of https://github.com/BlueWallet/LndHub
- Host: GitHub
- URL: https://github.com/mizukisonoko/lndhub-go
- Owner: MizukiSonoko
- Created: 2019-01-07T04:05:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-08T01:59:10.000Z (almost 6 years ago)
- Last Synced: 2025-01-15T06:53:13.215Z (5 months ago)
- Topics: lightning-network, lnd
- Language: Go
- Homepage:
- Size: 5.11 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lndate
A sandbox project about lnd client
# Environments
```
macOS v10.14.2
go version go1.11.2 darwin/amd64
btcd version 0.12.0-beta
lnd version 0.5.1-beta commit=v0.5.1-beta-74-gc9a5593a6468bdc06e0af3792017e0c798a5b37b-dirty
```# How to use
1) run lnd in background
```sh
$ btcd --txindex --simnet --rpcuser=sonokko --rpcpass=1qazxsw23edcvfr4
$ lnd --rpclisten=localhost:10009 --listen=localhost:10011 --restlisten=localhost:8001 --datadir=data --debuglevel=info --bitcoin.simnet --bitcoin.active --bitcoin.node=btcd --btcd.rpcuser=sonokko --btcd.rpcpass=1qazxsw23edcvfr4 --no-macaroons
```2) Run
```
$ go run main.go
```