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

Fix and improve solo stamping #141

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Nov 28, 2023

  1. Update deprecated signrawtransaction RPC call

    signrawtransaction was replaced with signrawtransactionwithwallet in Bitcoin Core v0.17.0
    
    Also added debug logging.
    Sjors committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    325d473 View commit details
    Browse the repository at this point in the history
  2. stamp: add --fee-rate argument

    Sjors committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    85df7bc View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. stamp: allow interrupt and resume with nonce and txid

    Review hint:
    git diff --color-moved=dimmed-zebra --color-moved-ws=ignore-space-change
    Sjors committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    c3d2187 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62a7a2e View commit details
    Browse the repository at this point in the history
  3. Add --btc-signet

    Sjors committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    18bcc9c View commit details
    Browse the repository at this point in the history
  4. README: document solo stamping

    Sjors committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    640e9c8 View commit details
    Browse the repository at this point in the history