@carnesen/bitcoin-software-clideprecated

A command-line interface for managing bitcoin server software

Usage no npm install needed!

<script type="module">
  import carnesenBitcoinSoftwareCli from 'https://cdn.skypack.dev/@carnesen/bitcoin-software-cli';
</script>

README

@carnesen/bitcoin-software-cli Build Status

A command-line interface for installing bitcoin server software

Install

npm install --global @carnesen/bitcoin-software-cli

Alternatively, if you don't want to install the package you can run it as a one-off command using npx:

$ npx @carnesen/bitcoin-software-cli

Usage

Use the --help flag to explore the command usage:

$ bitcoin-software --help
Usage: bitcoin-software <subcommand> <options>

   Manage bitcoin server software

Subcommands:

   install, uninstall, toBitcoinHome
$ bitcoin-software install --help
Usage: bitcoin-software install <options>

Options:

   [--implementation <str>] : Defaults to 'core'
                              Allowed values {'core', 'abc'}
   [--version <str>] : Default value is implementation-dependent.
                       A semver string that identifies a version of software.
   [--destination <str>] : Defaults to 'software'.
                           Absolute or datadir-relative path.

Related

license

MIT © Chris Arnesen