Compare commits

...

5 commits

Author SHA1 Message Date
Mohan
dc6ba84bbb
Update README.md 2025-07-22 13:38:19 +02:00
Mohan
7d0bb95d51
Update README.md 2025-07-22 13:38:06 +02:00
Mohan
4c46cc9a72
fix(docs): UnstoppableSwap -> eigenwallet 2025-07-22 13:37:35 +02:00
Byron Hambly
4db069b02c
Update README.md 2025-05-26 11:14:21 +02:00
binarybaron
81b89d63c2
docs: Add notice about breaking backwards compatability 2024-11-20 15:24:06 +01:00

View file

@ -1,3 +1,8 @@
> [!CAUTION]
> # THIS REPO IS UNMAINTAINED <br>PLEASE USE [eigenwallet]([url](https://github.com/eigenwallet/core)) INSTEAD
**This repository is unmaintained**. The original developers (@comit-network) have moved on to other projects. Community volunteers are continuing development at [eigenwallet/core](https://github.com/eigenwallet/core), which includes a graphical user interface. Please note that the fork has introduced network-level breaking changes, making it incompatible with peers running this repository - you will not be able to initiate swaps with them.
# XMR to BTC Atomic Swap
This repository hosts an MVP for atomically swapping BTC to XMR.
@ -9,10 +14,6 @@ Currently, swaps are only offered in one direction with the `swap` CLI on the bu
We are working on implementing a protocol where XMR moves first, but are currently blocked by advances on Monero itself.
You can read [this blogpost](https://comit.network/blog/2021/07/02/transaction-presigning) for more information.
## Maintenance
This repository is currently maintained by community volunteers. While it remains safe to use, the original developers (@comit-network) have stopped contributing. For a more actively maintained version that includes a GUI, please check out this community fork: https://github.com/UnstoppableSwap/core
## Quick Start
1. Download the [latest `swap` binary release](https://github.com/comit-network/xmr-btc-swap/releases/latest) for your operating system.