Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

Commit 4a17e4f

Browse files
bitcoin-explorer: drop project in favor of mempool (#243)
Signed-off-by: Tyler Baker <forcedinductionz@gmail.com>
1 parent b32b124 commit 4a17e4f

8 files changed

Lines changed: 8 additions & 97 deletions

File tree

devenv/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ There is a helper script at the top level directory to facilitate logging:
5252

5353
```
5454
./log bitcoin
55-
./log bitcoin-explorer
5655
./log stacks
5756
./log stacks-api
5857
./log stacks-explorer
@@ -63,6 +62,8 @@ There is a helper script at the top level directory to facilitate logging:
6362
./log electrs
6463
./log sbtc-bridge-web
6564
./log sbtc-bridge-api
65+
./log mempool-web
66+
./log mempool-api
6667
```
6768
## Services
6869

@@ -86,11 +87,11 @@ BTC_BLOCK_GEN_TIME: <number of seconds before the next block is mined>
8687
If you need the BTC wallet private key, it is listed in the stacks Config.toml
8788

8889
### Bitcoin
89-
You can access the [Bitcoin Explorer](https://github.com/janoside/btc-rpc-explorer)
90+
You can access the [Bitcoin Explorer](https://github.com/mempool/mempool)
9091
explorer at:
9192

9293
```
93-
http://127.0.0.1:3002
94+
http://127.0.0.1:8083
9495
```
9596

9697
### Stacks

devenv/bitcoin-explorer/build.sh

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

devenv/bitcoin-explorer/docker-compose-bitcoin-explorer.yml

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

devenv/bitcoin-explorer/docker/Dockerfile

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

devenv/bitcoin-explorer/docker/entrypoint.sh

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

devenv/bitcoin-explorer/down.sh

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

devenv/bitcoin-explorer/up.sh

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

devenv/docker-compose.yml

Lines changed: 4 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -131,34 +131,6 @@ services:
131131
- postgres
132132
environment:
133133
- NEXT_PUBLIC_MAINNET_API_SERVER=http://127.0.0.1:3999
134-
bitcoin-explorer:
135-
image: bitcoin-explorer:latest
136-
container_name: bitcoin-explorer
137-
stop_grace_period: 5s
138-
build:
139-
context: ./bitcoin-explorer/docker
140-
args:
141-
BTCEXP_NODE_VERSION: 'v3.4.0'
142-
GIT_URI: https://github.com/janoside/btc-rpc-explorer.git
143-
GIT_BRANCH: 'v3.4.0'
144-
ports:
145-
- 3002:3002
146-
depends_on:
147-
- bitcoin
148-
- miner
149-
environment:
150-
BTCEXP_HOST: 0.0.0.0
151-
BTCEXP_BITCOIND_HOST: bitcoin
152-
BTCEXP_BITCOIND_PORT: 18443
153-
BTCEXP_BITCOIND_USER: devnet
154-
BTCEXP_BITCOIND_PASS: devnet
155-
BTCEXP_BITCOIND_RPC_TIMEOUT: 5000
156-
BTCEXP_BITCOIND_URI: bitcoin://devnet:devnet@bitcoin:18443?timeout=10000
157-
BTCEXP_ADDRESS_API: electrum
158-
BTCEXP_ELECTRUM_SERVERS: tcp://electrs:60401
159-
BTCEXP_ELECTRUM_TXINDEX: true
160-
BTCEXP_SLOW_DEVICE_MODE: false
161-
BTCEXP_UI_THEME: dark
162134
electrs:
163135
image: electrs:latest
164136
container_name: electrs
@@ -184,7 +156,7 @@ services:
184156
- stacks
185157
- stacks-explorer
186158
- stacks-api
187-
- bitcoin-explorer
159+
- mempool-web
188160
- miner
189161
environment:
190162
RUST_BACKTRACE: 1
@@ -204,9 +176,9 @@ services:
204176
- miner
205177
- stacks
206178
- stacks-api
179+
- mempool-web
207180
- postgres
208181
- stacks-explorer
209-
- bitcoin-explorer
210182
- mongodb
211183
- sbtc
212184
ports:
@@ -217,7 +189,7 @@ services:
217189
btcRpcUser: devnet
218190
btcRpcPwd: devnet
219191
network: testnet
220-
bitcoinExplorerUrl: http://bitcoin-explorer:3002/api
192+
bitcoinExplorerUrl: http://mempool-web:8083
221193
stacksExplorerUrl: http://stacks-explorer:3000
222194
stacksApi: http://stacks-api:3999
223195
sbtcContractId: ST1PQHQKV0RJXZFY1DGX8MNSNYVE3VGZJSRTPGZGM.asset
@@ -236,7 +208,7 @@ services:
236208
- stacks
237209
- stacks-explorer
238210
- stacks-api
239-
- bitcoin-explorer
211+
- mempool-web
240212
- miner
241213
- sbtc
242214
- sbtc-bridge-api

0 commit comments

Comments
 (0)