You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[10-03|03:43:12.017] INFO node/node.go:1107 initializing API aliases
[10-03|03:43:12.018] INFO node/node.go:904 skipping profiler initialization because it has been disabled
[10-03|03:43:12.018] INFO node/node.go:544 initializing chains
[10-03|03:43:12.018] INFO chains/manager.go:264 creating chain {"chainID": "111111111111111111111111111111LpoYY", "vmID": "rWhpuQPF1kb72esV2momhMuTYGkEb1oL29pt2EBXWmSy 4kxnT"}
[10-03|03:43:12.023] INFO
platformvm/vm.go:228 initializing last accepted {"blkID": "E5qN6rpwsTH9RgKsjKpjfNDSHt1wfJGY8qVvZZGxXd1FA3ndD"}
[10-03|03:43:12.023] INFO
snowman/transitive.go:70 initializing engine
[10-03|03:43:12.024] INFO server/server.go:272 adding route {"url": "/ext/bc/11111111111111111111111111111111LpoYY", "endpoint": ""}
[10-03|03:43:12.025] INFO
bootstrap/bootstrapper.go:115 starting bootstrapper
[10-03|03:43:12.025] INFO server/server.go:173 HTTP API server listening {"host": "0.0.0.0", "port": 9650}
[10-03|03:43:12.538] INFO peer/peer.go:663 beacon attempting to connect with newer version. You may want to update your client {"nodeID": "NodeID-s16BotZkrwu9pfqjmD8vUAsjYtk83dDv", "beaconVersion": " avalanche/1.7.1806"}
[10-03|03:43:13.046] INFO
common/bootstrapper.go:248 bootstrapping started syncing {"numVerticesInFrontier": 1}
[10-03|03:43:13.413] INFO
bootstrap/block_job.go:88 block failed verification during bootstrapping {"blkID": "gnoD5bwqpw7YXjrwWGLeUbmZcQiYMV7TzVUaRwGNFuiSZSFW5", "error": "weight of this validator is too low" }
[10-03|03:43:13.414] FATAL
handler/handler.go:282 shutting down chain {"reason": "received an unexpected error", "error": "failed to execute job gnoD5bwqpw7YXjrwWGLeUbmZcQiYMV7TzVUaRwGNFuiSZSFW5 due to failed to verify block in bootstrapping: weight of this validator is too low while processing sync message: (Op: ancestors, NodeID: NodeID-s16BotZkrwu9pfqjmD8vUAsjYtk83dDv, RequestID: 3, NumContainers: 394)"}
[10-03|03:43:13.414] INFO
bootstrap/bootstrapper.go:282 shutting down bootstrapper
[10-03|03:43:13.414] INFO node/node.go:1298 shutting down node {"exitCode": 1}
[10-03|03:43:13.414] INFO ipcs/chainipc.go:111 shutting down chain IPCs
[10-03|03:43:13.414] INFO chains/manager.go:987 shutting down chain manager
[10-03|03:43:13.414] INFO router/chain_router.go:274 shutting down chain router
[10-03|03:43:13.414] INFO network/network.go:1055 shutting down the p2p networking
[10-03|03:43:13.417] INFO node/node.go:1351 cleaning up plugin subprocesses
[10-03|03:43:13.418] INFO node/node.go:1363 finished node shutdown
[10-03|03:43:13.418] INFO nat/nat.go:180 Unmapped all ports
The text was updated successfully, but these errors were encountered:
docker file
FROM flarefoundation/go-flare:latest as builder
The execution command is as follows:
AUTOCONFIGURE_BOOTSTRAP_ENDPOINT="https://flare.flare.network/ext/info"
BOOTSTRAP_IPS=$(curl -m 10 -sX POST --data '{ "jsonrpc":"2.0", "id":1, "method":"info.getNodeIP" }' -H 'content-type:application/ json;' "$AUTOCONFIGURE_BOOTSTRAP_ENDPOINT" | jq -r ".result.ip")
BOOTSTRAP_IDS=$(curl -m 10 -sX POST --data '{ "jsonrpc":"2.0", "id":1, "method":"info.getNodeID" }' -H 'content-type:application/ json;' "$AUTOCONFIGURE_BOOTSTRAP_ENDPOINT" | jq -r ".result.nodeID")
./avalanchego --http-host=0.0.0.0 --http-port=9650 --staking-port=9651 --public-ip=$PUBLIC_IP --db-dir=/app/db --db-type= leveldb --bootstrap-ips=$BOOTSTRAP_IPS --bootstrap-ids=$BOOTSTRAP_IDS --bootstrap-beacon-connection-timeout=1m --chain-config-dir=/app/conf --log-dir=/app/logs --log-level=info --network-id=flare
Log error:
[10-03|03:43:12.017] INFO node/node.go:1107 initializing API aliases
[10-03|03:43:12.018] INFO node/node.go:904 skipping profiler initialization because it has been disabled
[10-03|03:43:12.018] INFO node/node.go:544 initializing chains
[10-03|03:43:12.018] INFO chains/manager.go:264 creating chain {"chainID": "111111111111111111111111111111LpoYY", "vmID": "rWhpuQPF1kb72esV2momhMuTYGkEb1oL29pt2EBXWmSy 4kxnT"}
[10-03|03:43:12.023] INFO
platformvm/vm.go:228 initializing last accepted {"blkID": "E5qN6rpwsTH9RgKsjKpjfNDSHt1wfJGY8qVvZZGxXd1FA3ndD"}
[10-03|03:43:12.023] INFO
snowman/transitive.go:70 initializing engine
[10-03|03:43:12.024] INFO server/server.go:272 adding route {"url": "/ext/bc/11111111111111111111111111111111LpoYY", "endpoint": ""}
[10-03|03:43:12.025] INFO
bootstrap/bootstrapper.go:115 starting bootstrapper
[10-03|03:43:12.025] INFO server/server.go:173 HTTP API server listening {"host": "0.0.0.0", "port": 9650}
[10-03|03:43:12.538] INFO peer/peer.go:663 beacon attempting to connect with newer version. You may want to update your client {"nodeID": "NodeID-s16BotZkrwu9pfqjmD8vUAsjYtk83dDv", "beaconVersion": " avalanche/1.7.1806"}
[10-03|03:43:13.046] INFO
common/bootstrapper.go:248 bootstrapping started syncing {"numVerticesInFrontier": 1}
[10-03|03:43:13.413] INFO
bootstrap/bootstrapper.go:528 executing blocks {"numPendingJobs": 22}
[10-03|03:43:13.414] ERROR
bootstrap/block_job.go:88 block failed verification during bootstrapping {"blkID": "gnoD5bwqpw7YXjrwWGLeUbmZcQiYMV7TzVUaRwGNFuiSZSFW5", "error": "weight of this validator is too low" }
[10-03|03:43:13.414] FATAL
handler/handler.go:282 shutting down chain {"reason": "received an unexpected error", "error": "failed to execute job gnoD5bwqpw7YXjrwWGLeUbmZcQiYMV7TzVUaRwGNFuiSZSFW5 due to failed to verify block in bootstrapping: weight of this validator is too low while processing sync message: (Op: ancestors, NodeID: NodeID-s16BotZkrwu9pfqjmD8vUAsjYtk83dDv, RequestID: 3, NumContainers: 394)"}
[10-03|03:43:13.414] INFO
bootstrap/bootstrapper.go:282 shutting down bootstrapper
[10-03|03:43:13.414] INFO node/node.go:1298 shutting down node {"exitCode": 1}
[10-03|03:43:13.414] INFO ipcs/chainipc.go:111 shutting down chain IPCs
[10-03|03:43:13.414] INFO chains/manager.go:987 shutting down chain manager
[10-03|03:43:13.414] INFO router/chain_router.go:274 shutting down chain router
[10-03|03:43:13.414] INFO network/network.go:1055 shutting down the p2p networking
[10-03|03:43:13.417] INFO node/node.go:1351 cleaning up plugin subprocesses
[10-03|03:43:13.418] INFO node/node.go:1363 finished node shutdown
[10-03|03:43:13.418] INFO nat/nat.go:180 Unmapped all ports
The text was updated successfully, but these errors were encountered: