From d85a725e4a434db04f426eedd55d6f779b016bbd Mon Sep 17 00:00:00 2001 From: eve <11018433+evehash@users.noreply.github.com> Date: Wed, 15 Jul 2026 18:03:59 +0000 Subject: [PATCH 1/2] Update TOR and Bitcoin versions in .env.example --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 5a75f26..941ca28 100644 --- a/.env.example +++ b/.env.example @@ -8,7 +8,7 @@ SHARED_GID=1099 # Tor expert bundle version and platform to build the container. # To be obtained from this site: https://gitweb.torproject.org/tor.git # Example: tor-0.4.8.10 -TOR_VERSION=0.4.9.8 +TOR_VERSION=0.4.9.11 # User identifier used for tor inside the container. TOR_USER_ID=1099 @@ -30,7 +30,7 @@ I2P_DATA=./volumes/i2p # Bitcoin core version to build the container. # To be obtained from this site: https://github.com/bitcoin/bitcoin/releases # Example: bitcoin-v26.0 -BITCOIN_VERSION=31.0 +BITCOIN_VERSION=31.1 # Directory on the local machine where to mount the data volume for bitcoin # core (where the blockchain, indexes and configuration will be stored) From 12e059507e54b635246614814a6c41d4d61d99e2 Mon Sep 17 00:00:00 2001 From: eve <11018433+evehash@users.noreply.github.com> Date: Wed, 15 Jul 2026 18:04:29 +0000 Subject: [PATCH 2/2] Update Tor and Bitcoin Core versions in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e8ed27f..3fa4e58 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ The stack is designed for users who want transparent local builds instead of pul | Service | Purpose | Version | Status | | --- | --- | --- | --- | -| [Tor](https://gitlab.torproject.org/tpo/core/tor/) | Routes Bitcoin P2P traffic through Tor and can host optional onion services. | 0.4.9.8 | ![Tor version status](https://img.shields.io/endpoint?url=https%3A%2F%2Fevehash.github.io%2Fbitcoin-full-node-with-docker%2Fversion-status%2Ftor.json) | -| [Bitcoin Core](https://github.com/bitcoin/bitcoin) | Validates blocks and transactions as a full Bitcoin node. | 31.0 | ![Bitcoin Core version status](https://img.shields.io/endpoint?url=https%3A%2F%2Fevehash.github.io%2Fbitcoin-full-node-with-docker%2Fversion-status%2Fbitcoin.json) | +| [Tor](https://gitlab.torproject.org/tpo/core/tor/) | Routes Bitcoin P2P traffic through Tor and can host optional onion services. | 0.4.9.11 | ![Tor version status](https://img.shields.io/endpoint?url=https%3A%2F%2Fevehash.github.io%2Fbitcoin-full-node-with-docker%2Fversion-status%2Ftor.json) | +| [Bitcoin Core](https://github.com/bitcoin/bitcoin) | Validates blocks and transactions as a full Bitcoin node. | 31.1 | ![Bitcoin Core version status](https://img.shields.io/endpoint?url=https%3A%2F%2Fevehash.github.io%2Fbitcoin-full-node-with-docker%2Fversion-status%2Fbitcoin.json) | | [Electrs](https://github.com/romanz/electrs) | Serves Electrum-compatible wallets from your own node. | 0.11.1 | ![Electrs version status](https://img.shields.io/endpoint?url=https%3A%2F%2Fevehash.github.io%2Fbitcoin-full-node-with-docker%2Fversion-status%2Felectrs.json) | | [BTC RPC Explorer](https://github.com/janoside/btc-rpc-explorer) | Provides a local Bitcoin blockchain explorer backed by your node. | 3.5.1 | ![BTC RPC Explorer version status](https://img.shields.io/endpoint?url=https%3A%2F%2Fevehash.github.io%2Fbitcoin-full-node-with-docker%2Fversion-status%2Fbtcrpcexplorer.json) | | [NGINX](https://github.com/nginxinc/docker-nginx) | Terminates local TLS for BTC RPC Explorer and Electrs. | stable-slim | ![NGINX version status](https://img.shields.io/endpoint?url=https%3A%2F%2Fevehash.github.io%2Fbitcoin-full-node-with-docker%2Fversion-status%2Fnginx.json) |