swanchain / go-computing-provider

A golang implementation of computing provider
MIT License
21 stars 22 forks source link

ECP: no more ZK tasks #64

Closed ThomasBlock closed 5 months ago

ThomasBlock commented 5 months ago

three days ago i managed to get my ECP running. Had sume successfull ZK tasks. but now no more tasks, altough my node is online. any ideas?

next question: how are we expected to run ECP and FCP. i run them on two different ownerAddress, but same beneficiaryAddress . is that okay?

image

{
  "node_id": "04d03fc936bdb1f0f879b3d2b77bbe783d258090ccd4ce7ed2bc36bdeb7677c0602e1e0de5aa7d671e972871d4957518fe1656c0f1466c8f41ffa8505892c881d5",
  "region": "North Rhine-Westphalia-DE",
  "cluster_info": [
    {
      "machine_id": "bc8b4851-91fc-489f-b345-6f0ca2a2388f",
      "cpu_name": "AMD",
      "cpu": {
        "total": "24",
        "used": "0",
        "free": "24"
      },
      "vcpu": {
        "total": "24",
        "used": "0",
        "free": "24"
      },
      "memory": {
        "total": "32 GiB",
        "used": "0 GiB",
        "free": "31 GiB"
      },
      "gpu": {
        "driver_version": "535.171.04",
        "cuda_version": "12020",
        "attached_gpus": 1,
        "details": [
          {
            "product_name": "NVIDIA 4080",
            "status": "available",
            "fb_memory_usage": {
              "total": "16376 MiB",
              "used": "297 MiB",
              "free": "16078 MiB"
            },
            "bar1_memory_usage": {
              "total": "256 MiB",
              "used": "2 MiB",
              "free": "253 MiB"
            }
          }
        ]
      },
      "storage": {
        "total": "389 GiB",
        "used": "162 GiB",
        "free": "226 GiB"
      }
    }
  ],
  "multi_address": "/ip4/45.153.35.148/tcp/40037",
  "node_name": "ThomasBlock-ECP"
}

image

ThomasBlock commented 5 months ago

fixed by reboot