Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker run bitcoin testnet3 and signet doesn't work well #503

Open
gitzhou opened this issue Jun 8, 2024 · 0 comments
Open

docker run bitcoin testnet3 and signet doesn't work well #503

gitzhou opened this issue Jun 8, 2024 · 0 comments

Comments

@gitzhou
Copy link

gitzhou commented Jun 8, 2024

run esplora via docker:

  1. build the docker image first on server according to https://github.com/Blockstream/esplora?tab=readme-ov-file#how-to-build-the-docker-image

  2. run testnet3 according to https://github.com/Blockstream/esplora?tab=readme-ov-file#how-to-run-the-explorer-for-bitcoin-testnet3

bitcoind can sync up blocks normally, yet the backend service is not started.

check nginx config in the container:

CleanShot-20240609014811

ls under /var:

CleanShot-20240609014718

/var/electrs-rest.sock does not exist

check electrs logs:

CleanShot-20240609015508

it keeps printing the same log without errors after syncing all the blocks.

--

try to run bitcoin signet, the phenomenon is the same as testnet3

--

try to run bitcoin regtest, everything works well.

check regtest electrs logs:

CleanShot-20240609020105

it has 2 lines of output that say the rest service is up, once the blocks are synced, whereas testnet3 and signet don't have this kind of log.

please check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant