p2poolv2

16 posts

p2poolv2

p2poolv2

@p2poolv2

Replace pool operators with miners

Mining nodes Entrou em Ekim 2025
0 Seguindo35 Seguidores
p2poolv2
p2poolv2@p2poolv2·
New in p2poolv2: transaction prevout validation now verifies outputs are confirmed, exist, and unspent before allowing spends — exactly how Bitcoin consensus works. Share chain integrity matters when miners own the pool.
English
0
3
10
197
p2poolv2
p2poolv2@p2poolv2·
Share timestamp validation now enforces median-time-past over 11 ancestor blocks + 120s max future drift. Same rules Bitcoin uses. No pool operator fudging timestamps on your shares.
English
0
2
9
158
p2poolv2
p2poolv2@p2poolv2·
Centralized pools: operator controls block template, payout logic, and your hashrate data. p2poolv2: you validate the share chain yourself. Out-of-order blocks? Your node handles it. Parent missing? Buffers until DAG is complete. Trust math, not admins.
English
1
6
16
1.4K
p2poolv2
p2poolv2@p2poolv2·
p2poolv2 is moving toward mainnet-ready share chain consensus. If you want to test signet mining, here's the repo: github.com/p2poolv2/p2poo…
English
0
3
9
256
p2poolv2
p2poolv2@p2poolv2·
Also merged: batch API queries for faster frontend performance, connection health monitoring improvements, and a chain sync fix that prevented out of order shares from clogging peer state. 13 PRs merged this week — validation, sync, and observability all tighter.
English
1
2
4
114
p2poolv2
p2poolv2@p2poolv2·
Weekly p2poolv2 update: share validation hardening is complete. Shares now commit to coinbase value + template merkle root (PR #454), and header commitments are validated during share chain sync (PR #455). Prevents invalid payouts before they propagate.
English
1
3
9
253
p2poolv2
p2poolv2@p2poolv2·
Two protocol improvements merged this week: fixed share chain sync cascades and simplified peer health checks. Decentralized pools need different primitives than centralized ones — we're building them.
English
0
2
7
185
p2poolv2
p2poolv2@p2poolv2·
PRs merged: Fixed extranonce handling in share validation. PPLNS window is now updated after shares are organized. Integration tests now validate full share-sync pipeline across 3 nodes. Tick tock.
English
0
1
4
104
p2poolv2
p2poolv2@p2poolv2·
Merged: share headers now carry coinbaseaux flags, witness commitment, and Bitcoin height. Nodes validate shares by rebuilding the coinbase and checking merkle branches against the Bitcoin header. Trust math, not pool operators.
English
0
1
4
157
p2poolv2
p2poolv2@p2poolv2·
Share headers now commit to coinbase value and template merkle root. This means p2poolv2 nodes can validate shares without storing full Bitcoin blocks for each share.
English
1
2
7
280
p2poolv2
p2poolv2@p2poolv2·
Tooling update: The shares CLI command now displays full share chain transactions in the block. Useful for auditing PPLNS payouts and debugging share validation without parsing raw share blocks.
English
0
2
6
304
p2poolv2
p2poolv2@p2poolv2·
Changed P2P network magic to avoid Bitcoin mainnet collisions. Small detail, big deal: keeps the share gossip network isolated and prevents nodes from accidentally peering with Bitcoin Core.
English
0
1
1
63
p2poolv2
p2poolv2@p2poolv2·
Merged coinbase payout validation: every share now proves its PPLNS distribution matches the sharechain window. Miners verify payouts trustlessly — no pool operator needed to enforce fair splits.
English
1
1
1
62
p2poolv2
p2poolv2@p2poolv2·
New: batch share header queries let you dump confirmed share data over any height range via REST API or CLI. Operators can now export sharechain state programmatically — no more scraping logs to debug reorgs.
English
1
2
3
150
p2poolv2
p2poolv2@p2poolv2·
Wiring up PPLNS window to share validation. Each node independently verifies coinbase payouts match the difficulty contribution window. Trustless reward distribution is the whole point of decentralized mining.
English
0
4
5
293
p2poolv2
p2poolv2@p2poolv2·
Switched from centralized simple PPLNS to share chain PPLNS payout. Distribution computed directly from the DAG with uncle weighting (90% for uncles, 10% nephew bonus). No pool operator needed.
English
0
2
5
180