Multichain setup
Last updated: 2024-09-15
The guide below is for running a node on both NeuroWebAI and Gnosis chain.
Step 1 - Preparations
Begin by obtaining xDAI for operations on Gnosis chain through their faucet.
If you require more xDAI, you can use Jumper 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 Omnibridge.
Now, you need an Archival RPC Endpoint to 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.
For a free Archival RPC Endpoint, try out BlockPi or OnFinality.
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!
Before applying the config changes by restarting the node, make sure you added your operator fee. Once the config is applied, you will not be able to change operator fee for 28 days.
ctrl+x and ctrl+s to save and restart your node
If you added everything successfully, your node will show:
blockchain module initialized with implementation: gnosis:100
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 Houston 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 dashboard to find your node.
Done!
Last updated
Was this helpful?