BitcoinWukong

Results 11 issues of BitcoinWukong

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...

https://github.com/JoinMarket-Org/joinmarket-clientserver/issues/277#issuecomment-454020042: > This specific problem should have been addressed by #285. I remain leaning in the direction of removing this Electrum functionality (unless a maintainer decides to take it on)....

question

Prepare for #663 and #792 Renamed the original `createwatchonly` command to `createfbwatchonly`, and repurposed the `createwatchonly` command to instead create a general purpose watch only wallet. 1. To create a...

Ideally, "JoinMarketQt" would cache the wallet balances and transactions locally, to allow offline usage. When the wallet is offline, it shows an offline indicator in the status bar, and display...

Joinmarket-Qt

Implement #792. Based on #989, this PR only added the second commit. **Example Usage**: `python yg-privacyenhanced.py wallet.jmdat --cswallet watchonly.jmdat --cs-mixdepth 4 --cs-min-txsize 10000000 --cs-min-balance 200000000`

As mentioned in #932, the current process of creating a new wallet is very fragmented. Depending on the choices a user makes, about 8 different popups could be involved in...

**Is your feature request related to a problem? Please describe.** The existing Robosats Android client doesn't provide great UX. **Describe the solution you'd like** By creating a new native Android...

Android

@AdamISZ on telegram: > Right. I'm all for people finding new and better ways to implement MessageChannel. The theory goes (though I'm not sure I've ever convinced anyone that it's...