Syncing a DKG Paranet
To interact with specific DKG paranet's knowledge graphs using your OriginTrail node, you need to configure your node to synchronize the paranet's knowledge collections. This setup can be achieved by modifying your node's configuration file to include the paranet UAL.
If you have not yet set up your node or need guidance on configuring a DKG Core Node, please refer to the DKG Core Node.
To enable your node to sync with a paranet, you will need to add assetSync
object to your node’s .origintrail_noderc
file. Below is an example of how to configure this (make sure to replace the UAL in the example below):
Once .origintrail_noderc is updated, it should look something like this:
After you have updated the .origintrail_noderc
file, save your changes, and restart your OriginTrail node. This ensures that the new settings take effect and your node starts syncing data from the specified paranet.
Your node will start syncing when you see the following log:
The paranet is fully synced when you see the following log:
Interacting with the paranet knowledge graph through your node is explained on this page.
Last updated
Was this helpful?