I’m setting up a node now.
Catching up is complete.
So I ran “goal clerk rawsend” to join the consensus and get it online,
but I got “Couldn’t broadcast tx with algod: HTTP 400 Bad Request”.
What went wrong? The following is my operation log.
Objective is to eliminate the rekey and restore control to the original account.
The account was rekeyed to another address, and the aim is to revert this rekey.
Steps Taken:
Created a zero Algo transaction from the original account to itself, setting the --rekey-to flag to the original account’s address.
Successfully signed the transaction using the private key associated with the original account.
Attempting to send the signed transaction results in the error.
Error Message:
vbnetCopy code
goal clerk rawsend -f transaccion_firmada.txn
Warning: Couldn't broadcast tx with algod: HTTP 400 Bad Request: transaction {...} invalid: nonempty AuthAddr but rekeying is not supported
Details of the Signed Transaction (transaccion_firmada.txn):
Sender, Receiver, and Rekey-to Address: N44XKK7V3AOCI6FMPCTVM3OITUQOHN2SIV3DEJZUVEFKABQXRICM63SCMA
FirstValid (fv): 1471672
LastValid (lv): 1472672
Genesis ID: “mainnet-v1.0”
Fee: 1000 microAlgos
Type: “pay”
The transaction is a zero Algo payment meant to revert the rekey.
Additional Information:
The Algorand node being used for the transaction is up to date and synchronized.
The error persists despite the transaction being within the valid round range and being correctly signed.
Seeking:
An explanation for the “HTTP 400 Bad Request: AuthAddr but rekeying is not supported” error.
A solution to successfully revert the rekey operation and restore control to the original Algorand account.
You should have created a complete new thread for your own issue, rather than comment on a 2 year old completely unrelated thread.
The account N44XKK has been rekeyed to GW7IF6. This means the private key (mnemonic) for N44XKK is no longer used to sign transactions for that account. If you wish to remove the rekey, you must sign the transaction removing the rekey using the GW7IF6 private key. If you do no have the private key for GW7IF6, then N44XKK is no longer under your control.
I’m now locking this thread to prevent further posts to it. Please use your new thread if you need additional assistance.