Paybyte
Node OperatorsPBE Core 0.0.1 · Protocol 1.0
HYBRID PARTICIPATION

Block production is an explicit local opt-in.

A node can fully validate, relay and synchronize without producing blocks. Production requires a machine producer key plus authorization from the bound operator/reward wallet.

Two-part authorization

The node creates or loads its machine producer key. The bound wallet then signs authorization for that exact producer key. Rewards and fees are credited to the address derived from the mining wallet public key, not to the machine key.

Participation ticket

Each authorized wallet receives at most one deterministic Argon2id participation ticket for a given parent and slot. A wallet with zero PBE remains eligible. Confirmed holdings improve timing according to a bounded multiplier but are not locked.

ParameterPBE 0.0.1
Slot target15 seconds
Ticket workArgon2id
Argon2 memory64 MiB per proof
Argon2 operations4
Eligibility window1-14 seconds
Holdings multiplier bound1.00x to 2.50x protocol bound

Public mining status API

GET /rpc/mining/status/{address} exposes chain-derived participation balance, holding multiplier and reward history. Hosted public deployments redact local-operator and local-producer details.

No staking lifecyclePBE 0.0.1 has no minimum stake, locked-balance field, producer registry, registration transaction, exit transaction or withdrawal transaction.