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

does this write to the file system? #5

Open juliangruber opened 1 year ago

arun-babu-kb commented 1 year ago

It searches for a config file (json), if it does not exist it creates one in the current directory.

The config file contains: The wallet public key and the bandwidth claimed.

juliangruber commented 1 year ago

Ok! Could we add an option to not create that config file? Maybe if all the options are already provided from stdarg / env?

arun-babu-kb commented 1 year ago

Sure, will do this.