Skip to content

HIP-0002 #42

@publiusfederalist

Description

@publiusfederalist

The known wallet file, .wallet, is not actually fully secured by the chain of trust in this proposal. The certificate itself is but not the contents of the web server which are served out of band.

There are better options:

Coupling the name and the receive wallet

  1. The name itself is associated with a UTXO, and therefore, a wallet already.

Decoupling the name and the receive wallet

  1. A receive address can be stored on chain as a TXT record.
  2. A receive address can be served as TXT record by a DNSSEC secured authoritative zone.
  3. Use suggested HTTPS method, but with a signed message containing the receive address.

There are likely other options. By including the language in Decoupling#3 or by using one of the other options, a sender can rest assured they are sending to an address verified by the chain of trust as opposed to a potentially hacked web server that continues to maintain the right cert.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions