From 2973b6bbb8292a83cdb6fd8806b504214e6d7786 Mon Sep 17 00:00:00 2001 From: 0xQuintin Date: Tue, 6 Dec 2022 08:05:37 +0000 Subject: [PATCH] Add domain and DNS information -Added the "Set up domain and DNS" -Fixed some small formatting issues --- general/how-to-become-a-relayer.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/general/how-to-become-a-relayer.md b/general/how-to-become-a-relayer.md index 22e9dca..9870e87 100644 --- a/general/how-to-become-a-relayer.md +++ b/general/how-to-become-a-relayer.md @@ -74,7 +74,13 @@ You also have the option to add subdomains with their corresponding TXT records | arbitrum-tornado.xxx.eth | | avalanche-tornado.xxx.eth | -### **4. Set Up Workers** +### **4. Set up doman and DNS** +Once you have created your ENS and subdoains for your ENS you will need to get a domain for your relayer. Once you have done this you will need to do the following: +- Set the A record to your IPV4 address of your Relayer +- Set the AAAA record to your IPV6 address of your Relayer +- Set CNAME records for the subdomains of your ENS (Example: "goerli-relayer.TCRelayer.com") + +### **5. Set Up Workers** Workers are the addresses that will allow your relayer to send ZK-proofs to users. By default, the first worker is the ENS domain owner's address. @@ -84,7 +90,7 @@ Only the mainnet requires you to register workers. All other networks do not req ![](../.gitbook/assets/4.png) -### 5. Stake +### **6. Stake** With the implementation of a decentralized relayer registry, a staking condition has been introduced as a requirement to become listed on Tornado Cash UI. Keep in mind **staking TORN is now necessary to be added to the recommended list of relayers.** @@ -100,7 +106,7 @@ The collected fees are subsequently distributed among DAO members with locked TO ![](../.gitbook/assets/5.png) -### 6. Summary: Final Verification & Registration +### **7. Summary: Final Verification & Registration** Last but not least, we advise you to **double-check all information** displayed in the Summary before registering.