Proof-of-X / Proof-of-Backhaul

Proof of Backhaul is a decentralised speed-test which can be used by a “payer” to determine the backhaul capacity of a “prover” with the help of a pool of “challengers“ who send the challenge traffic to the prover.
Other
2 stars 1 forks source link

prover traffic #4

Closed juliangruber closed 1 year ago

juliangruber commented 1 year ago

Is there a way to test how much traffic a prover will receive?

When I run run-prover.exe, the process uses 0% CPU, 18MB memory, 0b disk and almost no network. Is that what's to be expected of the process in general?

arun-babu-kb commented 1 year ago

The prover is very lightweight, it only does something if it receives a challenge.

Otherwise it only sends websocket pings to the server (every 30 seconds), indicating that it is available.

juliangruber commented 1 year ago

Great!