From 6eb3d702a4000793b967ee6847a602953008a9a4 Mon Sep 17 00:00:00 2001 From: _den <_den@outlook.com> Date: Thu, 10 Mar 2022 20:03:05 +1000 Subject: [PATCH] added link to instructions for install rpc nodes --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6ce0304..7cab2ff 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,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 own RPC nodes + +It is strongly recommended that you use your own RPC nodes. Instruction on how to run full nodes can be found [here](https://github.com/feshchenkod/rpc-nodes). + ## Architecture 1. TreeWatcher module keeps track of Account Tree changes and automatically caches the actual state in Redis and emits `treeUpdate` event to redis pub/sub channel