User Age Verification for Wallet Software#2128
User Age Verification for Wallet Software#2128Brigson wants to merge 1 commit intobitcoin:masterfrom
Conversation
User Age Verification for Wallet Software
|
Need to specify side loading mechanism for binaries in order to connect with ID check services. |
jlopp
left a comment
There was a problem hiding this comment.
I don't see how adding a single field to already non standardized wallet storage formats is worthy of a BIP.
| ## Motivation | ||
| A growing number of jurisdictions require software to implement age | ||
| verification mechanisms. A standardized field would allow ecosystem-wide |
There was a problem hiding this comment.
"A standardized field would allow ecosystem-wide compliance" - what? This is nonsensical. Wallets store their data in non-standardized formats.
|
|
||
| ## Specification | ||
| Wallet implementations MAY include a `birthDate` field formatted as |
There was a problem hiding this comment.
"birthDate" is already used by some wallets to indicate the date the wallet was created, in order to provide a hint to blockchain scanning services that there's no point scanning for transaction activity before that point.
murchandamus
left a comment
There was a problem hiding this comment.
I’m closing this PR, because this proposal has not been submitted to the mailing list for discussion previously, the document has various formatting issues, and it self-assigned a number.
User Age Verification for Wallet Software