X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=README.md;h=2da36cb3874e64151e68d6ff1847003c843e0fa3;hb=32bfe68205f4ce0ae0683fd66e861b3656e3df7d;hp=6358f4ff81e5cac1ce012d546bd7637983cbd8ab;hpb=70311fe79bc633c0abfd1c27abbc1d1c05cb1ecf;p=ldk-sample diff --git a/README.md b/README.md index 6358f4f..2da36cb 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,29 @@ # ldk-sample -sample node implementation using LDK +Sample node implementation using LDK. + +## Installation +``` +git clone https://github.com/lightningdevkit/ldk-sample +``` + +## Usage +``` +cd ldk-sample +cargo run :@: [] [bitcoin-network] [announced-listen-addr announced-node-name] +``` +`bitcoind`'s RPC username and password likely can be found through `cat ~/.bitcoin/.cookie`. + +`bitcoin-network`: defaults to `testnet`. Options: `testnet`, `regtest`. + +`ldk-peer-listening-port`: defaults to 9735. + +`announced-listen-addr` and `announced-node-name`: default to nothing, disabling any public announcements of this node. +`announced-listen-addr` can be set to an IPv4 or IPv6 address to announce that as a publicly-connectable address for this node. +`announced-node-name` can be any string up to 32 bytes in length, representing this node's alias. ## License -Licensed under either of +Licensed under either: * Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) * MIT License ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)