Skip to content

Commit 93c73cf

Browse files
committed
docs: clarify --grpc flag is for standalone rpcdaemon only
1 parent 55a7cf8 commit 93c73cf

File tree

1 file changed

+2
-2
lines changed
  • docs/gitbook/src/interacting-with-erigon

1 file changed

+2
-2
lines changed

docs/gitbook/src/interacting-with-erigon/grpc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metaLinks:
99

1010
Erigon provides gRPC APIs that allow users to access blockchain data and services directly through protocol buffer interfaces. These APIs offer high-performance, strongly-typed access to Erigon's internal services and are particularly useful for applications requiring efficient data access or integration with other gRPC-based systems.
1111

12-
The gRPC server must be explicitly enabled using the `--grpc` flag when starting the RPC daemon, and can be configured with custom listening addresses, ports, and TLS settings.
12+
The gRPC server can be explicitly enabled using the `--grpc` flag when running the **standalone `rpcdaemon`** binary. This flag is **not available** on the main `erigon` binary — internal gRPC services for components like txpool, downloader, and sentry start automatically on the `--private.api.addr` endpoint and do not require any additional flag.
1313

1414
### Performance Considerations
1515

@@ -33,7 +33,7 @@ Erigon provides Go, Rust, and C++ implementations of the RoKV (read-only key-val
3333

3434
### Availability
3535

36-
* gRPC services are available when enabled with the `--grpc` flag
36+
* gRPC services are available when enabled with the `--grpc` flag on the **standalone `rpcdaemon`** binary
3737
* Default listening address is configurable via `--grpc.addr` and `--grpc.port`
3838
* Services require the main Erigon node to be running and accessible
3939

0 commit comments

Comments
 (0)