joinmarket-clientserver icon indicating copy to clipboard operation
joinmarket-clientserver copied to clipboard

Bitcoin CoinJoin implementation with incentive structure to convince people to take part

Results 218 joinmarket-clientserver issues
Sort by recently updated
recently updated
newest added

Noticed this while testing #1332. Currently if `[MESSAGING:onion]` section is present in `joinmarket.cfg`, but `directory_nodes` are commented out, when starting `ob-watcher.py` you get error: ``` Traceback (most recent call last):...

User privacy could be significantly enhanced by allowing multiple initial transactions when the tumbler is run. This would decrease linking between UTXOs that are sent to mixdepth 0 for tumbling,...

question
protocol

Currently it will first connect to messaging channels, check orderbook, choose counterparties and only then check for it's ability to source commitment and actually do a coinjoin.

enhancement

at the orderbook when clicking `Check for timed-out counterparties` the URL changes from `http://localhost:62601/` -> `http://localhost:62601/refreshorderbook`. at http://localhost:62601/refreshorderbook I am unable to do BTC conversion or fee percentage conversion. it...

bug

`wallet-tool.py signpsbt` do not allow the signing of a transaction spending an `utxo` spent in another unconfirmed transaction. The psbt is correctly parsed but `The PSBT is not yet fully...

[No BDB creation, unless -deprecatedrpc=create_bdb](https://github.com/bitcoin/bitcoin/pull/28597) was just merged into Bitcoin Core master and is planned to be released with v26. According to [schedule](https://github.com/bitcoin/bitcoin/issues/27758), planned release date is 2023-11-22. Currently only...

enhancement
High priority

``` Unhandled Error Traceback (most recent call last): File "/home/user/git/joinmarket-clientserver/jmvenv/lib/python3.10/site-packages/twisted/python/log.py", line 96, in callWithLogger return callWithContext({"system": lp}, func, *args, **kw) File "/home/user/git/joinmarket-clientserver/jmvenv/lib/python3.10/site-packages/twisted/python/log.py", line 80, in callWithContext return context.call({ILogContext: newCtx}, func,...

Work towards #1012. Changes `direct_send()` to instead of single `amount` and `destination` to accept `dest_and_amounts` which is list of tuples of addresses and amounts instead. Haven't yet implemented and tested...