{"id":43672021,"url":"https://github.com/blocknetdx/utxo-plugin","last_synced_at":"2026-02-05T00:13:12.112Z","repository":{"id":78827855,"uuid":"475807536","full_name":"blocknetdx/utxo-plugin","owner":"blocknetdx","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-06T10:31:17.000Z","size":110,"stargazers_count":1,"open_issues_count":1,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-06T11:26:59.245Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/blocknetdx.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}},"created_at":"2022-03-30T09:24:55.000Z","updated_at":"2025-04-06T10:31:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"2f96dffe-671c-40e8-a62b-f29bd0c8b8ea","html_url":"https://github.com/blocknetdx/utxo-plugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/blocknetdx/utxo-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blocknetdx%2Futxo-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blocknetdx%2Futxo-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blocknetdx%2Futxo-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blocknetdx%2Futxo-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blocknetdx","download_url":"https://codeload.github.com/blocknetdx/utxo-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blocknetdx%2Futxo-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29102238,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T22:44:52.815Z","status":"ssl_error","status_checked_at":"2026-02-04T22:44:16.428Z","response_time":62,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2026-02-05T00:13:07.993Z","updated_at":"2026-02-05T00:13:12.104Z","avatar_url":"https://github.com/blocknetdx.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# utxoplugin\n\n### Deployment Process\nWithin the EXR ENV, one utxo-plugin container should be deployed for each utxo coin to be indexed.\nExample docker-compose.yml entry for utxo coin, BLOCK:\n```yaml\n  utxo-plugin-block:\n    image: blocknetdx/utxo-plugin:latest\n    restart: unless-stopped\n    environment:\n      PLUGIN_COIN: 'BLOCK'\n      PLUGIN_PORT: 8000\n      DB_ENGINE: 'rocksdb'\n      NETWORK: 'mainnet'\n      SKIP_COMPACT: 'true'\n      DAEMON_ADDR: 172.31.4.37\n      DAEMON_RPC_PORT: '41414'\n      RPC_USER: \"${RPC_USER}\"\n      RPC_PASSWORD: \"${RPC_PASSWORD}\"\n    stop_signal: SIGINT\n    stop_grace_period: 5m\n    volumes:\n      - /snode/utxo_plugin/BLOCK:/app/plugins/utxoplugin-BLOCK\n    logging:\n      driver: \"json-file\"\n      options:\n        max-size: \"2m\"\n        max-file: \"10\"\n    depends_on:\n      - snode\n    networks:\n      backend:\n        ipv4_address: 172.31.8.23\n```\nDAEMON_ADDR is the IP addr of the container hosting the BLOCK daemon\n\nDAEMON_RPC_PORT is the RPC port of the BLOCK daemon\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblocknetdx%2Futxo-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblocknetdx%2Futxo-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblocknetdx%2Futxo-plugin/lists"}