thanks for 1.1.0 and a feature request:
I like to keep my cryptocoin data directories on an encrypted drive, so it would be nice if byteball was flexible in where it puts it's data directory.
A start paramater like bitcoin's -datadir=... would be just fine for a start.
Yeah thats nice but I guess you could always crate a symlink from ~/.config/byteball to where you want it to be, until the "feature-request" is fulfilled.
I would recommend this too.
If someone still wants to implement -datadir option, we accept pull requests in our github repo
https://github.com/byteball/byteball.
I know, I should have mentioned this, but I'm on Windows... forget reliable symlinks there...
EDIT: tried it, it will read the data throug a link when first opened, but then write out data to the hard-coded %APPDATA%... again instead of through the link.