This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # | |
| # generate a fake bitcoin transaction | |
| # | |
| # This is free and unencumbered software released into the public domain. | |
| # | |
| # Requires bc, dc, openssl, xxd, bitcoin-tx | |
| # | |
| # Originally by grondilu from https://bitcointalk.org/index.php?topic=10970.msg156708#msg156708 | |
| # Modified by rainbeam |