Talero Public Docs
Public node documentation for builders, wallets, explorers, and operators
Mining Boundary

Mining and pool RPC boundary

Canonical mining work methods and compatibility behavior separated from public-safe RPC.

Mining Pool profile Work RPC Compatibility Gated

Public-safe does not mean unrestricted. Public mode, privacy mode, safe mode, read-only mode, quotas, deployment profile, and gateway policy can still mask or deny behavior.

Mining RPC Boundary

Mining and pool methods are not generic public RPC. They are gated by mining/pool profile, node role, safe mode, and deployment policy.

MethodCategoryPublic profile behaviorNotes
talero_getWorkMiningNot generic public RPC; gated by mining/pool profile and deployment policy.mining
talero_submitWorkMiningNot generic public RPC; gated by mining/pool profile and deployment policy.mining
eth_getWorkMiningNot generic public RPC; gated by mining/pool profile and deployment policy.compat_only
eth_submitWorkMiningNot generic public RPC; gated by mining/pool profile and deployment policy.deprecated

Canonical Methods

  • talero_getWork and talero_submitWork are the canonical pool surfaces.
  • eth_getWork is a compatibility helper only.
  • eth_submitWork is an unsupported compatibility surface; prefer talero_submitWork.

Do not list mining RPC as generic public-safe RPC on public endpoint pages.