Skip to content

A Python implementation of a Bitcoin Testnet node for sending transactions.

Notifications You must be signed in to change notification settings

sjorsvanheuveln/bitcoin_testnet_node

Repository files navigation

Bitcoin Tesnet Node: Sending Transactions

Created by Sjors van Heuveln, 1 nov 2021.

Satoshi City

HOW TO USE

Run main.py.


To do

  1. Learn on fee calculation

    • Calculate sats per byte per transaction and print to console.
    • What is sats/vbyte?
  2. Mainnet:

    • Send the Saylor! -> Multiple OP_RETURNS not allowed.
  3. UTXO:

    • Make a better UTXO function. So I can see what my address has.
    • Make a class with functions and data.
      • count
      • largest utxo
  4. New Tx:

    • Make a BECH32 P2WPKH tx.
      • Spending to is possible already.
      • Spending from not yet -> witness required.
    • What are all the differences?!!!!

Resources


Tools

About

A Python implementation of a Bitcoin Testnet node for sending transactions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages