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

Refactor config structure #13

Closed
SpontaneousOverthrow opened this issue Mar 24, 2023 · 1 comment
Closed

Refactor config structure #13

SpontaneousOverthrow opened this issue Mar 24, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@SpontaneousOverthrow
Copy link
Contributor

The main idea here is to have ability to have multi participants in wallets dir
Config example:

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
@SpontaneousOverthrow SpontaneousOverthrow added the enhancement New feature or request label Mar 24, 2023
@SpontaneousOverthrow SpontaneousOverthrow self-assigned this Mar 28, 2023
@SpontaneousOverthrow
Copy link
Contributor Author

fixed here #49

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

No branches or pull requests

1 participant