- SignalDesk2026-09-13
Original Summary
I’ve been building something called the Paybyte Blockchain Engine, or PBE, and mainnet is finally live after more coffee than my kidneys would like to admit. I always thought it would be cool to have something easy to use, more mainstream, that's as easy to implement like a "Pay with Paypal" button, but for crypto, that's easy for the average user, like the litecoin network, and something that is considerably more environmental friendly than a POW concept like Bitcoin. Since my Java/C++ skills suck, I built it in a language I am familiar with, and something that is a little out of the ordinary for a blockchain, PHP. This is its own Layer 1. Not an ERC20, not a Solana token, not a rebranded fork. Current mainnet: PBE Core 0.0.1 Protocol 1.0 Block v4 Transaction v2 PBE-PAY v1 15 second block target 5 PBE starting reward ~4 year halvings ~84.1M max supply Consensus uses hybrid participation. Any authorized wallet can produce blocks, even with 0 PBE. Each wallet gets one deterministic Argon2id participation ticket per slot. Holdings improve timing through a bounded multiplier, but there is no minimum stake and no manual staking lock. The entire ecosystem is fully P2P. PBE exposes separate P2P and RPC layers. Examples: POST /p2p/hello POST /p2p/transaction POST /p2p/block GET /p2p/peers GET /rpc/status GET /rpc/block/{heightOrHash} GET /rpc/transaction/{txid} GET /rpc/balance/{address} POST /rpc/broadcast There’s also a native merchant protocol called PBE-PAY. Payments use transaction v2 with a signed paymentReference . A merchant verifies: paymentReference recipient exact amount Payment URIs look like: pbe:<address>?amount=25&ref=ORDER123&label=Store Merchants can use their own node, or multiple public nodes Commerce endpoints include: GET /rpc/commerce/info POST /rpc/commerce/payment-request GET /rpc/commerce/payment/{reference} POST /rpc/broadcast Optional HMAC signed webhooks support: payment.pending payment.confirming payment.confirmed payment.reorged payment.expired The full API is public and viewable at https://paybyte.org/web/developers/ https://paybyte.org/web/developers/openapi.json << Point your ChatGPT here if you are building for e-commerce. Windows and Linux standalone nodes are also available. The Windows build is basically download, extract, run the PBE, create a wallet and sync.   submitted by   /u/StockHodI [link]   [comments]
中文概览
中文标题: Paybyte加密支付项目:Layer 1区块链引擎PBE主网上线
作者发布了自研的Paybyte区块链引擎(PBE),一个Layer 1加密货币主网,目标是让加密支付像PayPal按钮一样易用。采用PHP编写(因作者不擅长Java/C++),非ERC20或Solana代币,也不是分叉。参数包括15秒出块、起始奖励5 PBE、约4年减半、最大供应量约8410万。共识为混合参与机制:授权钱包即使零余额也可出块,每钱包每时段获得确定性Argon2id参与票据,持仓仅提供有界乘数,无最低质押或锁仓。提供独立的P2P与RPC接口,并内置PBE-PAY商户协议,支持带签名的paymentReference、支付URI、HMAC签名webhook(pending/confirming/confirme d等状态)。API公开,提供Windows与Linux独立节点。
分类信息
- 情报分类:开源项目与落地
- 分类依据:用户展示自研加密支付区块链引擎主网上线,属开源项目展示
- 来源:Reddit · SideProject
- 原作者:/u/StockHodI https://www.reddit.com/user/StockHodI
- 发布时间:2026/9/13 08:42:59
- 暂无回复