bitcoinjs-stop(1) -- stop daemon
================================

## SYNOPSIS

    bitcoinjs stop [<id>]

## OPTIONS

  * <id>:
    The <id> of the process to stop. See `bitcoinjs help list`.

## DESCRIPTION

This command will stop the BitcoinJS daemon. You can provide an
optional <id> arguments to refer to a specific process as displayed
`bitcoinjs list`, but this is normally not necessary.

## SEE ALSO

* bitcoinjs-run(1)
* bitcoinjs-start(1)
* bitcoinjs-restart(1)
* bitcoinjs-list(1)

