From 707ed7ec26f8d64128dabb8eca3d8d5eebbf8dc7 Mon Sep 17 00:00:00 2001 From: k Date: Wed, 10 Jul 2024 20:56:36 +0200 Subject: [PATCH] parser: update readme --- parser/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/parser/README.md b/parser/README.md index 8a8463391..789ff7e86 100644 --- a/parser/README.md +++ b/parser/README.md @@ -11,7 +11,10 @@ The backbone of the project, it does most of the work by parsing and then comput ## Run ```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 ```