githubEdit

Multichain setup

Last updated: 2024-09-15

The guide below is for running a node on both NeuroWebAI and Gnosis chain.

circle-info

OriginTrail DKG V6 nodes are chain agnostic. You can set up one node on a server and use the same node on different blockchains. Each chain requires 50k TRAC to activate the node on that chain and to start submitting commits (winning assets).

Example: To run a node that submits commits on both NeuroWebAI and Gnosis, you will require:

  • 50k TRAC on NeuroWebAI + 2 NEURO for gas

  • 50k TRAC on Gnosis + GNO for gas

The delegated stake can come from you or someone else.

circle-info

The DKG V6 on Gnosis is expected to go live in mid February 2024 alongside delegated staking. Delegated staking on NeuroWebAI will come at a later time.

Step 1 - Preparations

Begin by obtaining xDAI for operations on Gnosis chain through their faucetarrow-up-right.

If you require more xDAI, you can use Jumperarrow-up-right to swap any assets to xDAI on Gnosis.

Since Gnosis is EVM compatible, you can use your Ethereum wallet on MetaMask or Ledger for all operations on the chain.

If you want to delegate to your own node, bridge your ERC-20 TRAC from Ethereum to Gnosis by using the Omnibridgearrow-up-right.

circle-info

A node can be fully operational with delegated stake only as long as the total stake amount is 50k TRAC or above.

Now, you need an Archival RPC Endpoint arrow-up-rightto communicate with the Gnosis chain. Note that not all providers provide archival endpoints. You will need to sign up through their links and get an Archival RPC Endpoint.

circle-check

Step 2 - Configurations

Head to your node config with the alias

or manually

Then, add the following to your config file

The end result should look like this. Double check for syntax errors!

triangle-exclamation

ctrl+x and ctrl+s to save and restart your node

circle-check

Step 3 - Set node ask

The default ask is set to 0.01 in the script below. Please change it to your desired ask price.

Step 4 - Add stake

Visit Houstonarrow-up-right and connect your admin wallet. Head to Service Tokenomics and follow the on screen instructions to set up node operator fee, node ask and node stake!

You can then visit the staking dashboardarrow-up-right to find your node.

Done!

Last updated