{"id":34710978,"url":"https://github.com/m0wer/joinmarket-ng","last_synced_at":"2026-02-12T08:25:35.013Z","repository":{"id":324421418,"uuid":"1097154173","full_name":"m0wer/joinmarket-ng","owner":"m0wer","description":"JoinMarket (Bitcoin CoinJoin) modern alternative implementation","archived":false,"fork":false,"pushed_at":"2026-02-05T07:55:47.000Z","size":3677,"stargazers_count":17,"open_issues_count":29,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-02-05T07:59:24.853Z","etag":null,"topics":["bitcoin","coinjoin","joinmarket"],"latest_commit_sha":null,"homepage":"https://m0wer.github.io/joinmarket-ng/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/m0wer.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY_AUDIT.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-11-15T16:29:00.000Z","updated_at":"2026-02-05T07:55:48.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/m0wer/joinmarket-ng","commit_stats":null,"previous_names":["m0wer/joinmarket-v2","m0wer/joinmarket-ng"],"tags_count":31,"template":false,"template_full_name":null,"purl":"pkg:github/m0wer/joinmarket-ng","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m0wer%2Fjoinmarket-ng","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m0wer%2Fjoinmarket-ng/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m0wer%2Fjoinmarket-ng/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m0wer%2Fjoinmarket-ng/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m0wer","download_url":"https://codeload.github.com/m0wer/joinmarket-ng/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m0wer%2Fjoinmarket-ng/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29361817,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T01:03:07.613Z","status":"online","status_checked_at":"2026-02-12T02:00:06.911Z","response_time":55,"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":["bitcoin","coinjoin","joinmarket"],"created_at":"2025-12-24T23:57:00.289Z","updated_at":"2026-02-12T08:25:34.995Z","avatar_url":"https://github.com/m0wer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"media/logo.svg\" alt=\"JoinMarket NG Logo\" width=\"200\"/\u003e\n\u003c/p\u003e\n\n# JoinMarket NG\n\nModern implementation of [JoinMarket](https://github.com/JoinMarket-Org/joinmarket-clientserver/) - decentralized Bitcoin privacy through CoinJoin.\n\n- Live orderbook: https://joinmarket-ng.sgn.space/\n- Live docs: https://m0wer.github.io/joinmarket-ng/\n\n## What It Is\n\n- **CoinJoin**: Mix your coins with others to break transaction history\n- **Decentralized**: No central coordinator - taker coordinates peer-to-peer\n- **Earn or spend**: Makers earn fees providing liquidity, takers pay fees for privacy\n\n## What It Isn't\n\n- Not a custodial mixer (you control your keys)\n- Not a centralized tumbler service\n- Not bulletproof - multiple rounds recommended for stronger privacy\n\n## Quick Start\n\n**Install** (Linux/macOS):\n\n```bash\ncurl -sSL https://raw.githubusercontent.com/m0wer/joinmarket-ng/master/install.sh | bash\n```\n\n**Configure** (`~/.joinmarket-ng/config.toml`):\n\n```toml\n[bitcoin]\nbackend_type = \"descriptor_wallet\"  # or \"neutrino\" for light client\nrpc_url = \"http://127.0.0.1:8332\"\nrpc_user = \"your_user\"\nrpc_password = \"your_password\"\n```\n\n**Create wallet**:\n\n```bash\njm-wallet generate\n```\n\n**Run your first CoinJoin** (as taker):\n\n```bash\njm-wallet info                    # Get deposit address, fund it\njm-taker coinjoin --amount 1000000 --mixdepth 0 --destination INTERNAL\n```\n\n**Or earn fees** (as maker):\n\n```bash\njm-maker start\n```\n\n## Documentation\n\n| Document | Description |\n|----------|-------------|\n| [INSTALL.md](./INSTALL.md) | Full installation guide, backends, Tor setup |\n| [DOCS.md](./DOCS.md) | Protocol, architecture, security, development |\n| [maker/README.md](./maker/README.md) | Maker bot configuration and operation |\n| [taker/README.md](./taker/README.md) | Taker options, schedules, tumbler mode |\n| [directory_server/README.md](./directory_server/README.md) | Directory server setup |\n| [orderbook_watcher/README.md](./orderbook_watcher/README.md) | Orderbook monitoring |\n\n## Why JoinMarket-NG?\n\nThis is a modern alternative to the reference implementation, fully compatible but with key improvements:\n\n**Cross-compatible**: Makers running JoinMarket-NG are automatically discovered by takers using the legacy implementation, and vice versa. The wire protocol is 100% compatible, so you can seamlessly join the existing JoinMarket network.\n\n- **No daemon** - just run commands, no background services\n- **Run maker + taker simultaneously** - no suspicious gaps in offers\n- **Light client support** - Neutrino backend, no full node required\n- **Modern codebase** - Python 3.14+, full type hints, ~100% test coverage\n\nSee [DOCS.md](./DOCS.md#joinmarket-ng) for detailed comparison.\n\n## Community\n\n- Telegram: https://t.me/joinmarketorg\n- SimpleX: https://smp12.simplex.im/g#bx_0bFdk7OnttE0jlytSd73jGjCcHy2qCrhmEzgWXTk\n\n## License\n\nMIT License. See [LICENSE](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm0wer%2Fjoinmarket-ng","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm0wer%2Fjoinmarket-ng","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm0wer%2Fjoinmarket-ng/lists"}