{"id":19297944,"url":"https://github.com/cidgravity/cidgravity-x","last_synced_at":"2025-06-25T22:05:49.648Z","repository":{"id":41952171,"uuid":"385899533","full_name":"CIDgravity/CIDgravity-X","owner":"CIDgravity","description":"CIDgravity community repo","archived":false,"fork":false,"pushed_at":"2025-04-16T14:15:58.000Z","size":1666,"stargazers_count":17,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-16T21:24:30.633Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.cidgravity.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CIDgravity.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-07-14T10:24:54.000Z","updated_at":"2025-04-16T14:16:01.000Z","dependencies_parsed_at":"2025-02-23T13:20:58.448Z","dependency_job_id":"861b41af-84f2-4830-9b31-41aece6fecb1","html_url":"https://github.com/CIDgravity/CIDgravity-X","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/CIDgravity/CIDgravity-X","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CIDgravity%2FCIDgravity-X","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CIDgravity%2FCIDgravity-X/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CIDgravity%2FCIDgravity-X/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CIDgravity%2FCIDgravity-X/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CIDgravity","download_url":"https://codeload.github.com/CIDgravity/CIDgravity-X/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CIDgravity%2FCIDgravity-X/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261960503,"owners_count":23236572,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T23:06:32.676Z","updated_at":"2025-06-25T22:05:49.606Z","avatar_url":"https://github.com/CIDgravity.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"The miner connectivity with CIDgravity allow miner software and CIDgravity to communicate every time the miner receive a proposal and measure miner availability.\n\n# Compatibility\n\n|Node           |Supported|\n|---------------|---------|\n|curio          | ✅      |\n|boost          | ✅      |\n|droplet(venus)| ✅      |\n|lotus-markets | ❌      |\n\n# Requirements\n1. Get a CIDgravity account : https://cidgravity.com\n2. GEt your API token from the Settings page of CIDgravity\n3. Set the miner get-ask prices to 0 and size to the widest range via the BoostUI(:8080/settings) or Venus Settings :\n    - Price          = 0\n    - Verified Price = 0\n    - Min Piece Size = 256B (or 128B for curio)\n    - Max Piece Size = 32G or 64G\n\n# CURIO\n\nCIDgravity is natively supported by Curio.\nTo enable CIDgravity on a properly configured Curio market, simply configure Market/StorageMarketConfig/MK12/CIDGravityToken.\nYou can also configure DefaultCIDGravityAccept to define whether Curio should accept or reject the deal processing if CIDgravity is not reachable.\n\n# BOOST / VENUS\n \nThe \"CIDgravity connector\" connects a boost or venus node to the CIDgravity service. \nThis lighweight connector is executed locally by the markets node daemon each time a deal proposal is received.\n\n# Get Started\n1. Install python modules : toml and requests\n```\nsudo apt install python3-toml python3-requests\n```\n2. Install the connector\n```\nsudo -i -u \"\u003cUSER_RUNNING_BOOST_PROCESS\u003e\"\ngit clone https://github.com/CIDgravity/CIDgravity-X.git\ncd CIDgravity-X\ncp -n cidgravity_storage_connector.toml.sample cidgravity_storage_connector.toml\n```\n3. Add the CIDgravity authentication \u003cTOKEN\u003e (located at https://app.cidgravity.com under Settings/Other settings\")\n```\nnano ./cidgravity_storage_connector.toml\n```\n\n## Boost (specific)\n    \n1. Run the check process \n```\n./cidgravity_storage_connector.py --check-boost\n```\n\n2. Enable \"CIDgravity connector\"\nAdd the following lines to boost config (usually ~/.boost/config.toml) under the [Dealmaking] and [LotusDealmaking] section\n```\nFilter = \"\u003cABSOLUTE_PATH\u003e/cidgravity_storage_connector.py --reject\"\nRetrievalFilter = \"\u003cABSOLUTE_PATH\u003e/cidgravity_storage_connector.py --reject\"\n```    \n    \n3. Restart boost\n    \n## Droplet (Venus specific)\n\n1. Run the check process \n```\n./cidgravity_storage_connector.py --check-venus  \n```\n2. Enable \"CIDgravity connector\"\n\nAdd the following lines to droplet config (under path `~/.droplet/config.toml` by default) in the [CommonProvider] section (for more details, please refer to documentation [here](https://github.com/ipfs-force-community/droplet/blob/master/docs/en/droplet-configurations.md))\n```\nFilter = \"\u003cABSOLUTE_PATH\u003e/cidgravity_storage_connector.py --reject\"\nRetrievalFilter = \"\u003cABSOLUTE_PATH\u003e/cidgravity_storage_connector.py --reject\"\n```\n\n3. Restart droplet\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcidgravity%2Fcidgravity-x","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcidgravity%2Fcidgravity-x","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcidgravity%2Fcidgravity-x/lists"}