Golem users can define criteria to select providers that match their particular needs.
In this challenge, you will learn how to define specific requirements in the demand and how to filter providers' proposals to select the ones that best suit your needs.
Create a requestor script that will demand only providers with at least 4GB RAM, and from the ones that fulfill that requirement, engage only those whose price for a 5-minute task (including 4 min of CPU time) will not exceed 0.04 tGLM.
Please observe how long it takes to complete the technical part of the tasks. We will ask you for such information in the feedback form.
-
Create a requestor script that will specify that the minimal amount of RAM is 4GB.
-
Add custom ProposalFilter, to select providers within the desired price range.
-
Add changes in the
select-providers
directory. -
Fill out the feedback form and publish changes in your repository fork.