Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down
Loading