You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: