startbtc {rbch} | R Documentation |
Start bitcoind server process (BTC alias)
Description
This function is an alias of startbch
Usage
startbtc(confbtc)
Arguments
confbtc |
|
Details
The process is started by calling system()
.
Hereby, the options: rpcuser
, rpcpassword
and
conf
are used in the call to bitcoind
.
Value
NULL
Author(s)
Bernhard Pfaff
See Also
Other bitcoind functions:
ANSRPC-class
,
CONRPC-class
,
NullOrCharacter-class
,
NullOrInteger-class
,
conrpc()
,
rpcpost()
,
startbch()
,
stopbch()
,
stopbtc()
[Package rbch version 0.1-1 Index]