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