wailo
e843e138fe
Fix installing plugins in dockerfile ( #2451 )
...
* Improved plugin install in docker
- All files generated by 'make install' are copied
- Fixes issues with incomplete installation.
- Example: New executables created by build but are missing in docker.
2019-03-11 09:51:47 +01:00
dlogemann
afcbadf374
Remove missing config option "port"
2019-03-06 23:18:53 +00:00
wailo
2e129dd932
Installing the Pay plugin in Dockerfile
2019-03-01 00:07:56 +00:00
Rusty Russell
6bfeea334b
README.md: update link from listpayments to listpays.
...
Fixes : #2401
Reported-by: @stevenroose
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-02-27 23:12:04 +00:00
Conor Scott
af750d802d
Switch to libsodium-dev for ubuntu install instructions
2019-02-21 09:14:39 +00:00
Christian Decker
0e34b9ac0e
readme: Add a readthedocs badge to show that we have nice docs :-)
...
Signed-off-by: Christian Decker <decker.christian@gmail.com>
2019-02-18 02:42:29 +00:00
Mark Beckwith
17b969383b
Changed testnet faucet
...
The previous ones were no longer working.
This one currently does.
Signed-off-by: Mark Beckwith <wythe@intrig.com>
2019-01-23 13:36:06 -08:00
Conor Scott
189fca4039
[doc] Remove old GOSSIPING state from docs
2018-11-15 11:29:04 +01:00
Conor Scott
a92c7911a7
[docs]: Link developer guide to main README.md
2018-11-14 03:24:03 +00:00
Amin Shah Gilani
6d2e5bace3
Copy-edit README.md
...
Fix a few typos and grammatical errors in the README file.
2018-10-19 14:52:19 +02:00
Christian Decker
e904fcc00c
docker: Update docker images and docs to non-CVE-2018-17144 bitcoind
...
While not strictly necessary it's certainly a good idea to test
against the latest one and not encourage users to use old versions.
Reported-by: Jonas Nick <@jonasnick>
Signed-off-by: Christian Decker <@cdecker>
2018-10-15 23:05:25 +00:00
alan8325
4a1bc0f90c
Add files via upload
2018-09-14 21:20:19 +02:00
Ronald Mannak
e47ac33a37
Fix readme docker-compose port setting
2018-08-09 13:13:38 +02:00
tock203
80a8e57ede
Fix example docker-compose.yml
2018-08-03 09:49:37 +02:00
William Casarin
046a9c1a45
doc: document p2sh-segwit address gen for faucet coins
...
Now that the default newaddr type is bech32, this step seems to be tripping
people up.
Reported-by: #c-lightning users
Signed-off-by: William Casarin <jb55@jb55.com>
2018-08-03 02:21:25 +00:00
Jordan Baczuk
0b597f671a
added (or remotely) to README
2018-07-28 05:02:51 +00:00
Jonathan Zernik
ec55bf3b3f
README.md: 18332 is default bitcoind rpc port for testnet.
2018-07-08 16:08:56 +02:00
nicolas.dorier
aeafe4dbe7
[Docker] Fix: Bind socat to the right port
2018-06-27 13:40:02 +02:00
Christian Decker
0d3c3a225e
docker: Add a usable dockerfile
...
This is based on @NicolasDorier's excellent proposal for a Dockerfile, sans the
writing of a config file.
Co-authored-by: Nicolas Dorier <nicolas.dorier@gmail.com>
Co-authored-by: Christian Decker <decker.christian@gmail.com>
Signed-off-by: Christian Decker <decker.christian@gmail.com>
2018-06-21 23:51:57 +00:00
Nadav Ivgi
d9bd25cff8
README: Add ./configure to installation instructions
...
Now required, after changes in c49765553f
2018-06-08 21:04:55 +02:00
Rusty Russell
083a2cee07
zlib: add as a requirement.
...
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-06-06 03:25:56 +00:00
Christian Decker
700a505727
doc: Remove libsodium-dev dependency, it's in-tree
...
Signed-off-by: Christian Decker <decker.christian@gmail.com>
Reported-by: Perlover <@Perlover>
2018-05-06 14:07:13 +02:00
Jan Sarenik
424ca8cf59
doc: Modify README.md code sections
2018-03-04 03:21:59 +01:00
Rusty Russell
e10a2b63ca
README.md: no need for segwit activation on regtest any more.
...
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-03-01 03:52:21 +00:00
Jan Sarenik
9504a77b44
Reflow README.md with no changes to text
...
Can be tested by calling a following script
#!/bin/sh
FILE=${1:-"CONTRIBUTING.md"}
CUR_BRANCH=$(git rev-parse --abbrev-ref HEAD)
{
git checkout $CUR_BRANCH
commonmarker $FILE | tidy > /tmp/aoeui.html
git checkout master >/dev/null
commonmarker $FILE | tidy | diff -u - /tmp/aoeui.html
git checkout $CUR_BRANCH
} 2>/dev/null
Formatted according to suggestion by @ZmnSCPxj described in
https://github.com/ElementsProject/lightning/pull/1137
2018-02-28 23:37:06 +01:00
ZmnSCPxj, ZmnSCPxj jxPCSmnZ
ae6b901e78
README: add link to our shiny new mailinglist
2018-02-23 19:09:48 +01:00
Rusty Russell
cccdb53bec
channel_states: fold all the ONCHAIND states into one.
...
The billboard is now far more useful to tell what's going on, and this
gets us closer to a state == owner mapping.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-02-23 18:02:00 +01:00
gabridome
3a5aa75fb6
A more detailed description of the "amount" field
...
The more frequent question I ask to myself when initiating channels regards the amount field.
In this document we have three different denominations and the modification proposed aims to address the possible doubts or errors.
The names <amount_in_bitcoins>, <amount_in_satoshis> or <amount_in_millisatoshis> (this last is omitted because the denomination is in the description) are not so elegant but they could serve the purpose.
2018-02-20 03:06:53 +00:00
danielalexiuc
fa8bcf2230
Include apt-get update as first step
...
For the impatient! First time users following these steps may get an error like "Unable to locate package libsodium-dev" if apt-get update is not run first.
2018-02-12 09:24:45 +01:00
Jeff Weiss
97871237bf
README - change number of confirmations needed in fundchannel to 3
...
For mainnet, 1 for testnet
2018-02-10 22:44:07 +01:00
Jeff Weiss
5d947b3a1f
README - note that bitcoind node pruning is not yet supported
2018-02-10 22:44:07 +01:00
Sjors Provoost
e4d719a421
[doc] install: add libsodium-dev
2018-02-05 10:48:52 +00:00
windsok
93d5df559d
add docs about configuration file
2018-02-03 17:56:08 +01:00
gdassori
326b17a1be
add readme badge
2018-02-03 17:55:14 +01:00
Ronald van der Meer
6a9f40f7cc
Different states explained
2018-01-29 04:47:59 +00:00
Christian Decker
8bf9f28a79
doc: Specify that pruned nodes do not work currently
2018-01-27 02:27:35 +00:00
alaniz
73c31757e1
Fixed and updated README RPC doc links
2018-01-21 23:59:13 +00:00
frennkie
1616fcbffe
change getchannels to listchannels
2018-01-21 14:25:38 +01:00
frennkie
0702ee6d81
Update to listpeers
...
See 5698a133c2
2018-01-21 14:25:38 +01:00
frennkie
16455e658d
fix typo
2018-01-21 02:40:10 +01:00
Thijs van den Anker
2b6356f87a
Fix 'Receiving and receiving payments' in readme
...
Changed`Receiving and receiving payments` to `Sending and receiving payments` in the readme.
2018-01-20 17:00:38 +01:00
practicalswift
5357a6f02d
Sync dependencies between README.md and doc/INSTALL.md
...
Before this patch:
```
$ diff -u <(egrep 'sudo apt-get install .*git' README.md) <(egrep 'sudo apt-get install .*git' doc/INSTALL.md)
--- /dev/fd/63 2018-01-18 17:26:34.330464546 +0100
+++ /dev/fd/62 2018-01-18 17:26:34.330464546 +0100
@@ -1 +1 @@
-sudo apt-get install -y autoconf build-essential git libtool libgmp-dev libsqlite3-dev python python3 net-tools
+sudo apt-get install -y autoconf automake build-essential git libtool libgmp-dev libsqlite3-dev python python3 net-tools
$
```
After this patch:
```
$ diff -u <(egrep 'sudo apt-get install .*git' README.md) <(egrep 'sudo apt-get install .*git' doc/INSTALL.md)
$
```
2018-01-19 10:11:19 +00:00
renepickhardt
69260adb38
quickfixing issue #662 to make CLI more userfriendly for inexperienced users ( #663 )
...
* making the cli more user friendly for inexperienced users #662
providing a quickfix for https://github.com/ElementsProject/lightning/issues/662
Basically I extended the ./lighting-cli --help message to at least state that one should use ./lighting-cli help, and added a hint to cli/lighting-cli help to the README
Closes : #662
2018-01-19 10:09:54 +00:00
audiojak
5a87fb1c3b
Minor gramatical fixes
2018-01-18 11:42:57 +01:00
ianthius
988118a629
Update README.md
...
Python is needed here as it looks like on newer versions of Ubuntu (i am on 16.04) it's not included by default.
2018-01-18 11:42:07 +01:00
Eric Martindale
575b733edd
Fix paren in README, add autoconf
to dependencies
2018-01-17 16:22:44 +01:00
Rusty Russell
3f2d93de93
README: don't suggest low-level commands, talk about invoice, bolt11 and pay.
...
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-01-14 23:10:10 +00:00
ZmnSCPxj
600cd0c2ad
README: Update to latest behavior: we no longer need addfunds command.
2018-01-13 11:20:22 +01:00
Rusty Russell
a8de8a3140
json_getchannels: add public flag.
...
Fixes : #509
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-01-08 18:09:31 +01:00
practicalswift
0865c9f012
Make README.md install instructions consistent with doc/INSTALL.md
...
* Remove python2 dependency.
* Add net-tools dependency.
2018-01-08 09:46:54 +00:00