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

document how to keep the configuration and keys on the host instead of in the container #36

Closed
wants to merge 1 commit into from

Conversation

vorburger
Copy link

I'm trying to figure out how to get started here - and contribute what I'm learning.

The use case is anyone who does not have keys yet, and wats to keep them outside the container, so that it is easy to upgrade to newer versions.

This is WIP, and not quite working yet; not sure why I'm getting a "WARNING: using a farmer address which we don't have the private keys for. We searched the first 500 addresses. Consider overriding ... with ..." - does anyone know?

@noeRls
Copy link

noeRls commented May 9, 2021

You should replace all podman by docker, it is confusing.

Copy link
Member

@justinengland justinengland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

were not using podman.

or to keep the configuration and keys on the host instead of in the container:
```
mkdir -p ~/.config/chia/python_keyring
podman run --read-only -it --rm --name chia.init -v ~/.config/chia:/root/.chia:z --entrypoint /chia-blockchain/venv/bin/chia ghcr.io/chia-network/chia:latest init
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this says podman here. lets change that to docker.

@github-actions
Copy link

'This PR has been flagged as stale due to no activity for over 60
days. It will not be automatically closed, but it has been given
a stale-pr label and should be manually reviewed.'

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

Successfully merging this pull request may close these issues.

None yet

3 participants