Skip to content

Commit

Permalink
Merge pull request #148 from Samourai-Wallet/feat_mydojo_upgrade_expl…
Browse files Browse the repository at this point in the history
…orer

upgrade explorer to btc-rpc-explorer 2.0.0
  • Loading branch information
kenshin-samourai authored Apr 13, 2020
2 parents 625e731 + 550f5c8 commit cf40308
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/my-dojo/.env
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ DOJO_BITCOIND_VERSION_TAG=1.5.0
DOJO_NODEJS_VERSION_TAG=1.6.0
DOJO_NGINX_VERSION_TAG=1.4.0
DOJO_TOR_VERSION_TAG=1.3.0
DOJO_EXPLORER_VERSION_TAG=1.2.0
DOJO_EXPLORER_VERSION_TAG=1.3.0
DOJO_INDEXER_VERSION_TAG=1.0.0


Expand Down
2 changes: 1 addition & 1 deletion docker/my-dojo/explorer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENV LOGS_DIR /data/logs
ENV APP_DIR /home/node/app

ENV EXPLORER_URL https://github.com/janoside/btc-rpc-explorer/archive
ENV EXPLORER_VERSION 1.1.9
ENV EXPLORER_VERSION 2.0.0


# Install netcat
Expand Down
1 change: 1 addition & 0 deletions docker/my-dojo/explorer/restart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ explorer_options=(
--bitcoind-pass "$BITCOIND_RPC_PASSWORD"
--no-rates
--privacy-mode
--slow-device-mode
)

# Blacklist all functions provided by the RPC API
Expand Down

0 comments on commit cf40308

Please sign in to comment.