Closed octobocto closed 1 week ago
We now end up with this directory layout, which I think is unfortunate
/Users/torkel/Library/Application Support/bip300301_enforcer ├── bip300301_enforcer │ └── signet.mdb │ ├── data.mdb │ └── lock.mdb ├── db.sqlite └── wallet.sqlite
Could make sense to split things into
validator
andwallet
, IMO
Yes! That was a very confusing directory structure.. Thank you for the PR!
By default, set the data dir to a platform specific datadir.
$XDG_DATA_HOME
with a fallback to$HOME/.local/share
for linux,$HOME/Library/Application Support
for mac, and$APPDATA
for windows.Also uses this dir in the Validator.
Works on my machine!