You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
State Channels: Use direct state channels from light clients to full nodes for payments, instead of trusting pools to track balances and disburse payments periodically. This would reduce the trust surface of pools to be matchmakers.
(Maybe simpler alternative?) Use signed micropayment messages that bounce from the client -> host -> pool operator, which get merged on-chain eventually. Kind-of ghetto payment channels.
Pool RPC Frontend: Pools can provide a JSONRPC proxy that load balances the member pools, similar to Infura or MyCrypto etc, but each pool becomes a mini-Infura.
Something with stateless clients, if that's going to be a thing anytime soon?