Update required packages

This commit is contained in:
Rucknium 2022-03-02 11:20:49 +00:00
parent 0b82ceec6d
commit 47d957254f

View file

@ -14,6 +14,10 @@ The main analysis is done with the R statistical programming language. R itself
install.packages("rbch")
install.packages("data.table")
install.packages("future.apply")
install.packages("RSQLite")
install.packages("DBI")
install.packages("igraph")
install.packages("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.