From: Vishal Menon Date: Sat, 29 May 2021 08:42:44 +0000 (+0530) Subject: Only using compiler feature. Updated wallet name to be more general. X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.EncoderStringWriter.html?a=commitdiff_plain;h=5396773789c2e1bb0d13d2400a1e2613b840adba;p=bitcoindevkit.org Only using compiler feature. Updated wallet name to be more general. --- 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 +```