bitcoinjs-restart(1) -- restart daemon
======================================

## SYNOPSIS

    bitcoinjs restart [<id>]

## OPTIONS

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

## DESCRIPTION

This command will restart 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-stop(1)
* bitcoinjs-list(1)

