P2P Networking
Last updated
Was this helpful?
Picoin is evolving toward a distributed peer-to-peer architecture.
The network is designed to support:
peer discovery;
block propagation;
transaction propagation;
distributed synchronization;
validator communication.
Future versions are expected to support fully distributed networking between independent nodes.
Picoin supports multiple specialized node roles.
Full nodes:
synchronize blockchain state;
validate blocks;
maintain chain integrity.
Miner nodes:
execute Proof of Pi computation;
generate commitments;
propose blocks.
Validator nodes:
verify samples;
approve blocks;
contribute to consensus.
Auditor nodes:
execute retroactive audits;
verify historical integrity;
detect inconsistencies.
Picoin is evolving toward distributed gossip propagation.
The protocol is expected to propagate:
blocks;
transactions;
validator votes;
audit requests;
governance proposals.
Gossip networking is designed to improve:
decentralization;
fault tolerance;
synchronization.
The Picoin mempool is designed to temporarily store pending network actions.
Future mempool functionality may include:
pending transactions;
scientific jobs;
staking requests;
governance actions.
The mempool is expected to support distributed transaction propagation across nodes.
Peer discovery is designed to allow nodes to locate and connect to network peers.
Future networking versions may include:
bootstrap peers;
peer registries;
heartbeat systems;
peer reputation.
Picoin wallets are designed to support:
transaction signing;
staking;
treasury interaction;
scientific compute participation.
The protocol currently uses Ed25519 cryptographic signatures.
Future versions are expected to support:
wallet import/export;
balance queries;
transaction history;
distributed signing workflows.
Last updated
Was this helpful?
Was this helpful?
