home · run a node
DigiByte · Self-hostingA full DigiByte Core node validates the whole chain yourself — no trust required — and it's what you'll need to use DigiDollar, which is live on mainnet. Pick your system for the minimum specs and exact steps.
prune=2000 to your config keeps only a few GB of recent blocks instead of the full ~40 GB history, while still fully validating. It runs everything DigiDollar needs. Great for laptops and small machines.%APPDATA%\DigiByteprune=2000~/Library/Application Support/DigiByteprune=2000mkdir -p ~/.digibyte
nano ~/.digibyte/digibyte.confprune=2000./digibyte-qt # GUI
./digibyted -daemon # headless./digibyte-cli getblockchaininfomkdir -p ~/.digibyte
echo "prune=2000" > ~/.digibyte/digibyte.conf./digibyted -daemon./digibyte-cli getblockchaininfo