SuperNETorg / Agama

Please use http://github.com/komodoplatform/agama
MIT License
37 stars 100 forks source link

Feature Request: Specify where each blockchain files are located #68

Closed AudoKowitz closed 6 years ago

AudoKowitz commented 7 years ago

The user could specify where individual blockchain data will be downloaded and stored.

satindergrewal commented 7 years ago

This seems tricky to solve. The ideal solution would be to specify path to Agama application on execution, just like with QT wallets.

like Agama -agamadatadir="/mnt/customAgamaDir/" -komododatadir="/mnt/customKomodoDir"

Using absolute path in parameters.

pbca26 commented 7 years ago

@AudoKryptowitz separating individual blockchain data is not possible. We don't interfere with native daemons flow. All data goes either into .iguana or .komodo folder. Moving those folders can break normal functioning.