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

Track accounts using wildcards #2117

Open
RuneStone0 opened this issue Mar 20, 2020 · 0 comments
Open

Track accounts using wildcards #2117

RuneStone0 opened this issue Mar 20, 2020 · 0 comments

Comments

@RuneStone0
Copy link

I'd like to run a full node, with full account history, but only for a selected number of accounts (hundreds). Using the --track-account option is not feasible because the accounts to track will constantly change (new users added). Restarting the full node with a new list of accounts to track is a bad solution. As far as I know its not possible to change the full node config during run-time either.

I suggest that the config parameter --track-accounts will support wildcards so the following can be specified instead: --track-accounts=myusers-*,myotherusers-*,*identifier*

Alternative solution could also work, but is less flexible in my opinion:
#258 (comment)

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

No branches or pull requests

2 participants