We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
run esplora via docker:
build the docker image first on server according to https://github.com/Blockstream/esplora?tab=readme-ov-file#how-to-build-the-docker-image
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:
ls under /var:
ls
/var
/var/electrs-rest.sock does not exist
/var/electrs-rest.sock
check electrs logs:
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:
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
run esplora via docker:
build the docker image first on server according to https://github.com/Blockstream/esplora?tab=readme-ov-file#how-to-build-the-docker-image
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:
ls
under/var
:/var/electrs-rest.sock
does not existcheck electrs logs:
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:
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
The text was updated successfully, but these errors were encountered: