mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-10-11 18:10:50 -04:00
update docs to avoid restarting seed nodes at the same time
This commit is contained in:
parent
5ed6ab1fec
commit
cff4e5ea6c
2 changed files with 2 additions and 2 deletions
|
@ -72,8 +72,8 @@ In a new terminal window, run: `make seednode`.
|
|||
In a new terminal window, run: `make seednode2`.
|
||||
|
||||
> **Notes**
|
||||
> * Avoid all seed nodes going offline at the same time. If all seed nodes go offline at the same time, the network will be reset, including registered arbitrators, the network filter object, and trade history. In that case, arbitrators need to restart or re-register, and the network filter object needs to be re-applied. This should be done immediately or clients will cancel their offers due to the signing arbitrators being unregistered and no replacements being available to re-sign.
|
||||
> * At least 2 seed nodes should be run because the seed nodes restart once per day.
|
||||
> * Avoid all seed nodes going offline at the same time. If all seed nodes go offline at the same time, network information like registered arbitrators and the network filter object will be reset. In that case, re-apply the network filter object (ctrl+f) and restart the arbitrators in order to re-register them with the seed nodes.
|
||||
|
||||
## Start and register the arbitrator
|
||||
|
||||
|
|
|
@ -133,8 +133,8 @@ Each seed node requires a locally running Monero node. You can use the default p
|
|||
Rebuild all seed nodes any time the list of registered seed nodes changes.
|
||||
|
||||
> [!note]
|
||||
> * Avoid all seed nodes going offline at the same time. If all seed nodes go offline at the same time, the network will be reset, including registered arbitrators, the network filter object, and trade history. In that case, arbitrators need to restart or re-register, and the network filter object needs to be re-applied. This should be done immediately or clients will cancel their offers due to the signing arbitrators being unregistered and no replacements being available to re-sign.
|
||||
> * At least 2 seed nodes should be run because the seed nodes restart once per day.
|
||||
> * Avoid all seed nodes going offline at the same time. If all seed nodes go offline at the same time, network information like registered arbitrators and the network filter object will be reset. In that case, re-apply the network filter object (ctrl+f) and restart the arbitrators in order to re-register them with the seed nodes.
|
||||
|
||||
## Register keypairs with privileges
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue