Closed luongquocdinh closed 6 years ago
Why do you want to use the validation_public_key as the secret?
Normally, you need to generate a secret. One way to do this is with generateAddress
.
Yes, but how to fix error - tefBAD_AUTH_MASTER? I understand this error is because the single signature provided to authorize this transaction does not match the master key, but no regular key is associated with this address.
How to overlap master key
and the single signature provided to authorize this transaction
. Validate domain again?
Thanks
The XRP Ledger account that you use for payments typically does not need a domain associated with it.
tefBAD_AUTH_MASTER
means that the secret does not match the address. For the XRP Test Net, you can generate an address and secret at https://developers.ripple.com/xrp-test-net-faucet.html
I lost the secret key of my account. How can get the secret key from the account?
Thanks.
How did you lose it?
The secret is generally not recoverable. You will need to generate a new secret (which will have a different address, of course).
Thanks, I fixed it 👍
I have domain authentication and get the ripple.txt file. It has an account and validation_public_key.
I use it for payment but error:
My code
I took the secret value as the validation_public_key value in the ripple.txt file. Was it right?
Help me
Thank you