openoms
openoms
The postgres upgrade has also faiiled on charts testflight https://github.com/GaloyMoney/charts/pull/7538 : ``` k -n bria-testflight-a1b4894 logs bria-6f97456c99-qswcg Defaulted container "bria" out of: bria, wait-for-postgresql (init) Sending traces to http://localhost:4317 Starting...
Will try to reproduce. Does the problem persist after the restart of the node?
@kristapsk this will be an issue on all raspiblitzes. 8080 is the LND REST port. Need to find a way to avoid the collusion.
@rookey can you try to set: ``` onion_serving_port = 8080 ``` to something else like: ``` onion_serving_port = 8181 ``` the easiest on the raspiblitz is to enter the joininbox...
@rookey now that that the port is set restart the node or just the jm api: ``` sudo systemctl restart joinmarket-api ``` see if runs. Logs are at: ``` sudo...
* shellcheck can be integrated to IDE-s like VSCode: https://marketplace.visualstudio.com/items?itemName=timonwong.shellcheck * in most cases adhering to the coding style of the project is important (unless the style changes are also...
* aim for PR-s to be atomic - solving one issue (or closely related) at a time. Example: when fixing a script don't include typos fixea for other scipts *use...
Finding the Bisq guide clear and concise: https://github.com/bisq-network/bisq/blob/master/CONTRIBUTING.md could look into adapting it to the Raspiblitz. The .editorconfig would especially be useful. Looking to use something like: https://github.com/Reckless-Satoshi/robosats/blob/main/.editorconfig
Not testing with Ubuntu currently, but should sort this for the next release.
Some scripts already have some installation verification like: https://github.com/rootzoll/raspiblitz/blob/v1.6/home.admin/config.scripts/bonus.loop.sh#L120 https://github.com/rootzoll/raspiblitz/blob/v1.6/home.admin/config.scripts/bonus.rtl.sh#L108 improvements are welcome on this. Need to be careful pausing the scripts because it would stall the automated SDcard recovery...