Resolves a paymail address
.__
_______ ____ __________ | |___ __ ____
\_ __ \_/ __ \ / ___/ _ \| |\ \/ // __ \
| | \/\ ___/ \___ ( <_> ) |_\ /\ ___/
|__| \___ >____ >____/|____/\_/ \___ >
\/ \/ \/
Resolves a paymail address into a hex-encoded Bitcoin script, address and public profile (if found).
Given a sender and a receiver, where the sender knows the receiver's paymail handle @., the sender can perform Service Discovery against the receiver and request a payment destination from the receiver's paymail service.
Read more at: http://bsvalias.org/04-01-basic-address-resolution.html
paymail resolve [flags]
paymail resolve mrz@moneybutton.com
paymail r mrz@moneybutton.com
paymail r 1mrz
-a, --amount uint Amount in satoshis for the payment request
-h, --help help for resolve
-p, --purpose string Purpose for the transaction
--sender-handle string Sender's paymail handle. Required by bsvalias spec. Receiver paymail used if not specified.
--sender-name string The sender's name
-s, --signature string The signature of the entire request
--skip-baemail Skip trying to get an associated Baemail account
--skip-bitpic Skip trying to get an associated Bitpic
--skip-pki Skip the pki request
--skip-powping Skip trying to get an associated PowPing account
--skip-public-profile Skip the public profile request
--skip-roundesk Skip trying to get an associated Roundesk profile
--bsvalias string The bsvalias version (default "1.0")
--config string Custom config file (default is $HOME/paymail/config.yaml)
--docs Generate docs from all commands (./docs/commands)
--flush-cache Flushes ALL cache, empties local database
--no-cache Turn off caching for this specific command
-t, --skip-tracing Turn off request tracing information
- paymail - Inspect, validate domains or resolve paymail addresses