Learn R Programming

rbtc (version 0.1-7)

startbtc: Start bitcoind server process

Description

This function does start the bitcoind-server process. It should only be called when no suitable RPC-JSON process is running

Usage

startbtc(confbtc)

Value

NULL

Arguments

confbtc

CONRPC object, returned from conrpc().

Author

Bernhard Pfaff

Details

The process is started by calling system(). Hereby, the options: rpcuser, rpcpassword and conf are used in the call to bitcoind.

See Also

Other bitcoind functions: ANSRPC-class, CONRPC-class, NullOrCharacter-class, NullOrInteger-class, conrpc, rpcpost, stopbtc