I’ve seen something similar when I tried to resend funds that were already in the process of being sent. Suggest waiting a while (like an hour or so), transaction expiry should return funds if the txn cant be mined.
Now I have error:
./src/zcash-cli z_getbalance “opid-e58af9ab-400d-42bb-ab22-1027ba9b8263”
error code: -5
error message:
Invalid from address, should be a taddr or zaddr.
My address that I added in sendmany is generated by getnewaddress but not by z_getnewaddress.
and I received operation id: opid-a23dd716-c42d-4edd-9355-a9d4cba62a5a
Now I want to check the status of the operation:
./src/zcash-cli z_getoperationstatus ‘[“opid-a23dd716-c42d-4edd-9355-a9d4cba62a5a”]’
[
{
“id”: “opid-a23dd716-c42d-4edd-9355-a9d4cba62a5a”,
“status”: “failed”,
“creation_time”: 1566779592,
“error”: {
“code”: -6,
“message”: “Insufficient funds, no UTXOs found for taddr from address.”
},
“method”: “z_sendmany”,
“params”: {
“fromaddress”: “t1aieBLQB3KSfTT6WjP3pkWERKecjoxT1dq”,
“amounts”: [
{
“address”: “zcHR7x93Bgs6MrfQuFXegQoADLNxqzCZvN6ja4qFD3eHynBJJKm7vmNJJiug6N1WUF5Z1zVYpHT9MTnkBnb8r3pgPjwgBhR”,
“amount”: 1.0
}
],
“minconf”: 1,
“fee”: 0.0001
}
}
]
and I have the same error: Insufficient funds, no UTXOs found for taddr from address.
On address from which I want to send 1 BTCZ I have 2 BTCZ, so it’s enough.
When I want to get a balance:
./src/zcash-cli z_getbalance “opid-a23dd716-c42d-4edd-9355-a9d4cba62a5a”
error code: -32700
error message:
Parse error
And listreceivedaddress for my address return empty array: