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