Paybyte
Node OperatorsPBE Core 0.0.1 · Protocol 1.0
PBE CORE 0.0.1

Run, secure and maintain a Paybyte node.

A PBE node can validate, relay and synchronize without producing blocks. Block production is a separate operator-authorized function, and merchant webhooks are an optional feature rather than a consensus requirement.

Two supported storage profilesWeb/server deployments use MySQL or MariaDB. Standalone deployments ship with SQLite for a self-contained local node.

Node responsibilities

RoleBehavior
ValidationChecks transaction, block, state and consensus rules before canonical storage.
SynchronizationDiscovers compatible peers and follows the canonical branch using common-ancestor reorganization support.
RelayExchanges signed transactions, blocks, hello messages and bounded peer hints.
Block productionOptional. Requires an operator wallet binding and authorization of the machine producer key.
CommercePayment verification is available without custody; signed webhook management is opt-in.

Operator paths

Protocol details

Node operators configure and maintain the software here. Developers implementing the peer wire protocol should use the separate P2P protocol reference.