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

### Why this is needed Sometimes a taker transaction will fail because makers failed to respond. Under certain network conditions (further investigation is required to determine why) this will happen...

enhancement
help wanted

See #1103 for an example of how this is required. I haven't looked but there should be output of rpc like `getblockchaininfo` that makes this easy.

enhancement
good first issue

It would be useful to be able to sync my existing wallet with JM rpc rather than having to create a new wallet.

enhancement
RPC-API

ubuntu 18.04.5, ubuntu20.04, debian-buster at some point on all f these platforms, joinmarket fails to install either with install.sh or manually A known good linux distribution for installation would be...

Installation

A multi line string literal should be used to fix these typos. And example of a typo coming from this is `utxoduring` from line 59 and 60. https://github.com/JoinMarket-Org/joinmarket-clientserver/blob/17c93ee9437ec6f6e55040e4223b35ebcdfc5204/scripts/sendtomany.py#L54-L71

good first issue

Based on https://github.com/JoinMarket-Org/joinmarket-clientserver/pull/1266 and https://github.com/JoinMarket-Org/joinmarket-clientserver/pull/1265. ## What changed in this PR **Added a config `POLICY.display_ypub_zpub` to allow showing xpub in `ypub` or `zpub` format.** Both `ypub` and `zpub` are BIP...

enhancement

With this new command line option, user can spend from specified addresses via the following command: ``` python sendpayment.py wallet.jmdat amount target_address -i spend_from_address_1 -i spend_from_address_2 -i spend_from_address_3 -m mix_depth_of_from_address...

The different joinmarket scripts should be made accessible as subcommands under a single binary, like in `git` or `systemctl`. ``` add-utxo.py -> joinmarket add-utxo sendpayment.py -> joinmarket sendpayment ... ```...

enhancement

Following the merging of JoinMarket-Org/joinmarket-clientserver#921, this PR adds the `bumpfee.py` script to enable fee bumping of replaceable transactions in JoinMarket.

enhancement