Registering to the Rewards Program - beta
To register your relay to the rewards program and set up the Anon Relay service to be claimable in the Relay Dashboard, you can follow these manual steps.
The Rewards Program and Relay Dashboard are currently in beta on the Ethereum Sepolia Test Network. An updated Relay Dashboard will be announced soon. Join our Discord or Telegram community for more information. Community and Customer Support
Installation and Configuration
Start by installing the Anon package and configuring the relay with your desired settings. This includes providing a nickname for your relay, contact information, family fingerprints (if applicable) and ORPort. Follow the instructions provided in the Installation section to get started.
Adding Ethereum Wallet Address
After configuring the relay, append your crypto wallet address to the end of the Contactinfo
line in the /etc/anon/anonrc
configuration file. This step makes sure that your relay can be associated with your wallet for receiving contribution rewards.
Open the anonrc
file in a text editor.
anonrc
file in a text editor.Alternatively, you can use another text editor like vim
or gedit.
Adding wallet address to your anonrc
configuration.
anonrc
configuration.Locate the ContactInfo
line by scrolling through the file to find the line that starts with ContactInfo
and add your wallet address to the end of this line prefixed with "@anon:
".
For example, if the line originally looks like this:
Modify it to look like this:
Save the changes and exit the text editor
For
nano
, pressCtrl + X
, then typey
and pressEnter
to confirm. PressCtrl + X
then typen
and pressEnter
to cancel changes.For
vim
, pressEsc
, then type:wq
and pressEnter
to save and quit.For
gedit
, simply clickSave
and then close the window.
Restart the Anon service to apply the changes:
[Optional] Verify the changes
You can verify the anonrc
configuration file to ensure that your changes were saved correctly
Last updated