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
Error: HTTP error: 201 Created
user-ops-indexer keeps crashing with Error: HTTP error: 201 Created
user-ops-indexer | 2024-08-07T11:17:29.602187Z INFO user_ops_indexer_server::indexer: connecting to rpc version="v0.6" user-ops-indexer | Error: HTTP error: 201 Created
Ethereum client: besu Mode: QBFT Client works on the same VPS
My docker-compose file:
services: besu: image: hyperledger/besu:latest ports: - "8545:8545" - "8546:8546" - "30303:30303/tcp" - "30303:30303/udp" volumes: - ./data:/home/besu/data - ./genesis:/home/besu/genesis environment: - BESU_DATA_PATH=/home/besu/data - BESU_GENESIS_FILE=/home/besu/genesis/genesis.json - BESU_BOOTNODES=enode://ad2*****[email protected]:30303 - BESU_RPC_HTTP_ENABLED=true - BESU_SYNC_MODE=FAST - BESU_FAST_SYNC_MIN_PEERS=2 - BESU_RPC_HTTP_CORS_ORIGINS=all - BESU_HOST_ALLOWLIST=* - BESU_RPC_HTTP_API=ETH,NET,WEB3 - BESU_P2P_HOST=0.0.0.0 - BESU_RPC_HTTP_HOST=0.0.0.0 - BESU_RPC_WS_ENABLED=true - BESU_RPC_WS_HOST=0.0.0.0 - BESU_RPC_WS_API=ETH,NET,WEB3
Docker-compose
Besu
Private chain QBFT consensus
No response
v6.7.2
elixir:1.16.3-erlang-26.2.5.1-alpine-3.18.7
Ubuntu 22.04
The text was updated successfully, but these errors were encountered:
@k1rill-fedoseev could you please take a look
Sorry, something went wrong.
No branches or pull requests
Description
user-ops-indexer keeps crashing with Error: HTTP error: 201 Created
user-ops-indexer | 2024-08-07T11:17:29.602187Z INFO user_ops_indexer_server::indexer: connecting to rpc version="v0.6" user-ops-indexer | Error: HTTP error: 201 Created
Ethereum client: besu
Mode: QBFT
Client works on the same VPS
My docker-compose file:
services:
besu:
image: hyperledger/besu:latest
ports:
- "8545:8545"
- "8546:8546"
- "30303:30303/tcp"
- "30303:30303/udp"
volumes:
- ./data:/home/besu/data
- ./genesis:/home/besu/genesis
environment:
- BESU_DATA_PATH=/home/besu/data
- BESU_GENESIS_FILE=/home/besu/genesis/genesis.json
- BESU_BOOTNODES=enode://ad2*****[email protected]:30303
- BESU_RPC_HTTP_ENABLED=true
- BESU_SYNC_MODE=FAST
- BESU_FAST_SYNC_MIN_PEERS=2
- BESU_RPC_HTTP_CORS_ORIGINS=all
- BESU_HOST_ALLOWLIST=*
- BESU_RPC_HTTP_API=ETH,NET,WEB3
- BESU_P2P_HOST=0.0.0.0
- BESU_RPC_HTTP_HOST=0.0.0.0
- BESU_RPC_WS_ENABLED=true
- BESU_RPC_WS_HOST=0.0.0.0
- BESU_RPC_WS_API=ETH,NET,WEB3
Type of the installation
Docker-compose
Type of the JSON RPC archive node
Besu
Type of the chain
Private chain QBFT consensus
Link to the page
No response
Steps to reproduce
No response
Backend version
v6.7.2
Frontend version
No response
Elixir & Erlang/OTP versions
elixir:1.16.3-erlang-26.2.5.1-alpine-3.18.7
Operating system
Ubuntu 22.04
Additional information
No response
The text was updated successfully, but these errors were encountered: