## Not run:
# # default options used by Rbitcoin
#
# # print Rbitcoin processing to console set "Rbitcoin.verbose" to 1 (or more)
# options(Rbitcoin.verbose=0)
#
# # print Rcurl processing to console set RCurlOptions[["verbose"]] to TRUE
# options(RCurlOptions=list(ssl.verifypeer = TRUE,
# ssl.verifyhost = TRUE,
# cainfo = system.file("CurlSSL","cacert.pem",package="RCurl"),
# verbose = FALSE))
#
# # currency type dictionary used by wallet_manager
# options(Rbitcoin.ct.dict = list(
# crypto = c('BTC','LTC','NMC', ...),
# fiat = c('USD','EUR','GBP', ...)
# ))
# ## End(Not run)
Run the code above in your browser using DataLab