From fd36dd5c5efe5c524cd2e5ab3c28b6a19cc2bf24 Mon Sep 17 00:00:00 2001 From: _den <_den@outlook.com> Date: Thu, 10 Mar 2022 20:08:14 +1000 Subject: [PATCH] added link to instructions for running rpc nodes --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 575b22b..8cfc157 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,10 @@ Relayer should return a transaction hash In that case you will need to add https termination yourself because browsers with default settings will prevent https tornado.cash UI from submitting your request over http connection +## Run geth node + +It is strongly recommended that you use your own RPC node. Instruction on how to run full node with `geth` can be found [here](https://github.com/feshchenkod/rpc-nodes). + ## Monitoring You can find the guide on how to install the Zabbix server in the [/monitoring/README.md](/monitoring/README.md).