Strange...
Is better to delete mempool.dat, start Bitcoin core with
bitcoin-qt.exe -walletbroadcast=0
and after, abandon transaction in bitcoin core ? ( my BTC return in Balance )
And wait... but until when ?!
I'm afraid I'm going to be the same with other transactions...
I'm afraid it isn't your wallet... The conflicting transaction was found on my mempool, and the mempool of all other nodes i tried to broadcast your transaction to, so it's fair to say that most of the current network probably has a conflicting transaction in it's mempool...
So, yes, you can abandon the transaction, but you should wait at least 72 hours after the conflicting transaction was broadcasted before re-using the outputs to create a new transaction (default setting for nodes is to drop an unconfirmed tx after 72 hours).
If, in the meantime, the conflicting transaction makes it into a block, the outputs used for this transaction will be removed from the UTXO, and if your wallet remains sync'ed you'll be able to use the leftover outputs (if any).
So, to summarise:
- you can abandon the transaction
- then wait at least 72 hours
- then make sure your wallet is synchronised
- then try to use any leftover outputs (funds) to create a new transaction
This should work... I hope... Good luck!