Skip to content

Releases: evehash/bitcoin-full-node-with-docker

v2026.5

17 May 18:42
fb1cabe

Choose a tag to compare

  • Clean Dockerfile and update github action
  • Fix alpine version
  • Polish Dockerfiles
  • Update github build
  • Move services to alpine
  • Add logging support

v2026.4

11 Apr 18:31
7a98495

Choose a tag to compare

  • Upgrade Tor to v0.4.9.6
  • Upgrade Bitcoin core to v30.2
  • Upgrade Electrs to v0.11.0
  • Upgrade BTC RPC Explorer to v3.5.1
  • Upgrade I2P to 2.11.0

Breaking Changes

This release introduces breaking changes. After upgrading, you should review and compare your docker-compose.yaml and configuration files and update them accordingly.

Key changes include:

  • Full hostname support instead of IP addresses: Services can now be configured using hostnames. Previously, fixed IP addresses were used within the internal Docker network.
  • bitcoind renamed to bitcoin: All references to bitcoind have been renamed to bitcoin. Please review your configuration files and update any occurrences accordingly.

v2025.2

26 Jan 22:17
55f6449

Choose a tag to compare

  • Upgrade Tor to v0.4.8.13
  • Upgrade Bitcoin core to v28.1
  • Upgrade Electrs to v0.10.8

v2024.8

15 Aug 13:28
dad8952

Choose a tag to compare

  • Upgrade Bitcoin core to v27.1
  • Refactor Bitcoin dockerfile
  • Some updates on the documentation

v2024.6

09 Jun 20:39
270cf1d

Choose a tag to compare

  • Upgrade Tor to 0.4.8.12
  • Upgrade Bitcoin core to v26.1
  • Upgrade Electrs to 0.10.5
  • Add support for custom UID
  • Rename btc-rpc-explorer container to btcrpcexplorer

v2024.5

08 May 11:10
142987e

Choose a tag to compare

  • Upgrade Tor to 0.4.8.11
  • Add missing restart policy for nginx in docker-compose file
  • Updated documentation to generate a new RPC password for electrs and btcrpcexplorer
  • Optimize bitcoind images
  • Optimize docker images using gzexe

v2024.3

27 Mar 18:39
9443249

Choose a tag to compare

  • Update Electrs to 0.10.4
  • Add light and dark diagram on README file.