OriginTrail
  • Get started with OriginTrail
  • OriginTrail Ecosystem — Call for Papers (Coming Soon)
  • Key Concepts
    • Decentralized Knowledge Graph (DKG)
    • DKG key concepts
  • TRAC: DKG utility token
  • Build with DKG
    • Quickstart (test drive the DKG in 5 mins)
      • Quickstart with Node.js
      • Quickstart with Python
    • Querying the DKG
    • DKG Edge Node
      • DKG Edge Node architecture
      • Get started with the Edge Node boilerplate
        • Automated setup with the installer
        • Manual setup
        • Usage example
      • Customize & build with the Edge Node
      • Knowledge Mining and dRAG examples
      • Deploy your Edge Node based project
        • Automated deployment with installer
      • DKG Edge Node inception program
      • DKG Edge Node API documentation
    • DKG Core Node
      • Run a V8 Core Node on testnet
        • Preparation for V8 DKG Core Node deployment
        • V8 DKG Core Node installation
      • Run a V8 Core Node on mainnet
        • Preparation for V8 DKG Core Node deployment
        • V8 DKG Core Node installation
      • How to open up your node for publishing
    • DKG toolkit
      • DKG SDK
        • Development environment setup
        • DKG Javascript SDK (dkg.js)
          • Interact with DKG paranets
          • Knowledge submission & curation
          • Paranet's incentives pool implementation
        • DKG Python SDK (dkg.py)
      • DKG paranets
        • Deploying a DKG paranet
        • Building with DKG paranets
        • Syncing a DKG Paranet
        • Initial Paranet Offerings (IPOs)
          • IPO specification
          • Launching your IPO
          • Paranet's incentives pool
          • IPO voting
      • AI agents
        • ElizaOS DKG agent
        • Custom DKG Python agent
        • Custom DKG JavaScript agent
      • Using the DKG with MCP
    • Ecosystem call for papers
  • DKG under the hood
    • Introduction
    • Delegated staking
      • Step-by-step staking
      • Redelegating stake
  • Random Sampling DKG Proof System
    • Random sampling rollout
    • Random Sampling FAQ
  • DKG Sync
  • Integrated Blockchains
    • Base blockchain
      • Connect to Base
    • Gnosis chain
      • Connect to Gnosis
    • NeuroWeb
    • Teleport instructions - NeuroWeb
    • Bridging to Moonbeam
    • Deployed smart contracts
  • Bounties & rewards
    • General bug bounty
    • Code contributions & V8 bug bounty
  • Whitepapers & RFCs
    • OriginTrail whitepaper
    • OriginTrail RFCs
  • Useful Resources
    • What's new with OriginTrail V8
    • DKG V8 guidebook
      • Protocol updates
      • Feature roadmap
      • How to upgrade to V8?
    • Public nodes
    • Tutorials
    • Test token faucet
    • Development principles
    • Community created resources
    • Linked data & knowledge graphs
    • Available networks, network details and RPCs
    • OT Node Engine implementation details
      • Modules
      • Command Executor
    • Contribution guidelines
      • Guidelines for automated test contributions
    • Explore the OriginTrail ecosystem
Powered by GitBook
On this page
  • 1. NeuroWeb archival RPC endpoint:
  • 2. Gnosis and Chiado archival RPC endpoints:
  • 3. Base and Base Sepolia archival RPC endpoints:

Was this helpful?

Edit on GitHub
  1. Graveyard
  2. Running DKG nodes
  3. Installation prerequisites

Acquire archive RPC endpoints

This section of the tutorial will cover the details regarding the RPC endpoints for the blockchains supported by the OriginTrail DKG node.

Last updated 11 months ago

Was this helpful?

In order for your OriginTrail node to be able to connect and communicate with any of the supported blockchains, it will require an archive RPC endpoint. There are different RPC providers offering endpoints for different blockchains and it's up the node runner to choose the provider.

1. NeuroWeb archival RPC endpoint:

When it comes to deploying your node on OriginTrail's NeuroWeb (testnet or mainnet), your node will automatically be provided with the RPC endpoint. This means that no action is required from the node runner at the current stage.

2. Gnosis and Chiado archival RPC endpoints:

Refer to the and choose an RPC provider in order to acquire the archival RPC Endpoint.

Selecting an archival endpoint is a crucial requirement for the optimal functionality of your DKG node.

During the installation process, installer will ask you to input the Chiado (Testnet) or Gnosis (Mainnet) archival RPC endpoint which will autimatically configure your node to use it. The endpoint you provide, will be inserted into the .origintrail_noderc (custom configuration file) automatically.

You will be able to change your RPC endpoint manually later by editing the .origintrail_noderc custom configuration file which will be located inside the "ot-node" directory.

3. Base and Base Sepolia archival RPC endpoints:

Refer to the and choose an RPC provider in order to acquire the archival RPC Endpoint.

Selecting an archival endpoint is a crucial requirement for the optimal functionality of your DKG node.

During the installation process, installer will ask you to input the Base Sepolia (Testnet) or Base (Mainnet) archival RPC endpoint which will autimatically configure your node to use it. The endpoint you provide, will be inserted into the .origintrail_noderc (custom configuration file) automatically.

You will be able to change your RPC endpoint manually later by editing the .origintrail_noderc custom configuration file which will be located inside the "ot-node" directory.

official Gnosis documentation
official Base documentation