Skip to content

A Python tool to build, sign, and (optionally) broadcast raw Bitcoin transactions using WIF private keys.

Notifications You must be signed in to change notification settings

pywitcher/bitcoin-tx-signer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” Bitcoin Transaction Signer (P2PKH)

This project demonstrates how to create and sign a raw Bitcoin transaction using a private key in WIF format.

⚠️ This code is for educational and testing purposes only.
⚠️ Do not use with real funds unless you understand what you're doing.


πŸš€ Features

  • Sign a raw Bitcoin transaction (P2PKH)
  • Use your own WIF private key
  • Customize input/output addresses and amounts
  • Optional broadcasting to the Bitcoin network

πŸ“¦ Requirements

Install dependencies:

pip install -r requirements.txt

About

A Python tool to build, sign, and (optionally) broadcast raw Bitcoin transactions using WIF private keys.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages