Run a PBE node or produce blocks.
A PBE node can validate, relay and synchronize without producing blocks. Block production is an explicit local opt-in authorized by the operator wallet.
Public node status
GET /rpc/statusPublic status identifies the node software/protocol, PBE-MAINNET, network ID 1, the frozen genesis hash, canonical tip and synchronization state. It deliberately excludes the operator wallet address, its balance and local producer details.
Operator binding
On first launch, bin/pbe-node creates a one-time setup code. The browser wallet signs a binding proof and sends only its public address/public key and proof to the node. The wallet private key never enters the server filesystem.
cd /d D:\xampp\htdocs\paybyte.org
D:\xampp\php\php.exe bin\pbe-node --config config\config.phpThe daemon will print setup instructions until an operator wallet is bound through /wallet/.
On hosted nodes, operator identity is not published through status RPC. After unlock, the bound browser wallet signs an OPERATOR_STATUS challenge to retrieve its private management state. Public callers receive only generic configured/node/network information.
Block production
Enabling block production is a two-step authorization: the node creates/loads a machine producer key, and the bound wallet signs authorization for that exact producer key. The wallet remains the reward identity and receives block rewards and fees.
/rpc/mining/status/{address}Mining status for wallet
Returns chain-derived participation balance, holding multiplier and reward history. Hosted deployments redact whether the address is the local operator, local producer identity, ticket timing and mining state; standalone localhost can receive those local details.
Parameters
| Name | Location / Type | Required | Description |
|---|---|---|---|
| address | path PBE address | yes | Wallet address. |
Participation mechanics
Each authorized wallet gets at most one deterministic Argon2id participation ticket per slot. Wallets with zero PBE remain eligible. Confirmed holdings improve the ticket's eligibility timing according to a bounded multiplier schedule. Funds are never locked by consensus.
