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

Someone on the telegram chat asked this, which I think is interesting and useful to discuss: > Can joinmarket be sybil attacked from the taker side? Somebody willing to spend...

question
protocol

![image](https://user-images.githubusercontent.com/77220130/129007524-4e0af49f-757b-4707-b930-f85a6ca9d6bc.png) Would it make sense to include the button also on the other tabs? Seems they're all affected by it. Besides, I think it would make sense to rename the...

help wanted

Re-posting for visibility as I no longer consider the original issue I posted to be considered a "question". And I consider this to be an impact on users. Joinmarket tumbler...

question
protocol

``` def checkNotifs(self): > assert self.client_factory.notifs == 1 E AssertionError: assert 0 == 1 E + where 0 = .notifs E + where = .client_factory jmclient/test/test_wallet_rpc.py:125: AssertionError ```

Testing
Installation

The version used in v0.9.3 has a problem on CentOS 7, see https://github.com/bitcoin-core/secp256k1/issues/890. The issue was fixed in later version.

Installation

Building on #1009. Funding multiple channels from the JoinMarket wallet would need sending to multiple recipients and exact amounts (known before the address is known). It is possible to be...

help wanted

IIRC [forgive me if I butcher this], joinmarket coordinates the CoinJoins in such a way, that a maker provides all inputs and outputs to the taker under the same IRC...

question
protocol

When running `./install.sh` and selecting `y` for installing the GUI I always get: ``` ERROR: Could not find a version that satisfies the requirement PySide2!=5.15.0,!=5.15.1,!=5.15.2,!=6.0 (from versions: none) ERROR: No...

bug
Joinmarket-Qt
Installation

I created a wallet without the `.jmdat` extension. When making a `GET` `https://xxx.onion:28183/api/v1/wallet/all` it only returned the wallets with the `.jmdat` extension.

RPC-API

When using the wallet-tool.py recover method, I'm encountering the error in the title. Error trace: ``` Traceback (most recent call last): File "wallet-tool.py", line 6, in jmprint(wallet_tool_main("wallets"), "success") File "/home/joinmarket/joinmarket-clientserver/jmclient/jmclient/wallet_utils.py",...

bug