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 213 joinmarket-clientserver issues
Sort by recently updated
recently updated
newest added

I funded my JM wallet with **1 UTXO** (despite the advice "Fund your wallet with multiple utxos" [here](https://github.com/JoinMarket-Org/joinmarket/wiki/Sourcing-commitments-for-joins), because I wanted to see how it works before putting more funds)...

bisqubutor recently came on the IRC channel and told us about how his github account got deleted/banned. The logs are here (https://gnusha.org/joinmarket/2022-06-07.log) but I'll copypaste the relevant parts: > \...

question

It would be nice to have a way to display the current options given to the yield generator/maker service via RPC API. See https://github.com/joinmarket-webui/joinmarket-webui/issues/399. As far as I am aware,...

When checking for timed-out counterparties (or refreshing the orderbook), stale entries are preserved because those peers disconnected prematurely leading to the watcher being unable to remove the (now stale) entry....

`GET /orderbook.json` yields and empty array (`[]`) if no fidelity bond exists. This is mostly a `regtest` issue and probably won't ever be a problem on `mainnet`, hence quite low...

When #1247 was proposed, the number of fidelity bonds in the market was not very large and most of the makers didn't have fidelity bonds. A recent check of this...

question
protocol

* Remove Python 3.6 (EOL), add Python 3.10. * Add support for testing against multiple Bitcoin Core versions, add 0.18.0 (oldest officially support for test suite) and 22.0 (latest stable...

Testing

It might be worth considering how the use of independent Tor circuits / streams / identities can improve the privacy of Joinmarket. [I am not sure about the specifics of...

question

Currently both me and @AdamISZ timestamp our git commits with OpenTimestamps ([here's guide](https://github.com/opentimestamps/opentimestamps-client/blob/master/doc/git-integration.md) if others want to start doing that too). Since [v0.15.0 LND](https://github.com/lightningnetwork/lnd/releases/tag/v0.15.0-beta) has started to also timestamp releases....

Hi, After running the tumbler for a few hours, it showed a message through CLI that I have one utxo which has less then 5 confirmations and that Taker is...

bug
help wanted