nyxnor
nyxnor
I'd like to whitelist only necessary calls for the fulcrum rpc user. Can you document all the rpc calls fulcrum makes to bitcoind?
Hello. I'd link to whitelist only necessary calls when connecting to a wallet that uses bwt. Can you document all the RPC calls bwt makes to bitcoin core RPC?
on the [WIP](https://github.com/nonnil/TorCI#wip) section there is HTTPS support. Is this something you have to support on the frontend? From my knowledge, using [this script to create a self signed certificate](https://github.com/rootzoll/raspiblitz/blob/dev/home.admin/config.scripts/internet.selfsignedcert.sh)...
Does adding circuits to the interface sounds interesting? ```sh sudo apt install -y python3-stem sudo -u debian-tor tor-prompt ``` ```py for circ in controller.get_circuits(): print "Cicruit %s, status: %s" %...
With sha256 the menu width I needed to change from 74 to 100. I will need to be editing the bonus.services files anyway to my Tor PR, should I change...
Read the [TPO setup guide](https://community.torproject.org/onion-services/setup/) to make that happen we need to use UNIX socket as TARGET on HiddenServicePort line. But people still want to use LAN to connect to...
### Description Other users in the past have tried to run behind an isolating proxy. - https://github.com/zkSNACKs/WalletWasabi/issues/9675 But it leads to tor over tor. I did not reuse that issue...
Hello and thank you for developing Bisq V2. - Bisq v1.9.14 bootstraps fine. - Bisq v2.0.1 doesn't bootstrap. I had to create the dummy tor binary: ```sh mkdir -p /home/user/.local/share/Bisq2/tor...
https://github.com/dylanaraps/pure-bash-bible#count-files-or-directories-in-directory ```sh count() { # Usage: # files: count /path/to/dir/* # directories: count /path/to/dir/*/ shift printf '%s\n' "$#" } ```
**Is your feature request related to a problem? Please describe.** It is missing setting the correct configuration file on https://github.com/nyxnor/onionjuggler/blob/4006a3d249868d7bda8befdc1e18e13d799cca58/configure.sh#L239 it just needs to test if its the GW and...