Could a kind soul please tell me how to make a backup of the full wallet in linux?
And another one to be clear: if i link a btc address to the 2nd round of distribution and dont move the btc from it, will i automatically receive the next distribution´s rewards automatically in my byteball wallet?
To backup on Linux:
tar -cvjf" ~/byteball.backup_$(date +%s).tar.bz2" ~/.config/byteball
or when your Byteball process/wallet is off, cp -varp ~/.config/byteball ~/byteball_backup_$(date +%s)
As long as you have bitcoins on your linked address, the link remain and you will receive in other rounds too. So link once, dont move bitcoins, profit.