Fix spark wallet QR code display by providing the onion hostname as public url

This commit is contained in:
Jonas Nick 2019-03-27 00:49:54 +00:00
parent fe23ced5ec
commit 0d5c67c1cf
No known key found for this signature in database
GPG key ID: 4861DBF262123605
3 changed files with 35 additions and 11 deletions

View file

@ -39,8 +39,7 @@ The `nix-bitcoin.nix` module provides the two profiles "minimal" and "all":
* [nanopos](https://github.com/ElementsProject/nanopos)
* adds an index page using nginx to display node information and link to nanopos
* [spark-wallet](https://github.com/shesek/spark-wallet)
* Notes: run `nodeinfo` to get its onion address and `systemctl status spark-wallet` to get the access key.
When entering the onion address on the Android app don't forgot to prepend "http://"
* Notes: run `journalctl -eu spark-wallet` to get the onion address, access key and QR access code for the spark wallet android app.
* other
* [electrs](https://github.com/romanz/electrs) can be enabled by setting `services.electrs.enable` in modules `nix-bitcoin.nix` to `true`