João Dias
João Dias
Worked for me. You could also create a file under `/usr/local/bin/bos` with this content: ```bash #!/bin/bash docker run -it --rm \ --network="generated_default" \ -v $HOME/.bos:/home/node/.bos \ -e BOS_DEFAULT_SAVED_NODE=SAVEDNODENAME \ alexbosworth/balanceofsatoshis...
https://github.com/BlueWallet/LndHub/blob/1eaf6c5a47fa702c89c612b82a243efc9b2fc95f/controllers/website.js#L98-L101 Since, ```js if (process.env.TOR_URL) { host = process.env.TOR_URL; } const url = 'bluewallet:setlndhuburl?url=' + encodeURIComponent(req.protocol + '://' + host); ``` A workaround is to set `TOR_URL` environment variable to...
@maltokyo thoughts?
Another topic, but important to note: I think this `/bluewallet_lndhub_app` should be customizable somehow. If I know some btcpayserver URL, I can try this lndhub endpoint and get the node...
Tudo no seu tempo. Estou planejando primeiro a base do projeto, depois vamos para as partes "menos importantes" (ou melhor, de prioridades inferiores). E eu ainda tenho que criar o...
@vjoao @ibrunotome What about it, guys?
@ibrunotome I totally agree! I've updated this issue with a "TODO" section. Thanks
@vinyvicente, I agree with @vjoao. But, for sensitive data, we can use [hashids](http://hashids.org/php/).
@ibrunotome @vinyvicente Antes de tudo, obrigado por fomentarem o tópico. Inicialmente vou usar o Pusher por facilidade de integração (sim, sei as limitações técnicas que isso tem). Posteriormente, pretendo usar...