-
Notifications
You must be signed in to change notification settings - Fork 119
Doublespending a sendpayment sweep, possible? #769
Comments
Unfortunately no, there is no code to allow spending of spent coins in JM right now. You could take the unconfirmed coins at |
My bitcoin core node offers an option to |
I believe so. However, I seem to remember (this is second hand info; I've never done it) that there is a need for a rescan after doing the zap? Will ping IRC in case anyone knows better. |
from IRC: <arubi> waxwing, if the tx isn't confirmed and dropped then there's no need for rescan, but I think this person should check if their tx was relayed to nodes or not |
Rescan wasn't needed. |
I tried to join the IRC channel but since Tor is banned from the server it would be complicated right now, so I have to ask here: What would make the double spend difficult? Technically I just had to do the same sweep command with a raised fee set in the .cfg. Miners won't accept the double spent tx? Miners like CPFP tx more than double spend? |
Just the generic problem that you don't know what's in people's mempools right, nor policies, it's not global. (Also if you can possibly avoid it don't do it now, we have historically (and enormously!) high fees (https://anduck.net/bitcoin/fees/)). |
I sweeped coins with
sendpayment.py -N 0 -m 0 0 wallet.json myownaddress
The fees I manually set in joinmarket.cfg were too low.
Tried
listunspent_args = [0]
but still get[ERROR] There are no utxos in mixdepth: 0, quitting
What are my options?
The text was updated successfully, but these errors were encountered: