README.md in zold-0.29.33 vs README.md in zold-0.29.34
- old
+ new
@@ -183,17 +183,35 @@
*/10 * * * * zold /usr/local/bin/rsync -aubv /usr/home/zold/app-in-mem/farm /usr/home/zold/app-in-mem/zold.log /usr/home/zold/app-in-mem/.zoldata /usr/home/zold/app/
```
## Frequently Asked Questions
+> Is there a configuration file?
+
+Any command line flag can also be put in the `~/.zold` file, one per line, e.g.:
+```
+--home=~/.zold_home
+--verbose
+```
+
> Where are my RSA private/public keys?
They are in `~/.ssh/id_rsa` (private key) and `~/.ssh/id_rsa.pub` (public key).
Make sure you have a copy of your private key in some safe place.
If you lose the public key, it's not a problem, since your wallet has it.
But the private key is your personal asset.
Anyone can use your wallet if they have the private key.
Keep it safe and secure!
+
+> How to use my RSA private key from https://wts.zold.io?
+
+Retrieve the key via https://wts.zold.io/key. It can then be used with
+the command line flag `--private-key` (e.g., for the `pay`, `node` and
+`taxes` commands).
+
+If you need the public key, you can generate it with
+`ssh-keygen -y -f .ssh/zold_key > .ssh/zold_key.pub`. It can then be used
+with the command line flag `--public-key` (e.g., for the `create` command).
> What is the best way to check the balance of the rewards collected by nodes?
You just do `zold pull <Wallet_ID>` and the rewards (taxes) will be visible there.