roshii

Results 12 issues of roshii

Running bitcoind in a docker bridge network can have unintended consequence. As a matter of fact, I've been running the later which became unreachable to peers in less than 24h...

Interpolate values into strings using f-strings (allows to cope with integer type variables, preventing errors) For context: I implemented this fix following errors while running program. I do not have...

Following https://github.com/JoinMarket-Org/joinmarket-clientserver/pull/1562#issuecomment-1742172221 this PR implements coroutines with async and await syntax.

RPC-API

With `sae` or `sae-mixed` encryption it is currently not possible to assign multiple passwords to a single `bss`. This PR adds multiple passwords support for the above mentioned encryption mode...

core packages

Hey Mate! Hope all is well at your end. I just notice that some of my tutorials are not accessible, see the following. - https://bitcoindev.network/using-gpg-as-a-bitcoin-address/ - https://bitcoindev.network/running-a-lightning-node-on-synology-nas/ Is there anything...

Fixes https://github.com/cryptoadvance/specter-desktop/issues/397

a version bump that cannot harm > I'm gruntled to announce txtorcon 24.8.0 with the following changes: > > * Fix (test) issues with Twisted 24.7.0 (https://github.com/meejah/txtorcon/pull/400) > * Remove...

This PR adds support for overriding JoinMarket configuration settings via environment variables, enabling easier deployment in containerized environments and CI/CD pipelines. ## Changes ### Core Functionality - Added `override()` function...

- Introduced a new `compose.yml` file for running tests in an isolated Docker environment. - Updated `Dockerfile` to support multi-stage builds, including a dedicated test stage with Bitcoin Core. -...