🏭Mining Pool Flow
flowchart TD
HW[Choose Hardware] --> ACC[Register Braiins Pool Account]
ACC --> CFG[Configure Mining Device]
CFG --> WAL[Set Payout Wallet Address]
Pool Payout & Fees
flowchart LR
F1[Shared Transaction Fee Model] --> S1[Daily Payout at UTC 9]
S1 --> T1[On-chain or Lightning Payments]
T1 --> C1[Custom Payout Threshold]
FPPS Reward Model Overview
flowchart TD
S[Shares S] --> CRC[Coinbase Reward Component]
D[Difficulty D] --> CRC
C[Block Reward C] --> CRC
AF[Avg Transaction Fee AF] --> TFC[Transaction Fee Component]
CRC --> TR[Total Reward TR = CRC + TFC]
TFC --> TR
📡 Pool & Account API Overview
flowchart LR
Stats[Pool Stats API] --- Profile[User Profile API]
Profile --- Rewards[Daily Reward API]
Rewards --- Hashrate[Daily Hashrate API]
Hashrate --- Workers[Workers API]
Workers --- Payouts[Payouts API]