FCP FAQ
Q: What is the current version of Computing Provider, and are there any tutorials?
Q: How can I know if the status of the computing provider is normal?
[HUB]
VerifySign = falsecurl -k --location --request POST 'https://<YOUR_MULTI_ADDRESS_IP>:<PORT>/api/v1/computing/lagrange/jobs' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid": "5641877b-dc94-469a-bb3b-ecab6d10f7dd",
"name": "Job-5641877b-dc94-469a-bb3b-ecab6d10f7dd",
"status": "Submitted",
"duration": 900,
"job_source_uri": "https://api.lagrangedao.org/spaces/51d6abbb-f928-43e4-91fd-79e93e2b276f",
"storage_source": "lagrange",
"task_uuid": "92cd5595-9789-4af3-9100-7c7e4aacb456"
}'Q: My node has been running for so long, yet the uptime is 0%.
Q: How can I verify if my Computing Provider is set up to receive UBI tasks?
Q: Which ports need to be mapped?
Q: Where should I create the API key?
Q: What are the requirements for SSL certificates needed in CP?
Q: Is it possible to use a port other than 80 and 443 in the wildcard domain(*.exmaple.com)?
Q: Is the "pod" used for communication, and "Calico" is used to manage this communication within the cluster?
pod" used for communication, and "Calico" is used to manage this communication within the cluster? Q: If someone didn't apply for early bird, can they still join and run the computing provider tasks?
Q: Can I move my computing provider to a new one while maintaining my previous server? Will this reset my uptime?
Q: How can I migrate my CP (Computing Provider) to a new environment?
Q: How do I withdraw collateral from FCP?
Last updated