2
0
mirror of https://github.com/lnbook/lnbook synced 2024-11-15 00:15:05 +00:00
Commit Graph

65 Commits

Author SHA1 Message Date
Andreas M. Antonopoulos
0bd00edf8c Remove versions from lngraph requirements 2021-09-17 15:26:58 +02:00
Andreas M. Antonopoulos
f94fe3fd93 Docker example fixes, upgrades and ch4 text edits
The docker containers have been improved and updated. The payment demo script can be rerun and is resilient to errors and delays. The docker mini-tutotial and installation instructions have been moved to a new appendix
2021-09-12 16:12:43 +02:00
Andreas M. Antonopoulos
f545977c68
Merge pull request #837 from cdecker/cl-fix
Update the c-lightning installation instructions and make things a bit more stable
2021-09-05 05:24:41 -05:00
Andreas M. Antonopoulos
d4dcb4ae5e
Update requirements.txt
Address security vulnerability identified in Jupyter Notebook < 6.4.1 by Dependabot
2021-08-27 03:16:47 -05:00
Christian Decker
b951cfa970 cl: Use bitcoin-cli to fund the wallet
Simpler than using curl+json and have to add the wallet argument.
2021-08-25 21:23:16 +02:00
Christian Decker
28fe6cbcde bitcoind: Use loadwallet when restarting
When restarting a docker-compose set of containers we might already
have created the wallet, so load it instead.
2021-08-25 21:23:16 +02:00
Christian Decker
c2c2d89569 bitcoind: Use -rpcwait to wait for bitcoind startup 2021-08-25 21:23:16 +02:00
Christian Decker
08a1996471 cl: Use the reproducibly built release instead of the PPA
Also allows us to verify the integrity of the release :-)
2021-08-25 21:23:16 +02:00
Andreas M. Antonopoulos
e06aa4c176 lngraph.py dependencies 2021-08-03 13:31:29 +02:00
Andreas M. Antonopoulos
66802cadaf Channel graph construction 2021-08-03 13:31:29 +02:00
keblek
8c4923a01c
Changed comment, wrong implementation
Refers to LND, should be c-lightning
2021-02-21 21:30:02 +01:00
keblek
32b3480e42
Deleting doughnut economy 2021-02-18 12:19:12 +01:00
Matthias Debernardini
5815a8c865 Renaming files, deleting comments 2021-02-09 12:03:22 +01:00
Matthias Debernardini
1b8f94e6b4 Adding docker example for payment round robin 2021-02-09 11:47:11 +01:00
keblek
68504ea511
Removed another unnecessary command line argument 2021-02-09 00:42:41 +01:00
keblek
d482f18ef6
Removed unnecessary command line argument 2021-02-09 00:42:13 +01:00
keblek
821aa636fc
Bump clightning to 9.3 2021-02-09 00:41:22 +01:00
Andreas M. Antonopoulos
0ab75213d5
Merge pull request #633 from keblek/develop
Bump Bitcoin Core to latest version
2021-02-08 16:42:24 -06:00
Andreas M. Antonopoulos
e2b92b092d
Merge pull request #632 from keblek/patch-7
Added script that fends and prints the versions
2021-02-08 16:41:03 -06:00
Andreas M. Antonopoulos
40835e9d7b Renaming in scripts, image filename and other 2021-02-08 16:28:18 -06:00
Andreas M. Antonopoulos
ccb7b14771 Changing story/example names throughout 2021-02-08 16:22:58 -06:00
keblek
1eda63e2d5
Bump core version to 0.21 2021-02-08 13:54:55 +01:00
keblek
f328767f06
Added rpc call so the new wallet plays nice
Core 21 doesn't create a new wallet by default anymore
2021-02-08 13:54:09 +01:00
keblek
b7e86db8bd
Added script that fends and prints the versions
Given the fast rate of change many users will be changing and experimenting with different versions of the nodes.

