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

Expand --dry-run Functionality #2887

Closed
RobertClarke opened this issue Dec 22, 2023 · 3 comments · Fixed by #3063
Closed

Expand --dry-run Functionality #2887

RobertClarke opened this issue Dec 22, 2023 · 3 comments · Fixed by #3063

Comments

@RobertClarke
Copy link
Contributor

RobertClarke commented Dec 22, 2023

When using this flag, can we add an option to output the commit/inscribe PSBTs to verify in Sparrow or deconstruct with Bitcoin-core commands to verify the transactions manually before broadcasting?

Use case:
Say I have a wallet with multiple UTXOs containing uncommon sats. I'd like to manually confirm that these aren't getting accidentally spent.

Alternative:
Add the ability to define "payment" UTXOs for network fees, in addition to --sat-point

@elocremarc
Copy link
Contributor

@gmart7t2 don't you have something in your version which could handle this usecase?

@raphjaph raphjaph mentioned this issue Dec 29, 2023
@raphjaph
Copy link
Collaborator

Something like this: #2925?

@gmart7t2
Copy link
Contributor

gmart7t2 commented Jan 7, 2024

@gmart7t2 don't you have something in your version which could handle this usecase?

Yes. --dump causes it to output the signed transactions and --no-broadcast causes it not to broadcast them.

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

Successfully merging a pull request may close this issue.

4 participants