MAINNET

Divi Services

Block Explorer, RPC Playground, ZMQ Visualizer, and developer tools for Divi 3.0.0 mainnet.

Mainnet Services

Tools for the Divi 3.0.0 mainnet blockchain

Connection Details

Endpoints for connecting to Divi 3.0.0 mainnet

RPC Endpoint

Tor Access (Web)

P2P Node (Tor)

Mainnet 5j5nlncac57h...uyd.onion:52472

Connect Your Node to Divi 3.0.0 Mainnet

  1. 1

    Configure divi.conf

    Create or edit ~/.divi/divi.conf with base settings:

    # Divi 3.0.0 Mainnet server=1 listen=1 rpcuser=your_rpc_user rpcpassword=your_secure_password
  2. 2

    Connect via Tor (Optional)

    Add to divi.conf for private connectivity:

    # Tor connectivity proxy=127.0.0.1:9050 addnode=5j5nlncac57hknximl5ja7ox2xf2rvtruq5yw3co2tfovhx2aetchuyd.onion:52472
  3. 3

    Enable Block Explorer Indexing (Optional)

    Add to divi.conf if you want to run your own explorer:

    # Explorer indexing addressindex=1 txindex=1 spentindex=1
  4. 4

    Start the Node

    Launch the daemon:

    divid -daemon divi-cli getblockchaininfo