-
Notifications
You must be signed in to change notification settings - Fork 206
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
Why is captive-core not working in mainnet or pubnet in stellar-quickstart? #467
Comments
This issue is stale because it has been open for 30 days with no activity. It will be closed in 30 days unless the stale label is removed. |
Reading between the lines this comment in Slack might suggest we added it for standalone only because that's all we needed it on at the time because we were adding it to support using quickstart in integration tests with captive-core in use. Thread is here: |
OK. I see. |
What version are you using?
stellar-core: 19.11.0
horizon: 2.25.0
What did you do?
I wanted to run stellar-quickstart docker image for testnet in captive-core mode, using this command
sudo docker run --rm -it -p 8000:8000 -v /home1/irteamsu/stellar:/opt/stellar -e PGPASS=stellar -e PGPASS_CONFIRMATION=stellar --name stellar stellar/quickstart --testnet --enable-horizon-captive-core
But I found that the start script in the image is coded that it only works for standalone or futurenet in captive-core mode(refer to: https://github.com/stellar/quickstart/blob/master/start#L36)
Why is that? is that a bug or a right instruction?
What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: