stopbtc: Stop bitcoind server process

Description Usage Arguments Author(s) See Also

View source: R/bitcoind.R

Description

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

Usage

1
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 May 2, 2019, 12:20 p.m.

Related to stopbtc in rbtc...