-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement dynamic sidestaking entries
This commit introduces two new settings for sidestaking, -sidestakeaddresses=address1,address2,..., addressN -sidestakeallocations=alloc1,alloc2,...,allocN These may be used in both the config file and with changesettings as an alternative to the original sidestake=address,allocation entries. If the new entries are present, are not empty, and are correctly filled out then they will take precedence over the older entries. The reason this is necessary is that the read-write settings file does not support multiple instances of the same setting, so a restructure was required to support the r-w override.
- Loading branch information
1 parent
7f6703a
commit eac91a6
Showing
4 changed files
with
116 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters