Open emimugar2 opened 7 months ago
any can help me? :(
I met the same issue :(
Esplora uses it's own bitcoind instance and you have to syncronize that instance before getting esplora working. It seems that your block directory is corrupted or not working "Fatal LevelDB error: IO error: /data/bitcoin/blocks/index/LOCK:" Try to reindex the bitcoind instance of esplora checking the correct path for block data.
Hi, I have a docker with splore installed connected by RPC to my bitcoin core that I have on windows. All the blocks have been synchronized and I have access to the esplore web in http://localhost:8080/ but it shows me the error "Esplore is currently unavailable, please try again later" and in the console gives me error requests in the api. I leave the logs of the docker console and nginx to see if you can help me, because I've been trying everything and I do not know what it can be.
CONSOLE DOCKER LOGS:
LOGS NGINX:
tail -f /var/log/nginx/error.log 2024/04/07 11:04:34 [crit] 97#97: *434 connect() to unix:/var/electrs-rest.sock failed (2: No such file or directory) while connecting to upstream, client: 172.17.0.1, server: , request: "GET /api/mempool/recent HTTP/1.1", upstream: "http://unix:/var/electrs-rest.sock:/mempool/recent", host: "localhost:8080" 2024/04/07 11:06:00 [error] 97#97: *439 open() "/srv/explorer/static/bitcoin-mainnet/bootstrap.min.css.map" failed (2: No such file or directory), client: 172.17.0.1, server: , request: "GET /bootstrap.min.css.map HTTP/1.1", host: "localhost:8080" 2024/04/07 11:06:32 [crit] 97#97: *439 connect() to unix:/var/electrs-rest.sock failed (2: No such file or directory) while connecting to upstream, client: 172.17.0.1, server: , request: "GET /api/blocks/ HTTP/1.1", upstream: "http://unix:/var/electrs-rest.sock:/blocks/", host: "localhost:8080" 2024/04/07 11:08:28 [crit] 97#97: *439 connect() to unix:/var/electrs-rest.sock failed (2: No such file or directory) while connecting to upstream, client: 172.17.0.1, server: , request: "GET /api/blocks HTTP/1.1", upstream: "http://unix:/var/electrs-rest.sock:/blocks", host: "localhost:8080" 2024/04/07 11:08:28 [crit] 97#97: *438 connect() to unix:/var/electrs-rest.sock failed (2: No such file or directory) while connecting to upstream, client: 172.17.0.1, server: , request: "GET /api/mempool/recent HTTP/1.1", upstream: "http://unix:/var/electrs-rest.sock:/mempool/recent", host: "localhost:8080" 2024/04/07 11:08:30 [crit] 97#97: *438 connect() to unix:/var/electrs-rest.sock failed (2: No such file or directory) while connecting to upstream, client: 172.17.0.1, server: , request: "GET /api/blocks HTTP/1.1", upstream: "http://unix:/var/electrs-rest.sock:/blocks", host: "localhost:8080" 2024/04/07 11:08:30 [crit] 97#97: *438 connect() to unix:/var/electrs-rest.sock failed (2: No such file or directory) while connecting to upstream, client: 172.17.0.1, server: , request: "GET /api/mempool/recent HTTP/1.1", upstream: "http://unix:/var/electrs-rest.sock:/mempool/recent", host: "localhost:8080" 2024/04/07 11:08:32 [crit] 97#97: *438 connect() to unix:/var/electrs-rest.sock failed (2: No such file or directory) while connecting to upstream, client: 172.17.0.1, server: , request: "GET /api/blocks HTTP/1.1", upstream: "http://unix:/var/electrs-rest.sock:/blocks", host: "localhost:8080" 2024/04/07 11:08:32 [crit] 97#97: *438 connect() to unix:/var/electrs-rest.sock failed (2: No such file or directory) while connecting to upstream, client: 172.17.0.1, server: , request: "GET /api/mempool/recent HTTP/1.1", upstream: "http://unix:/var/electrs-rest.sock:/mempool/recent", host: "localhost:8080" 2024/04/07 11:08:32 [crit] 97#97: *445 connect() to unix:/var/electrs-rest.sock failed (2: No such file or directory) while connecting to upstream, client: 172.17.0.1, server: , request: "GET /api/blocks/tip/height HTTP/1.1", upstream: "http://unix:/var/electrs-rest.sock:/blocks/tip/height", host: "localhost:8080"