How to open up your node for publishing
Help publishers by providing API access to the DKG and increase your node reward potential
One way to increase your Node Power is to make your DKG Core node endpoint publicly accessible to enable publisher access to the DKG. This servers a useful purpose to the network by opening access to the DKG, enabling easier usage and sharing resources, for which Core nodes are incentivised through increasing Node power.
To make your DKG Core node endpoint publicly accessible, all you need to do is disable both IP-based and token-based authentication. This is done by setting ipBasedAuthEnabled
and tokenBasedAuthEnabled
to false
in the .origintrail_noderc
file located inside your ot-node
directory.
Below is an example of how your "auth"
section should be configured in order to disable IP-based and token-based authentication.
Opening your node endpoint by disabling authentication is considered a safe operation. This configuration exposes the node’s API to the public but does not expose any sensitive data such as your node wallets, private keys, or tokens.
Managing rate limits and protecting the endpoint excessive requests is the responsibility of the node operator.
Changes to .origintrail_noderc
only take effect after a restart. Once the node is back online, its endpoint will be accessible without authentication restrictions.
Last updated
Was this helpful?