This is a small script to help an unfamiliar new user find and see the variables that affect the versioning.
2021-02-08 13:50:22 +01:00
keblek
2f80b05d22
Added -r option to jq to strip quotes
The manual way for stripping quotes from a json reply is messy and gets in the way, jq has a built in tool `-r` to do this.

Aligned the echo commands so its a bit more tidy
2021-02-07 18:19:40 +01:00
Andreas M. Antonopoulos
7f9206a0aa
Merge pull request #566 from bitcoincoretech/issue_549b
Issue 549b
2020-12-11 10:14:18 -06:00
Vlad Stan
ebf409e0e0 #549 always restart containers 2020-12-11 17:52:25 +02:00
Vlad Stan
37e068de4a #5 update lnd version 2020-12-11 17:51:51 +02:00
Vlad Stan
52cb91bd44 #549 replace deprecated property
see https://github.com/ACINQ/eclair/issues/1505
2020-12-11 17:51:30 +02:00
Vlad Stan
060be23df1 #549 update eclair to latest version & commit 2020-12-11 17:50:53 +02:00
Vlad Stan
0c27defb00 #549 update lightningd to use a specific version 2020-12-11 17:50:27 +02:00
TS
d1ea754ed5 adds touch to /eclair/eclair.log so Wei doesn't fail 2020-11-28 09:45:30 +01:00
Andreas M. Antonopoulos
d74ab8293c
Merge pull request #319 from vnprc/develop
code, spelling and grammar fixes for node_client chapter
2020-07-28 09:37:56 -04:00
Trigger
655b3acca8 Update ubuntu LTS to 20.04 2020-07-24 22:24:18 +02:00
evan
c213590a1d run jq on docker instance using bash -c args 2020-07-10 13:39:37 -04:00
Andreas M. Antonopoulos
dda03ffa54 Chapter ready for review: node_client.asciidoc
Finished chapter by demonstrating a whole Lightning network with diverse nodes using docker-compose. Added exercises for the reader. Ready for review!
2020-06-27 10:54:28 -04:00
Andreas M. Antonopoulos
f8e6a63190 typo 2020-06-19 10:38:36 -04:00
Andreas M. Antonopoulos
8ec2d630a0 Makefile to build and push docker images to docker hub 2020-06-19 10:19:34 -04:00
Andreas M. Antonopoulos
9ec58a1504 Moved setup-channels and added delay 2020-06-19 10:19:12 -04:00
Andreas M. Antonopoulos
fdd63a661c Moved docker-compose to docker directory 2020-06-19 10:18:37 -04:00
Andreas M. Antonopoulos
b090055f9b Removed devenv docker 2020-06-19 09:04:19 -04:00
Andreas M. Antonopoulos
744ad752c3 Fixes #273 2020-06-18 17:22:44 -04:00
Andreas M. Antonopoulos
f0bf7aeed3 Alice to Gloria channels, invoice and payment setup
It works!
2020-06-18 15:46:04 -04:00
Andreas M. Antonopoulos
500eb00bbe Fix max-fee-rate-mismatch for eclair 2020-06-18 15:45:32 -04:00
Andreas M. Antonopoulos
6f25921336 Docker (wait-for-bitcoind) and docker-compose fixes
Sequencing of containers now works.
2020-06-18 14:35:47 -04:00
Andreas M. Antonopoulos
bcaa4eed78 Docker cleanup and docker-compose start 2020-06-17 13:43:37 -04:00
Andreas M. Antonopoulos
5c1248c845 Docker eclair finished 2020-06-17 10:40:07 -04:00
Andreas M. Antonopoulos
975df977ac Docker eclair initial setup 2020-06-16 12:21:48 -04:00
Andreas M. Antonopoulos
14f08bfdde Docker setup for c-lightning done 2020-06-16 09:45:12 -04:00
Andreas M. Antonopoulos
e793a3dbeb Docker c-lightning setup 2020-06-15 10:40:23 -04:00