stopbtc: Stop bitcoind server process

View source: R/bitcoind.R

stopbtcR Documentation

Stop bitcoind server process

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, startbtc


rbtc documentation built on Oct. 20, 2024, 5:06 p.m.

Related to stopbtc in rbtc...