A P2P delegated Proof of Work protocol for Nano cryptocurrency.
Trustless, serveless, open-source
In order to make Nano universally instantaneous by enabling the integration of low-processing and memory devices without the need for central servers, we introduce a Peer-to-Peer Delegated Proof of Work mechanism. Which rewards workers interested in providing computing resources to network users in exchange for a small fee. Using Nano's DAG technology, it was possible to created a safe mechanism where neither party can be dishonest. This eliminates any need for central coordinator.
P2PoW is the rebranding of Delegated PoW, created in October 2019, by me, Anarkrypto, and winner of NanoJam - first hackaton focused on Nano cryptocurrency.
Read MoreWith this API made in python you can sell Proof of Work to other Nano users. The entire process is automated and you can choose your own fee
Github
This application is completely client-side and runs directly in the browser.
It offers a friendly interface allowing any user to test the P2PoW protocol.
The communication process with workers is done by the P2PoW client JS
This client offers the best way to communicate with workers running the P2PoW API. Compatible with node.js and major browsers
GitHub