Skip to content

Install DATUM on Docker (OCEAN, SHA256)

SHA256 Docker 9:12

Bitcoin Knots on an Ubuntu host, and the DATUM Gateway built as a Docker image and run as a container talking to the host node.

This walkthrough follows OCEAN’s DATUM Setup Guide and the official datum_gateway README, step by step, with voice-over and subtitles.

Key settings

blockmaxsize=3985000
blockmaxweight=3985000
maxmempool=1000
blockreconstructionextratxn=1000000
blocknotify=killall -USR1 datum_gateway

Miners: stratum+tcp://your_datum_node_ip:23334, username = your Bitcoin payout address (optional .workername), password x. Failover: stratum+tcp://mine.ocean.xyz:3334.

More in Install DATUM SHA256

9:13

Install on Ubuntu

Bitcoin Knots from the official PPA and the DATUM Gateway built from the official OCEAN source, both running as systemd services.