Sergey

Results 10 comments of Sergey

Sorry, no logs or snapshots... Yes, I am about BNB (Beacon chain) external explorer https://explorer.bnbchain.org/block/332616574 txn hash https://explorer.bnbchain.org/tx/0D6C985B7B6CBDE908B1514C6CA31EE867AF086C15CB76BD422896148FB02B00 Docs describes result code https://docs.bnbchain.org/docs/beaconchain/develop/api-reference/dex-api/paths#tx code | integer | transaction result code...

If my own node returns code 65539, what does it mean?

Hi! not solved, please help can you look at my configs please? No progress, it says binance-mainnet-3-node-1 | E[2023-09-07|07:43:10.500] Stopping peer for error module=p2p peer="Peer{MConn{34.247.169.233:27146} b323708b0bd429a95154ff0a287f0f42f432cb62 out}" err=EOF binance-mainnet-3-node-1 |...

Hi! Please can anyone tell me, how long cardano-graphql can initialize? I have synced cardano node, db-sync-extended, hasura-cli, graphql-engine and cardano-graphql succesfully built by nix, running out of docker. dbsync...

I tried to index mainnet-14 spork so downloaded root.checkpoint to /var/flow/bootstrap node-infos.pub.json root-protocol-state-snapshot.json to /var/flow/bootstrap/public-root-information and flow_public_mainnet14_execution_state to /var/flow/data/execution and tried to start indexer: ~/flow-dps-bin/1.4.8 # ./dps-indexer -l debug -d...

1. wget https://storage.googleapis.com/flow-genesis-bootstrap/mainnet-14-execution/public-root-information/root.checkpoint direct to /var/flow/bootstrap/ (about 29G) 2. wget https://storage.googleapis.com/flow-genesis-bootstrap/mainnet-14-execution/public-root-information/root-protocol-state-snapshot.json direct to /var/flow/bootstrap/public-root-information 3. wget https://storage.googleapis.com/flow-genesis-bootstrap/mainnet-14-execution/public-root-information/node-infos.pub.json to /var/flow/bootstrap/public-root-information 4. wget https://storage.googleapis.com/flow_public_mainnet14_execution_state to /var/flow/data/execution/

Yes, thank you! Downloaded with gsutil So now I have ./dps-live -u flow-block-data -i /var/flow/index -d /var/flow/data -c /var/flow/bootstrap/public-root-information/root.checkpoint -b /var/flow/bootstrap --seed-address access-001.mainnet14.nodes.onflow.org:9000 --seed-key 28a0d9edd0de3f15866dfe4aea1560c4504fe313fc6ca3f63a63e4f98d0e295144692a58ebe7f7894349198613f65b2d960abf99ec2625e247b1c78ba5bf2eae {"level":"info","time":"2022-02-17T16:16:31Z","message":"Flow DPS Live Server starting"}...

All info at https://github.com/onflow/flow/blob/master/sporks.json with latest root-protocol-state-snapshot.json for mainnet16 and dps 1.4.8 {"level":"error","error":"could not decode protocol snapshot: json: cannot unmarshal string into Go struct field Seal.LatestSeal.FinalState of type flow.StateCommitment","time":"2022-03-03T08:17:47Z","message":"could not...

Downloaded and extracted protocol, tried to start indexer on mainnet-15 root@ph243 /nodes-data/flow/flow-dps-bin/1.4.8 # ./dps-indexer -l debug -t /nodes-data/flow/data/execution -d /nodes-data/flow/data/protocol -c /nodes-data/flow/bootstrap/public-root-information/root.checkpoint {"level":"info","start":"2022-03-06T03:53:42Z","time":"2022-03-06T03:53:42Z","message":"Flow DPS Indexer starting"} {"level":"info","component":"mapper_transitions","commit":"568f4ec740fe3b5de88034cb7b1fbddb41548b068f31aebc8ae9189e429c5749","time":"2022-03-06T03:53:42Z","message":"added empty tree to...