Hello! Gitter chat support has been cancelled. Please redirect all requests to Discord: discord.gg/gnosischain (Channel #blockscout)
vbaranov on vb-eth-tests-socker-root
Change order of tables deletion… Drop staking_polls & stakin_poo… Add clause for EthereumJSONRPC.… and 2 more (compare)
vbaranov on vb-fix-tx-response-for-txpoolcontent
vbaranov on master
Add clause for EthereumJSONRPC.… Merge pull request #5714 from b… (compare)
vbaranov on vb-fix-tx-response-for-txpoolcontent
Add clause for EthereumJSONRPC.… (compare)
vbaranov on vb-fix-tx-response-for-txpoolcontent
Add clause for EthereumJSONRPC.… (compare)
Qwerty5Uiop on vb-eth-tests
Fix server starting (compare)
vbaranov on vb-fix-tx-response-for-txpoolcontent
Add clause for EthereumJSONRPC.… (compare)
Qwerty5Uiop on release-building
Fix server starting (compare)
Hi, I was able to setup and run my own eth node and blockscout in the same machine, so my blockscout is running on port 4000, so using nginx I proxypass a domain to port 4000, the explorer loads every thing seems ok but the websocket I keep getting Connection Lost ..., but using the domain.com:4000 works just file and I can see new added blocks updating in realtime in the explorer.
My Env Variables
- ETHEREUM_JSONRPC_HTTP_URL=http://ip-address:8545
- ETHEREUM_JSONRPC_TRACE_URL=http://ip-address:8545
- ETHEREUM_JSONRPC_WS_URL=ws://ip-address:8546
If the origin of the request is
ws://domain.com/socket/websocket?locale=en&vsn=2.0.0
Status
403
Forbidden
But if the origin of the request is
ws://domainOrip.com:4000/socket/websocket?locale=en&vsn=2.0.0
Status
No Problem at all.
I appreciate your help.
Hey, I'm trying to run blockscout locally with avalanche, but Im getting the error "the method parity_pendingTransactions does not exist/is not available"
I'm trying to run the docker with this:
COIN=AVAX \
ETHEREUM_JSONRPC_VARIANT=geth \
ETHEREUM_JSONRPC_HTTP_URL=127.0.0.1:9650/ext/bc/C/rpc \
ETHEREUM_JSONRPC_WS_URL=ws://127.0.0.1:9650/ext/bc/C/ws \
make start
debug_traceTransaction
is taking a long time for one specific transaction. So we are stuck in an infinite loop where blockscout tries to trace the transaction -> times out -> tries again. Is there a way we can increase time out or ignore the transaction all together?
Hello, I am looking to have hosted solution of Blockscout for our EVM compatible private chain.. https://docs.blockscout.com/for-projects/premium-features/your-chain-on-blockscout.com
Please contact me telegram: YogeshPadsala
Thanks