stopbtc: Stop bitcoind server process (BTC alias)

View source: R/bitcoind.R

stopbtcR Documentation

Stop bitcoind server process (BTC alias)

Description

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

Usage

stopbtc(confbtc)

Arguments

confbtc

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(), stopbch()


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

Related to stopbtc in rbch...