Skip to content

Commit 220d542

Browse files
committed
Big refactoring to align benchmarking-tool with latest SRI structure and docker images support: - Added comprehensive environment variables to .env for Bitcoin Core IPC, pool, JDS, JDC, and translator proxy settings. - Introduced bitcoin-core.dockerfile for building Bitcoin Core from source. - Updated docker-compose-config-a.yaml and docker-compose-config-c.yaml to reflect new service names and configurations. - Removed outdated Dockerfiles and configurations related to previous implementations. - Enhanced README with setup instructions and environment variable details. - Updated run-benchmarking-tool.sh to generate the .env file dynamically based on user input.
1 parent 73e30a1 commit 220d542

39 files changed

Lines changed: 9171 additions & 8942 deletions

.env

Lines changed: 0 additions & 3 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ debug/
22
target/
33

44
*-DB/
5-
6-
Cargo.lock
5+
/.env

0 commit comments

Comments
 (0)