startbch: Start bitcoind server process

View source: R/bitcoind.R

startbchR Documentation

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

startbch(confbch)

Arguments

confbch

CONRPC object, returned from conrpc().

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(), startbtc(), stopbch(), stopbtc()


rbch documentation built on Sept. 28, 2024, 1:07 a.m.

Related to startbch in rbch...