solution: make more clear how to setup round-robin

rel: #7
This commit is contained in:
Igor Artamonov
2020-05-27 15:50:51 -04:00
parent ef32308868
commit aaf79ad643
3 changed files with 50 additions and 27 deletions

View File

@@ -103,6 +103,12 @@ Which sets the following:
- for Bitcoin Mainet only JSON RPC is used
- `${INFURA_USER}` will be provided through environment variable
Please note that you can configure many upstreams for a single blockchains.
If there is more that one upstream, then Dshackle makes requests to them with Round Robin Load Balancing.
If one of them goes down, Dshackle continues to use only active nodes.
I.e. you can set up a node in the local network, and the Infura, and if anything happened to you local node, you'll still be able to have access to a consistent state of the Ethereum blockchain.
link:docs[See full documentations].