1
Sometimes when sending bitcoin out, sometimes bitcoind's JSON-RPC replies with a 500 error. I'd like to safely automatically retry, but it seems that there's not way to set a nonce to safely retry.
I have some complicated ideas to be able to retry in a safe way, but I imagine something like the nonce is easiest. Any safe ways to retry out there?