{"id":16036440,"url":"https://github.com/noot/try-libp2p-tor","last_synced_at":"2025-08-20T17:05:24.526Z","repository":{"id":43228894,"uuid":"511158336","full_name":"noot/try-libp2p-tor","owner":"noot","description":null,"archived":false,"fork":false,"pushed_at":"2022-07-06T15:55:32.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-03T00:15:55.121Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/noot.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}},"created_at":"2022-07-06T13:55:37.000Z","updated_at":"2024-08-12T20:24:47.000Z","dependencies_parsed_at":"2022-09-11T23:10:37.541Z","dependency_job_id":null,"html_url":"https://github.com/noot/try-libp2p-tor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/noot/try-libp2p-tor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noot%2Ftry-libp2p-tor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noot%2Ftry-libp2p-tor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noot%2Ftry-libp2p-tor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noot%2Ftry-libp2p-tor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noot","download_url":"https://codeload.github.com/noot/try-libp2p-tor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noot%2Ftry-libp2p-tor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271353975,"owners_count":24744995,"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","status":"online","status_checked_at":"2025-08-20T02:00:09.606Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-10-08T22:04:23.019Z","updated_at":"2025-08-20T17:05:24.469Z","avatar_url":"https://github.com/noot.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# try-libp2p-tor\n\nSmall program that allows you to run a libp2p node both with and without the tor transport, and connect a node to another node.\n\n## Build\n\nThis program relies on my fork of the go-libp2p-tor-transport.\n\nClone it into your GOPATH and ensure the `replace` directive in `go.mod` points to the local fork:\n\n```\ngit clone https://github.com/noot/go-libp2p-tor-transport\n```\n\nThen build:\n```\ngo build -tags=embedTor \n```\n\n## Usage\n\nTo run a node with the tor transport:\n```bash\n./try-libp2p-tor\n# []\n```\n\nTo run a default libp2p node (without the tor transport):\n```bash\n./try-libp2p-tor --no-tor\n# [/ip4/192.168.0.102/tcp/62049/p2p/QmPYWg7LX1r4bBPgSb4u2cPRMzmXCuKFEa32KYGLmzP2yU /ip4/127.0.0.1/tcp/62049/p2p/QmPYWg7LX1r4bBPgSb4u2cPRMzmXCuKFEa32KYGLmzP2yU]\n```\n\nTo connect a node to other nodes:\n```bash\n./try-libp2p-tor --bootnodes /ip4/127.0.0.1/tcp/62049/p2p/QmPYWg7LX1r4bBPgSb4u2cPRMzmXCuKFEa32KYGLmzP2yU\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoot%2Ftry-libp2p-tor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoot%2Ftry-libp2p-tor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoot%2Ftry-libp2p-tor/lists"}