DAC Public Enodes

Welcome to the DAC Blockchain Public Enodes registry.

This service provides an hourly updated list of some active public nodes (based on the DAC Explorer nodes connections) that you can connect your local instance to, ensuring faster synchronization and network stability.

How to connect manually

If your node is having trouble finding peers, you can manually add these enodes to your local instance using the JavaScript console.

1. Attach to your node:

For Mainnet:

dacnode attach /home/dac/.dac/gdacnode.ipc

For Testnet:

dacnode attach /home/dac/.dac/testnet/gdacnode.ipc

2. Copy the desired enodes from the lists above and paste them into your console:

admin.addPeer("enode://...");

3. Verify your connection (it may take a few seconds):

net.peerCount

Looking for blockchain data or documentation?

DAC Mainnet Explorer  |  DAC Testnet Explorer

For comprehensive documentation, visit our Get Started Guide.