Update README.md

one line to install required packages
This commit is contained in:
plowsof 2022-03-11 04:17:45 +00:00 committed by GitHub
parent cd14fd94cd
commit 9a0fa5bafc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,13 +11,7 @@ Be advised that the analysis takes several weeks of computing time, upwards of 5
The main analysis is done with the R statistical programming language. R itself can be downloaded [here](https://cloud.r-project.org/). [RStudio](https://www.rstudio.com/products/rstudio/download/#download) is a good IDE for R. Install the necessary R packages with:
```R
install.packages("rbch")
install.packages("data.table")
install.packages("future.apply")
install.packages("RSQLite")
install.packages("DBI")
install.packages("igraph")
install.packages("stringr")
install.packages(c("rbch","data.table","future.apply","RSQLite","DBI","igraph","stringr"))
```
You must have a Bitcoin Cash (BCH) full node synced with the transaction index enabled with the `-txindex` flag. As of now, the analysis has been tested with the [Bitcoin Unlimited](https://www.bitcoinunlimited.info/) node implementation.