mirror of
https://github.com/Rucknium/misc-research.git
synced 2024-11-17 00:07:47 +00:00
Update required packages
This commit is contained in:
parent
0b82ceec6d
commit
47d957254f
1 changed files with 72 additions and 68 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue