-
Notifications
You must be signed in to change notification settings - Fork 95
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
Run without chainNodes/privValAddr #191
Comments
Otherwise we could make this dynamic: horcrux/signer/remote_signer.go Line 21 in 03f565d
and insert a dummy IP. Example:
|
This would be a nice feature. We will get this in the next release |
Thank you! |
@agouin please remember this 🙏 Note. the original idea was to run a cosigner without "chainNodes/privValAddr", without changing connRetrySec in a variable |
This is now possible in v3.2.0 |
@agouin thank you for this explanation https://github.com/strangelove-ventures/horcrux/issues/100
What do you think of this "hybrid" setup ?
2 Datacenter (with in each: 1 sentry and 1 signer)
1 Spare Datacenter (with 1 signer and without sentry)
this way each sentry is connected to its own local signer (latency 0) and there is an additional signer reachable p2p by the other signers when a DC is down.
I think it's the minimum configuration, but with high performance and full redundancy.
Signers connected to all sentries may cause connections cross like
Sentry01<->Signer02
andSentry02<->Signer01
. Right?So in the Signer03 we need to run without "chainNodes/privValAddr" but the result is:
Error: need to have chainNodes configured for priv-val connection
The text was updated successfully, but these errors were encountered: