Open therealsupermax opened 7 months ago
Not familiar with JoinBox, but if you can get to the command line you would run a command like this:
cd joinmarket-clientserver source jmvenv/bin/activate cd scripts python bumpfee.py -f 8000 wallet.jmdat transactionID-of-the-stuck-UTXO
Not familiar with JoinBox, but if you can get to the command line you would run a command like this:
cd joinmarket-clientserver source jmvenv/bin/activate cd scripts python bumpfee.py -f 8000 wallet.jmdat transactionID-of-the-stuck-UTXO
Thank you I'll try this
I'm running raspiblitz with both joininbox and JAM to connect to join market, trying to figure out how to run bumpfee.py for a recent transaction I did.
Set fee at 8 sats/vbyte, but it automatically changed it to 2 sats/vbyte? Not sure why. Can figure this part out later.
How does one RBF from joininbox? If not, how does one do it via join market CLI from node like Raspiblitz?
Thanks everyone