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
This improves privacy and security by using a different address/key for each ticket and it's corresponding vote/revocation.
If not hiding the key using P2SH in the ticket purchase, there is nothing to change on the voting wallet side as it will stay in sync with newly used addresses. On the ticket purchasing side, the child index for the xpub needs to be incremented after every ticket purchase. The simplest way to implement this would be to check the address used dcrd index to find the next child index of the xpub to use, similar to how accounts are scanned on startup.
The text was updated successfully, but these errors were encountered:
This improves privacy and security by using a different address/key for each ticket and it's corresponding vote/revocation.
If not hiding the key using P2SH in the ticket purchase, there is nothing to change on the voting wallet side as it will stay in sync with newly used addresses. On the ticket purchasing side, the child index for the xpub needs to be incremented after every ticket purchase. The simplest way to implement this would be to check the address used dcrd index to find the next child index of the xpub to use, similar to how accounts are scanned on startup.
The text was updated successfully, but these errors were encountered: