stopbch: Stop bitcoind server process

View source: R/bitcoind.R

stopbchR Documentation

Stop bitcoind server process

Description

This function stops a running bitcoind process. It calls bitcoin-cli stop via the R function system().

Usage

stopbch(confbch)

Arguments

confbch

CONRPC object, returned from conrpc().

Author(s)

Bernhard Pfaff

See Also

Other bitcoind functions: ANSRPC-class, CONRPC-class, NullOrCharacter-class, NullOrInteger-class, conrpc(), rpcpost(), startbch(), startbtc(), stopbtc()


rbch documentation built on Sept. 28, 2024, 1:07 a.m.

Related to stopbch in rbch...