jam
jam copied to clipboard
Your sats. Your privacy. Your profit.
Makes sure the created wallet is a non-descriptor wallet. Changes: - apply same changes as in https://github.com/joinmarket-webui/jam-docker/pull/58 - replace nbxplorer with own "regtest-initializer" - update bitcoin core from v22 to...
Partly addresses #438. Changes: - minimum confirmations limit (>=5 confs) must be fulfilled for all utxos (instead of single utxo) - for single collaborative tx: min conf limit for utxos...
TBD. Closes https://github.com/joinmarket-webui/jam/issues/454. Not ready yet. Needs to be refactored.
Closes #469. First iteration of "feat: ability to retrieve logs #469". This PR uses features implemented in https://github.com/joinmarket-webui/jam-docker/pull/51 and must be tested in conjunction with it. Features: - ability to...
As mentioned in https://github.com/joinmarket-webui/joinmarket-webui/pull/349#discussion_r907448288 > We have to be careful to harmonize terminology now that we have "Jars". We had "Privacy Levels" in the past and there's still "Accounts" and...
The current preconditions for collaborative transactions are flawed. As of `v0.0.9`, [ `CoinjoinPreconditions` are as follows](https://github.com/joinmarket-webui/jam/blob/v0.0.9/src/hooks/CoinjoinPrecondition.ts#L5-L10): ``` const COINJOIN_PRECONDITIONS = { MIN_NUMBER_OF_UTXOS: 1, // min amount of utxos available //...
The only way to stop a running taker operation is to lock the wallet – that is not so intuitive. At least in regtest, `Makers who didnt respond` can happen...
The UTXO selection list for fidelity bonds can become quite long if there are many UTXOs. We could paginate the list or think of other ways to make it more...
The full `joinmarket.cfg` config file contains many settings and multiple sections (daemon, blockchain, messaging, logging, timeout, policy, payjoin, yield generator), not all of which are immediately relevant to most users....
Follow-up to and extension of #12 See the [Configuration page](https://github.com/joinmarket-webui/joinmarket-webui/wiki/Configuration:-UI-Settings-&-joinmarket.cfg) in the wiki. ### Update from Figma, June 2022: