Run a DuckChain Node

Prerequisites

Minimum hardware requirements:

  • RAM: 16 GB

  • CPU: 8 core

  • Storage: 1T for pruned nodes, 2T for archived nodes

Dependencies

  • docker version 27+

  • docker-compose v2.15.0+

Online Installation

To install a DuckChain node:

wget -c https://download.duckchain.io/duckchain/install.sh && chmod +x ./install.sh && ./install.sh

Select the Corresponding Network:

  1. DuckChain Mainnet

  2. DuckChain Testnet

Choose the appropriate index when prompted.

Enter index: 1

Last updated