FCP FAQ
Q: What is the current version of Computing Provider, and are there any tutorials?
Q: How can I verify whether the FCP environment is installed successfully?
curl -k https://<PUBLIC_IP>:<PORT>/api/v1/computing/cp
{
"node_id": "04f4af161995c1cc0f8a4c1dd316a64b809c879e1cc7",
"region": "North Carolina-US",
"cluster_info": [
{
"machine_id": "4c4c4544-0046-3510-8058-b1c04f504433",
"cpu_name": "AMD",
"cpu": {
"total": "192",
"used": "16",
"free": "176"
},
"memory": {
"total": "2003 GiB",
"used": "62 GiB",
"free": "1822 GiB"
},
"gpu": {
"driver_version": "535.104.05",
"cuda_version": "12020",
"attached_gpus": 1,
"details": [
{
"product_name": "NVIDIA 3080",
"status": "available",
"fb_memory_usage": {
"total": "10240 MiB",
"used": "235 MiB",
"free": "10004 MiB"
},
"bar1_memory_usage": {
"total": "256 MiB",
"used": "2 MiB",
"free": "253 MiB"
}
}
]
},
"storage": {
"total": "877 GiB",
"used": "456 GiB",
"free": "376 GiB"
}
}
],
"multi_address": "/ip4/provider.cp.cn/tcp/9085",
"node_name": "fcp-001"
}Q: How to verify if FCP is running properly?
Q: How can I know if the status of the computing provider is normal?
Q: How can I verify if my Computing Provider is set up to receive UBI tasks?
Q: How to upgrade resource-exporter in FCP

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?
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 can I resolve the error (error) MISCONF Redis is configured to save RDB snapshotsseen in the FCP logs?
Q: How do I withdraw collateral from FCP?
Last updated

