If the tx don't exist in blockchain, the coins didn't get sent and are not lost. If they are unconfirmed you could just delete these tx (if using daemon with "deletetransaction
Hi wiggi, thanks for the suggestion. I tried it on the first TxID using:
~/huntercoind deletetransaction 4ec87119207535c35943473aec9bee2a81fd278d07b65e5bb72c6f59cde6bf5e
but got this error:
error: {"code":-1,"message":"transaction is already in blockchain"}
So it seems the transactions are in the blockchain, but none of them show up in the explorer - very strange no?
This particular tx is not in the blockchain.
You can delete any tx from a wallet (even the actually confirmed transactions) if the wallet is rescanned with an almost empty blockchain (e.g. with only a few hundred blocks). This only takes a few seconds, then all tx appear as unconfirmed.
Not sure about the rescan error, probably best to delete this blockchain and start over with the downloaded one if you still have a copy.