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

cryptography already is included ``` pip install cryptography Requirement already satisfied: cryptography in /Users/fomotoshi/.pyenv/versions/3.10.1/lib/python3.10/site-packages (36.0.1) Requirement already satisfied: cffi>=1.12 in /Users/fomotoshi/.pyenv/versions/3.10.1/lib/python3.10/site-packages (from cryptography) (1.15.0) Requirement already satisfied: pycparser in /Users/fomotoshi/.pyenv/versions/3.10.1/lib/python3.10/site-packages...

Installation

When doing `./install.sh --with-local-tor`, it sometimes fails at test phase. ``` PASS: src/test/test_workqueue ./test-driver: line 109: 23325 Aborted "$@" > $log_file 2>&1 FAIL: src/test/test-slow PASS: src/test/test-timers ============================================================================ Testsuite summary for...

Testing
Installation

System info: - OS: EndeavourOS (Arch-based) - Kernel: 5.16.14-1-t2 # What I did: I cloned the repository with `gh repo clone JoinMarket-Org/joinmarket-clientserver`. I then `cd`ed into the repository and ran...

Installation

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

To fund an LN channel from JoinMarket there is a need to not broadcast the transaction after signing - it needs to be passed to the LN client instead. This...

help wanted
Joinmarket-Qt

Recent merging of #1291 reminded me that this has not been done. Currently we use this as a token and intended for it to expire, but as you can see...

help wanted
RPC-API

If I understand Fidelity Bonds correctly, the FB signs each IRC nick and utxo used by the maker? What is the point of randomized nicks if all nick identities are...

question

Hello all, I was running the tumbler normally and suddenly I got a repeating message that the transaction is conflicted. And in the (Transactions) tab in the Bitcoin Core, there...

There has been some informal discussion about designing a truely decentralized network for joinmarket (see https://github.com/JoinMarket-Org/joinmarket/issues/248) but so far no specific protocol design efforts have been made. In this issue...

enhancement
help wanted
Long-term
protocol

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