kexkey

Results 33 issues of kexkey

`getactivewatchesbylabel` has been written to return pub watches by their label. Since then, labels have been added to the regular non-xpub address watches. But the endpoint still only returns the...

enhancement
good first issue

For Cyphernode to be able to see details of a confidential transaction (ct) on a watched address, it needs the corresponding blindingkey. If the watched address comes from an external...

Two problems: 1. exFAT doesn't support user permissions or file ownership. We need to run Cyphernode as "current user" instead of "dedicated user" when setting it up; 2. exFAT doesn't...

The apps/ folder doesn't get updated and so the previous versions of the apps images get installed. Workaround: `./stop.sh ; cd apps/ ; sudo git pull ; cd .. ;...

bug
Installer

Keep the generated Tor keys in the config file so that we don't recreate new ones when installing a new instance of cyphernode with the same configs.

enhancement

I have several directories of different cyphernode versions. When one is running, it's not clear which one is actually running... it would be nice to have the working dir of...

enhancement
Installer
configs/defaults

Instead of calling `getbestblockhash` to test Bitcoin Core, we should use something like `helloworld` and tell user if it is syncing ("Loading block index..." or else) instead of failing tests.

Add traefik/Let's Encrypt configuration. To use a domain name, simply change traefik.toml and replace "domain.com" by your domain name.

enhancement

Cyphernode errors should never be "plain english". It should use codes. The Cyphernode client is going to decide how it will use/display the results to its users depending on the...

enhancement

Have a way to send e-mails (to the admin) triggered on events. For example: - Spending hot wallet balance is below a certain amount - Error in logs (excluding debug...

enhancement
help wanted