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

Wallet file path is changed on server when installed through install_miner.sh/install_validator.sh #71

Open
emnoor-reef opened this issue Apr 18, 2024 · 0 comments

Comments

@emnoor-reef
Copy link
Contributor

When installing a miner with the provided install_miner.sh script, if either the wallet name or the hotkey name contains a special character, the files are copied as wallet name = mywallet and hotkey name = default. Paths that does not contain any special characters are not affected by this issue.

The right files are copied, but the names are changed in the server to avoid inconsistencies in .env file interpretation. Having special characters (with or without escaping) in the .env file, the values are interpreted differently by the application, docker and docker compose. All of them handle shell escaping differently.

The only downside of this seems to be that the logs will contain the wrong wallet name.

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