Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Datadir Flag Negated From Umbra Launch #86

Open
matthewjamesr opened this issue Jan 16, 2017 · 0 comments
Open

Datadir Flag Negated From Umbra Launch #86

matthewjamesr opened this issue Jan 16, 2017 · 0 comments

Comments

@matthewjamesr
Copy link

A custom data directory to download the blockchain to does not work when launching, the first time, directly from a shortcut to Umbra. Example shortcut listed below.

C:\..\..\..\umbra.exe -datadir="D:\..\Shadowcash (Umbra)\blockchain"

On launch Umbra still synchs to original/default data directory. To fix this a new shortcut to shadowcoind.exe must be made and ran first:

C:\..\..\..\shadowcoind.exe -datadir="D:\..\Shadowcash (Umbra)\blockchain"

This initialized the blockchain data in the proper data path, but requires the additional step of then creating a shadowcoin.conf with rpc details. After this is done, launching the Umbra shortcut with datadir flag then works synching to updated data directory.

Solution:

Pass the datadir flag and value from an umbra shortcut to shadowcoind and auto-generate a shadowcoin.conf file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant