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

Tor has some isolation flags, I will just mention the relevant ones to Joinmarket case. Default - IsolateSOCKSAuth - Isolate stream per proxy authentication (they are not validated) Can be...

I run ``./joinmarket-qt.sh`` at ``scripts`` to open up JoinMarket, as told in the [main page](https://github.com/JoinMarket-Org/joinmarket-clientserver). A "Open Wallet" popup is prompt, and it tells me to enter my wallet name...

bug
Joinmarket-Qt
dependencies

Would it be possible to provide the tx fee in sats/vbyte to the [`SendDirectRequest`](https://github.com/JoinMarket-Org/joinmarket-clientserver/blob/v0.9.8/docs/api/wallet-rpc.yaml#L972-L987)? Is this rather difficult to implement? I guess it can be done in a backward compatible...

Noticed while trying to figure out what's happening in #1343. Error message in "Open Wallet" dialog is not selectable, so it's not possible to copy/paste lock file name. Likely just...

Joinmarket-Qt

Would it be possible to serve the output of `wallet-tool.py history` via the api? Do you think this is a useful feature that should be implemented? e.g. (simplified example) ```...

RPC-API

not a an issue, just a question regarding anonymity. is there any way to classify the anonymity set of an utxo? Suppose someone leaves yg running (as a maker) for...

would it possible to export the Orderbook and the FB in **csv** (not JSON)? would it be possible to activate a **scheduled export**? The goal is to import these files...

enhancement
help wanted
good first issue

Fixes #510. Prior to this commit, if the call to jmclient.BitcoinCoreInterface.get_current_blockheight() failed and returned None, the function jmclient.WalletService.sync_unspent() would simply ignore the failure and the wallet syncing process would complete,...

bug

Especially with `wallet-tool` methods (`summary` and especially `history`). Have noticed it long time ago, never managed to prioritize to find out what's happening there (although #851 was minor improvement). But...

As someone used to running a LN routing node, I am accustomed to LN notation of 1_234_567 to represent 1234567sats, or 0.01234567BTC. Also, all my accounting script reports are in...

enhancement
help wanted
good first issue