lightning-dev-site
lightning-dev-site copied to clipboard
Lightning Network Daemon Developer Site
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.5.1 to 2.8.1. Changelog Sourced from addressable's changelog. Addressable 2.8.1 refactor Addressable::URI.normalize_path to address linter offenses (#430) remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY regex (#438) update gemspec to...
Received emails that the Lightning Conductor service is no longer operational. Apparently there are "dozens of complaints across different social media sites," we were asked to "please remove so others...
Bumps [ffi](https://github.com/ffi/ffi) from 1.9.18 to 1.12.2. Changelog *Sourced from [ffi's changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md).* > 1.12.2 / 2020-02-01 > ------------------- > > * Fix possible segfault at FFI::Struct#[] and []= after GC.compact ....
On Ubuntu 16.04.4 the ```make && make install``` did not create btcctl. The following steps may need to be taken: ``` $ cd $GOPATH/src/github.com/btcsuite/btcd $ git pull $ GO111MODULE=on go...
Bumps [jekyll](https://github.com/jekyll/jekyll) from 3.5.0 to 3.6.3. Release notes *Sourced from [jekyll's releases](https://github.com/jekyll/jekyll/releases).* > ## v3.6.2 > ### Development Fixes > > * Update Rubocop to 0.51.0 ([#6444](https://github-redirect.dependabot.com/jekyll/jekyll/issues/6444)) > * Add...
https://github.com/lightninglabs/lightning-dev-site/blob/master/tutorial/01-lncli.md At the end there is link to stage 2 that is broken.
Using ubuntu16.04. virtual_env version = 15.1.0. The setup instructions all seemed to install fine with no warnings. When i try to login to the webpage it fails. I signed the...
changed the macaroon path in the tutorial from `--macaroonpath=data/admin.macaroon` to `--macaroonpath=data/chain/bitcoin/simnet/admin.macaroon` This PR intends to close #53 . A deeper explanation of the issue is described in the issue description(https://github.com/lightninglabs/lightning-dev-site/issues/53).
“peerport” does not seem to be, or no longer is, an argument you could pass to lnd. To avoid confusion and stay consistent just continue using “listen.”