Christian Decker
fc59d8e227
doc: Add bitcoind dependency to INSTALL and send to background
7 years ago
Christian Decker
744d657860
doc: Updating README and related documentation
Like many I don't read any documentation besides the readme in the
repo, so I thought I could just pull some simple getting started info
into the readme to make it easy for people to get started :-)
8 years ago
Sankalp Ghatpande
8c73f37869
Added another faucet, removed redundent dependency installation instructions
8 years ago
Ben Gorlick
a75838030a
Update INSTALL.md to fix broken pip3 install
Fixed the Ubuntu install instructions -- previously it will break on being unable to find pip3.
Tested this on Ubuntu 16.04 and 17+ server.
8 years ago
Marco Amadori
3d90176503
INSTALL.md: Add 'install' to apt command examples.
Signed-off-by: Marco Amadori <marco.amadori@gmail.com>
8 years ago
Rusty Russell
c2d093a6dc
INSTALL: add python requirements for tests, move asciidoc to devel.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
8 years ago
Rusty Russell
73d07ce441
libsodium: use our local submodule.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
8 years ago
Lucas Betschart
5a41439eef
Update INSTALL.md libbase58
8 years ago
Adam Soltys
0a036faa94
doc: add asciidoc to list of dependencies ( fixes #36 )
8 years ago
Braydon Fuller
607922f2b8
README.md: include libmysql-dev
8 years ago
Rusty Russell
f1c34c2ec5
INSTALL: update requirements.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
8 years ago
Rusty Russell
71b8a07c56
db.c: database API.
These tables could use a rework, as they largely reflect our internal
state. But it's a start.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
8 years ago
Braydon Fuller
6ac96323fd
INSTALL.md: update install details for ubuntu 16.04
8 years ago
Rusty Russell
4801f78aad
INSTALL.md: update to remove openssl dependency, add libbase58
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
9 years ago
Rusty Russell
b6dbaa409c
INSTALL: mention bitcoind needs segwit, Ubuntu 16.04 protobuf fixed.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
9 years ago
Rusty Russell
18a9e5bda2
daemon: Implement encryption as per BOLT #1 .
This uses libsodium (we could use openssl, but the required primitives
are only in 1.1.0 which is still in alpha).
It doesn't handle reconnections yet, either.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
9 years ago
Braydon Fuller
e0c4d40899
doc: add install notes
9 years ago