From 5396773789c2e1bb0d13d2400a1e2613b840adba Mon Sep 17 00:00:00 2001 From: Vishal Menon Date: Sat, 29 May 2021 14:12:44 +0530 Subject: [PATCH] Only using compiler feature. Updated wallet name to be more general. --- content/bdk-cli/installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/bdk-cli/installation.md b/content/bdk-cli/installation.md index d5afb95933..8b9b7d7e92 100644 --- a/content/bdk-cli/installation.md +++ b/content/bdk-cli/installation.md @@ -34,7 +34,7 @@ Once Cargo is installed, you can proceed to install the interactive `bdk-cli` to the GitHub repository, by running: ```bash -cargo install --git https://github.com/bitcoindevkit/bdk-cli --features=esplora,compiler,electrum,repl +cargo install --git https://github.com/bitcoindevkit/bdk-cli --features="compiler" # most commonly used features ``` @@ -67,5 +67,5 @@ SUBCOMMANDS: An example command to sync a testnet wallet looks like this: ```bash -bdk-cli wallet -w bdk0rigins --descriptor "wpkh(tprv8ZgxMBicQKsPexGYyaFwnAsCXCjmz2FaTm6LtesyyihjbQE3gRMfXqQBXKM43DvC1UgRVv1qom1qFxNMSqVAs88qx9PhgFnfGVUdiiDf6j4/0/*)" --server ssl://electrum.blockstream.info:60002 sync -``` \ No newline at end of file +bdk-cli wallet -w example --descriptor "wpkh(tprv8ZgxMBicQKsPexGYyaFwnAsCXCjmz2FaTm6LtesyyihjbQE3gRMfXqQBXKM43DvC1UgRVv1qom1qFxNMSqVAs88qx9PhgFnfGVUdiiDf6j4/0/*)" --server ssl://electrum.blockstream.info:60002 sync +``` -- 2.49.0