Participation Events

This repository contains the configurations for official participation events.

Event raw-links

Assembly Round 1

Link: https://raw.githubusercontent.com/iotaledger/participation-events/master/events/staking/assembly_01.json
ID: 57607d9f8cefc366c3ead71f5b1d76cef1b36a07eb775158c541107951d4aecb

Shimmer

Link: https://raw.githubusercontent.com/iotaledger/participation-events/master/events/staking/shimmer.json
ID: f6dbdad416e0470042d3fe429eb0e91683ba171279bce01be6d1d35a9909a981

How to add a ballot or staking event as a node operator?

First, you need to update your Hornet node to the latest release version (>= v1.1.0).
Make sure to enable the Participation plugin by adding "Participation" to "enablePlugins" in the config.json file of your node.

 "node": {
   "alias": "HORNET mainnet node",
   "profile": "auto",
   "disablePlugins": [],
   "enablePlugins": [
     "Spammer",
     "Participation"
   ]
 },

Add event via node dashboard

After starting your node, you can open the node dashboard and navigate to Settings -> Plugins.
If the Participation plugin has been successfully enabled, you should see a new option called Participation.

Click on the three dots next to Participation to enter the plugin settings.

In the top right corner, click Add Event.
Now you can paste the raw-link to the event configuration file.

After clicking OK, the new event is shown (if everything was entered correctly).

Your node is now ready to track the specific participation event. You can view the current status of the event by clicking on More details.