X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=README.md;h=5dda263e31da6b421623d87ebaa0c47e8e2a2876;hb=b4a50585c59e578b89c959ed01def10d9def1b39;hp=740aa25b735defcb3afe66819edb74fb33025fca;hpb=25a4f605443ed2bc2bb9548f5679a86fc76d0333;p=ldk-sample diff --git a/README.md b/README.md index 740aa25..5dda263 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Sample node implementation using LDK. ## Installation ``` -git clone git@github.com:valentinewallace/ldk-sample.git +git clone git@github.com:lightningdevkit/ldk-sample.git ``` ## Usage @@ -11,13 +11,15 @@ git clone git@github.com:valentinewallace/ldk-sample.git cd ldk-sample cargo run :@: [] [bitcoin-network] ``` +`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. ## 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)