Skip to content

Bitcoin-related stuff using the scripting language Tcl(/Tk)

License

Notifications You must be signed in to change notification settings

avl42/tcl-bitcoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tcl-bitcoin

Bitcoin-related stuff using the scripting language Tcl(/Tk)

  • gui/btcspend.tcl: a coin-control GUI relying on bitcoind for the heavy lifting. (requires the wallet to be unlocked.)
  • util/Bitcoin.tcl: wild collection of bitcoin-related stuff:
    • Secp256k1-math
    • Bitcoin script disassembly & assembly
    • dumping & undumping of bitcoin transactions
    • creating brainwallets (compressed or uncompressed)
    • See the resulting Bitcoin address for priv-keys (in wf or as numbers)
    • analyzer for the blockchain that finds unspent nonstandard tx-outputs

Dependencies: Both scripts require tcl and tcllib; gui also requires tk and tklib.

About

Bitcoin-related stuff using the scripting language Tcl(/Tk)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages