BitcoinCoreGUI bmmbmm01/bitcoin-core-gui https://hub.docker.com/r/bmmbmm01/bitcoin-core-gui bridge bash false https://forums.unraid.net/topic/191428-support-bitcoin-gui/ https://github.com/bmartino1/Docker-BitcoinGUI YOU MUST CREATE THE BITCOIN DIRECTORY BEFOREHAND! mkdir -p /mnt/user/appdata/bitcoinknots/.bitcoin chmod 777 -R /mnt/user/appdata/bitcoinknots/ chown nobody:users -R /mnt/user/appdata/bitcoinknots/ Docker - Bitcoin Core GUI Client: Run the Bitcoin Core GUI wallet in a Docker container, accessible via a web browser and VNC. Built over the jlesage/docker-baseimage-gui image (Debian 12). https://github.com/jlesage/docker-baseimage-gui bitcoin/bitcoin: https://github.com/willcl-ark/bitcoin-core-docker https://hub.docker.com/r/bitcoin/bitcoin Volume (Persistence): The Bitcoin Core data directory is set to /config/.bitcoin by default. A volume is created for /config, but you might want to mount the /config/.bitcoin directory on another volume or bind mount. You can even mount subdirectories of the Bitcoin data directory. These are the most important: /config/.bitcoin/blocks for the blockchain /config/.bitcoin/wallet.dat for your wallet /config/.bitcoin/bitcoin.conf for the client configuration /config/xdg/config/Bitcoin/Bitcoin-Qt.conf for the frontend (bitcoin-qt) configuration The /config directory is used by the base image for persisting settings of the image tools and the application running. We set it as the HOME directory, so this results in bitcoin-qt setting the data directory to /config/.bitcoin by default. Crypto: Tools: Network:Other http://[IP]:[PORT:5800] https://bitcoin.org/img/icons/opengraph.png --stop-timeout=300 You must create the .bitcoin directory and set it correctly in the template at Bitcoin Data: Default: /mnt/user/appdata/bitcoincore/.bitcoin mkdir -p /mnt/user/appdata/bitcoincore/.bitcoin chmod 777 -R /mnt/user/appdata/bitcoincore/ chown nobody:users -R /mnt/user/appdata/bitcoincore/ Minimum of 750 GB (and growing!) of space. This holds the Bitcoin blockchain data. Recommended to be on a 1 TB NVMe drive. /mnt/user/appdata/bitcoincore/config 5900 5800 true