mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-29 21:52:09 -07:00
parser: update readme
This commit is contained in:
+4
-1
@@ -11,7 +11,10 @@ The backbone of the project, it does most of the work by parsing and then comput
|
|||||||
## Run
|
## Run
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Update ./run.sh with the path to your bitcoin folder
|
# Update the 'node.args' file with the path to your bitcoin folder and optional bitcoind arguments
|
||||||
|
# Examples:
|
||||||
|
# "$HOME/.bitcoin"
|
||||||
|
# "$HOME/.bitcoin" -rpcconnect=1.2.3.4
|
||||||
./run.sh
|
./run.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user