mirror of
https://github.com/Rucknium/misc-research.git
synced 2024-12-22 11:29:22 +00:00
Update README.md
one line to install required packages
This commit is contained in:
parent
cd14fd94cd
commit
9a0fa5bafc
1 changed files with 1 additions and 7 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue