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

It started yesterday, and almost 100% I still get this error. ``` 2022-10-13 20:40:10,341 [INFO] Using maximum coinjoin fee limits per maker of 0.0300%, 0.00007000 BTC (7000 sat) 2022-10-13 20:40:10,341...

I am using bitcoin v23.0 on regtest. When I run `https://xxx:28183/api/v1/wallet/create` to my jm server I get the following error: ``` 2022-10-13 17:59:49,038 [WARNING] Invalid address "tb1qc7h7ge6hk3ld4yeg3d8kcduk2dfq2s88f2s4wh342jeaq8txvyfq4f7w5x" 2022-10-13 17:59:49,038 [WARNING]...

It's not a fatal error, as JM continues to run, retries and succeeds later. ``` [ERROR] We failed to connect and handshake with ANY directories; onion messaging is not functioning....

When running the terminal app as is (arm64) on M1 Mac I successfully install jm. When I run `jmwalletd.py` I get an OpenSSL error like [this](https://github.com/pyca/pyopenssl/issues/873). To fix that issue...

Makes parsing of all boolean configs consistent. From [configparser docs](https://docs.python.org/3/library/configparser.html#configparser.ConfigParser.getboolean): > accepted values for the option are `'1'`, `'yes'`, `'true'`, and `'on'`, which cause this method to return `True`, and...

Got this error when trying to run tests under Python 3.10: ``` ... Successfully installed joinmarketbase-0.9.9.dev0 joinmarketbitcoin-0.9.9.dev0 joinmarketclient-0.9.9.dev0 joinmarketdaemon-0.9.9.dev0 Traceback (most recent call last): File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main...

Testing
dependencies

There have been times when I want to see the steps before I actually tumble some coins. I might want to tweak some of the options or some of the...

Hi, I cannot execute the sweep due to getting the following message: "Transaction fee for sweep: 14xxx too far from expected: 4xxx; check the setting 'max_sweep_fee_change' in joinmarket.cfg. Aborting this...

question

PySide2 (Qt5) is causing problems, especially with Python 3.10, see #1031, #1075, #1343. Potential solution seems to be migrating to [PySide6](https://pypi.org/project/PySide6/). Tried to work on that direction some time ago,...

enhancement
help wanted
Joinmarket-Qt

For some time there is active DDoS attack against Tor network and sometimes it is unreliable. See https://status.torproject.org/. ![image](https://user-images.githubusercontent.com/4500994/193120105-d297052a-e56b-4538-9764-d7a786aa99cb.png) In fact, Tor is currently our single point of failure. If...

protocol