Status:Der aktuelle Status des Knotens. Beispiel: Laufen. Eine Liste aller möglichen Status finden Sie unter
Status.
Blockhöhe:Die Blockhöhe gibt die Anzahl der Blöcke an, die dieser Knoten synchronisiert hat. Die Blockhöhe eines Knotens sollte nach der ersten Synchronisierung in etwa der Höhe seiner Peers entsprechen. Die aktuelle Blockhöhe der Blockchain kannst du mit einem Block-Explorer wie Etherscan für Ethereum, PolygonScan für Polygon und Solana Explorer für Solana prüfen.
Die Endpunkt-URLs Ihrer Endpunkte, die beim Erstellen des Blockchain-Knotens erstellt wurden. Die Endpunkt-URL ist erforderlich, um
den Blockchain-Knoten zu verwenden.
Wenn Sie diesen Befehl direkt nach dem Befehl zum Erstellen des Knotens senden, ist der Wert von stateCREATING. Sie können die URL verwenden, um Ihre Infrastruktur einzurichten. Der Knoten ist jedoch erst dann nutzbar, wenn sich der Status in RUNNING ändert.
Notieren Sie sich die Endpunkt-URL aus der Antwort, damit Sie sie unter Blockchain-Knoten verwenden verwenden können.
Knotenstatus
Knoteninstanzen haben je nach Lebenszyklus des Knotens verschiedene Status.
Bundesland
Beschreibung
WIRD ERSTELLT
Solange dieser Status aktiv ist, wird die Knoteninstanz erstellt und kann nicht verwendet werden. Die Endpunkte werden zwar angezeigt, sind aber nicht zugänglich. Diese Phase dauert bis zu 45 Minuten.
RUNNING
Solange dieser Status aktiv ist, ist der Knoten zugänglich. Nach der anfänglichen Erstellung muss der Knoten mit der Blockchain synchronisiert werden.
Bis die Synchronisierung abgeschlossen ist, erhalten Sie möglicherweise unvollständige Ergebnisse von verschiedenen RPC-Aufrufen.
Ethereum-Vollknoten:Etwa 10 Stunden für die Synchronisierung. Rufen Sie eth_syncing auf, um den Synchronisierungsstatus zu prüfen.
Ethereum-Archivknoten:Etwa 12 Stunden für die Synchronisierung. Wenn Sie den Synchronisierungsstatus prüfen möchten, fragen Sie den Messwertendpunkt ab.
Polygon-Vollknoten:Etwa 6 Stunden für die Synchronisierung.
Während der ersten Stunde, in der Heimdall synchronisiert wird, schlagen API-Anfragen mit 503-Fehlern fehl. Es dauert dann noch etwa 5 Stunden, bis Bor synchronisiert ist. Rufen Sie eth_syncing auf, um den Synchronisierungsstatus zu prüfen.
Nicht stimmberechtigte RPC-Knoten von Solana:Etwa 1 Stunde für die Synchronisierung.
Während der Synchronisierung werden bei API-Anfragen 503-Fehler ausgegeben.
DELETING
Solange dieser Status aktiv ist, wird der Knoten aktiv gelöscht und kann nicht verwendet werden. Dies kann bis zu 30 Minuten dauern.
FEHLER
Dieser Status zeigt an, dass ein unerwarteter Fehler aufgetreten ist. Löschen Sie den Knoten und versuchen Sie es noch einmal. Wenden Sie sich an den Support, falls das Problem weiterhin besteht.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-09-01 (UTC)."],[[["\u003cp\u003eThis page explains how to view details about a Blockchain Node Engine node using either the Google Cloud console or an API call.\u003c/p\u003e\n"],["\u003cp\u003eIn the console, node details can be accessed by navigating to the Blockchain Node Engine page and selecting a specific node from the list.\u003c/p\u003e\n"],["\u003cp\u003eThe Node details page displays information such as node name, status, block height, blockchain, endpoints, API keys, location, and metrics.\u003c/p\u003e\n"],["\u003cp\u003eUsing an API, you can retrieve node details by sending a \u003ccode\u003eListBlockchainNodes\u003c/code\u003e request with the project ID, location, and node name.\u003c/p\u003e\n"],["\u003cp\u003eNode states range from \u003ccode\u003eCREATING\u003c/code\u003e, \u003ccode\u003eRUNNING\u003c/code\u003e, \u003ccode\u003eDELETING\u003c/code\u003e, and \u003ccode\u003eERROR\u003c/code\u003e, which reflect the node's lifecycle stages, with each having specific durations and implications on node accessibility and functionality.\u003c/p\u003e\n"]]],[],null,["# View blockchain node details\n\nThis page describes how to view details about a Blockchain Node Engine node using the\n[console](#using-the-console) or an [API](#using-an-api) call.\n\nUsing the console\n-----------------\n\nTo view details about a node in the UI:\n\n1. In the Google Cloud console, go to the **Blockchain Node Engine** page.\n\n\n [Go to Blockchain Node Engine](https://console.cloud.google.com/blockchain-node-engine)\n2. The [**Nodes**](/blockchain-node-engine/docs/node-list) list page is displayed by default.\n3. Click a node name. The **Node details** page is displayed.\n\n### View node details\n\nThe **Node details** page displays detailed information about the\nselected node.\n\nYou can do the following on this page:\n\n- Open the **APIs \\& Services Credentials** page.\n- content_copy **Copy** an item to the clipboard.\n- open_in_new **Open** the **Metrics Explorer** page.\n\n[](/static/blockchain-node-engine/images/node-details.png)\n\nUsing an API\n------------\n\nTo list details related to a blockchain node with\n[ListBlockchainNodes](/blockchain-node-engine/docs/reference/rest/v1/projects.locations.blockchainNodes/list),\nsend the following request: \n\n curl \\\n -H \"Authorization: Bearer $(gcloud auth print-access-token)\" \\\n -H \"Content-Type: application/json\" \\\n https://blockchainnodeengine.googleapis.com/v1/projects/\u003cvar translate=\"no\"\u003ePROJECT_ID\u003c/var\u003e/\\\n locations/\u003cvar translate=\"no\"\u003eLOCATION\u003c/var\u003e/blockchainNodes/\u003cvar translate=\"no\"\u003eNODE_NAME\u003c/var\u003e\n\nWhere:\n\n- \u003cvar translate=\"no\"\u003ePROJECT_ID\u003c/var\u003e is your Google Cloud project ID. For example, `my-project-id`\n- \u003cvar translate=\"no\"\u003eLOCATION\u003c/var\u003e is the [location](/blockchain-node-engine/docs/terms#location) you selected in [Create a blockchain node](/blockchain-node-engine/docs/create-node). For example, `us-central1`.\n- \u003cvar translate=\"no\"\u003eNODE_NAME\u003c/var\u003e is the name of the node that you created in [Create a blockchain node](/blockchain-node-engine/docs/create-node). For example, `my-node`.\n\nIf the node has been created, you will see a response like the following\nEthereum example: \n\n {\n \"name\": \"projects/my-project-id/locations/us-central1/blockchainNodes/my-node\",\n \"createTime\": \"2023-04-21T19:26:16.293078Z\",\n \"updateTime\": \"2023-04-21T19:57:36.769661Z\",\n \"labels\": {\n \"my-label-key\": \"my-label-value\"\n },\n \"blockchainType\": \"ETHEREUM\",\n \"connectionInfo\": {\n \"ipInfo\": {\n \"rpcIpv4Address\": \"203.0.113.1\"\n },\n \"endpointInfo\": {\n \"jsonRpcApiEndpoint\": \"json-rpc.2g7qvv04aisoq4jhnqqgw8zy0.blockchainnodeengine.com\",\n \"websocketsApiEndpoint\": \"ws.2g7qvv04aisoq4jhnqqgw8zy0.blockchainnodeengine.com\"\n }\n },\n \"ethereumDetails\": {\n \"network\": \"MAINNET\",\n \"nodeType\": \"FULL\",\n \"executionClient\": \"GETH\",\n \"consensusClient\": \"LIGHTHOUSE\",\n \"apiEnableAdmin\": false,\n \"apiEnableDebug\": false,\n \"additionalEndpoints\": {\n \"beaconApiEndpoint\": \"beacon.2g7qvv04aisoq4jhnqqgw8zy0.blockchainnodeengine.com\",\n \"beaconPrometheusMetricsApiEndpoint\": \"bc-mc.2g7qvv04aisoq4jhnqqgw8zy0.blockchainnodeengine.com\"\n }\n },\n \"state\": \"RUNNING\"\n }\n\nIf you send this command immediately after sending the command to\ncreate the node, the value of `state` will be `CREATING`. You can use the\nURL to set up your infrastructure; however, the node is not usable until\nthe state changes to `RUNNING`.\n\nMake a note of the endpoint URL from the response so you can use it in\n[Using blockchain nodes](/blockchain-node-engine/docs/using-nodes).\n\nNode states\n-----------\n\nNode instances will have various states based on the lifecycle of the node."]]