We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The main idea here is to have ability to have multi participants in wallets dir Config example:
wallets
one: passphrases: ./wallets/passphrases.txt signing-threshold: 2 peers: 10: old1:9091 20: old2:9091 30: old3:9091 two: passphrases: ./wallets/passphrasestwo.txt signing-threshold: 2 peers: 10: old11:9091 20: old22:9091 30: old33:9091
The wallet's dir structure:
wallets/old1 wallets/old2 wallets/old3 wallets/old11 wallets/old22 wallets/old33
The text was updated successfully, but these errors were encountered:
fixed here #49
Sorry, something went wrong.
SpontaneousOverthrow
No branches or pull requests
The main idea here is to have ability to have multi participants in
wallets
dirConfig example:
The wallet's dir structure:
The text was updated successfully, but these errors were encountered: