You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to propose to extend the proof of work mechanism requiring clients to complete a challenge to perform the session renewal.
The idea is to require the client to perform a dynamic proof of work mechanism varying from complexity LOW to HIGH based on a threshold.
Extending the thresholds defined in #4118 and adding thresholds_proof_of_work_operations_per_session = 50 we could for example require a client to renew the session every 60 seconds by continue to solve a proof of work. The proof of work complexity could be dynamically changed from a level LOW to HIGH based on the number of requests that the client is performing.
Motivation and context
Ticket strictly related to #4118 with same motivations.
The text was updated successfully, but these errors were encountered:
evilaliv3
changed the title
Extend proof of Proof of Work requiring clients to perform a proof of work on session renewal.
Extend Proof of Work requiring clients to perform a proof of work on session renewal.
Jul 9, 2024
Proposal
I would like to propose to extend the proof of work mechanism requiring clients to complete a challenge to perform the session renewal.
The idea is to require the client to perform a dynamic proof of work mechanism varying from complexity LOW to HIGH based on a threshold.
Extending the thresholds defined in #4118 and adding
thresholds_proof_of_work_operations_per_session = 50
we could for example require a client to renew the session every 60 seconds by continue to solve a proof of work. The proof of work complexity could be dynamically changed from a level LOW to HIGH based on the number of requests that the client is performing.Motivation and context
Ticket strictly related to #4118 with same motivations.
The text was updated successfully, but these errors were encountered: