Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 1.51 KB

README.md

File metadata and controls

49 lines (38 loc) · 1.51 KB

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