Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to execute RBF, CPFP, bumpfee.py to increase stuck transaction #150

Open
therealsupermax opened this issue Apr 4, 2024 · 2 comments

Comments

@therealsupermax
Copy link

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

@therealsupermax therealsupermax changed the title how to execute bumpfee.py how to execute RBF, CPFP, bumpfee.py to increase stuck transaction Apr 4, 2024
@RobertMiranda
Copy link

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

@therealsupermax
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants