stopbch {rbch} | R 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 |
|
Author(s)
Bernhard Pfaff
See Also
Other bitcoind functions:
ANSRPC-class
,
CONRPC-class
,
NullOrCharacter-class
,
NullOrInteger-class
,
conrpc()
,
rpcpost()
,
startbch()
,
startbtc()
,
stopbtc()
[Package rbch version 0.1-1 Index]