/Rbitcoin

R & bitcoin integration

Primary LanguageROtherNOASSERTION

Rbitcoin

Utilities related to Bitcoin. Unified markets API interface (bitstamp, kraken, btce, hitbtc, bitmarket). Both public and private API calls. Other utils related to cryptocurrencies.

See introduction vignette and shinyBTC a simple GUI for Rbitcoin.

Current version: 0.9.3.9 NEWS

Biggest changes are:

  • built-in antiddos
  • hitbtc market support
  • toBTC/fromBTC funs
  • improved wallet manager and its plot
  • simplified new market integration

Installation

# Rbitcoin 0.9.2 from CRAN
install.packages("Rbitcoin")
# Rbitcoin 0.9.3 from github
devtools::install_github("jangorecki/Rbitcoin", build_vignettes=TRUE) # vignettes optional, takes a minute
devtools::install_github("jangorecki/Rbitcoin") # no vignettes, much faster

Usage

library(Rbitcoin)
vignette("introduction", package="Rbitcoin")
?btc

License

MIT license

Contact

J.Gorecki@wit.edu.pl