ChzenChzen

Results 16 comments of ChzenChzen

I also have the same project on intel laptop and there is work fine on the laptop.

@AdamISZ I installed cryptography package using pip for 3.10 python, 3.9 python without problem, problem with installation only when I use `./install.sh` ``` python Python 3.9.4 (default, Jan 5 2022,...

`(jmvenv) ➜ joinmarket git:(master) pip install cryptography` works fine, but if install from requirements it will fail. See below. ``` ➜ joinmarket git:(master) virtualenv jmvenv --python=/Users/fomotoshi/.pyenv/shims/python3.9 created virtual environment CPython3.9.4.final.0-64...

@kristapsk `(jmvenv) ➜ requirements git:(master) pip install cryptography==3.3.2` produces the same error.

@kristapsk @AdamISZ look ``` (jmvenv) ➜ scripts git:(master) ✗ python wallet-tool.py generate User data location: /Users/fomotoshi/Library/Application support/joinmarket/ Would you like to use a two-factor mnemonic recovery phrase? write 'n' if...

@kristapsk [this helped me to solve `ripemd160` issue without downgrading and additional installations](https://github.com/openssl/openssl/issues/16994#issuecomment-963669325)

> I ended up doing this until the compiler stopped yelling at me. Not elegant but it works for now: > > ```rust > #[derive(Debug, Clone)] > struct ValidEmailFixture(String); >...

I mixed BTC today two times. On the third, I got the same message (Makers who didn't respond). So I changed BTC's transaction fee and value, and the transaction was...

today the same problem: ``` 2022-10-17 14:58:33,749 [INFO] Using maximum coinjoin fee limits per maker of 0.0300%, 0.00007000 BTC (7000 sat) 2022-10-17 14:58:33,749 [INFO] starting sendpayment Enter passphrase to decrypt...