Skip to content

wolfstudy/BCHCheckMultiSig

 
 

Repository files navigation

TOOL:verify which pubkey keys contribute to multisig

Notice:

  • just support BCH multisig verify
  • you shoud input current rawtx string, reference rawtx string, vin index and the current vin ammount
  • you must ensure your input correctly

Usages:

  • install all bitcoin-abc dependencies official link
  • cd this repository path
  • ./autogen.sh
  • ./configyre
  • make
  • cd src/test
  • ./test_bitcoin --run_test=transaction_tests/parse_tx

Bugs:

  • There is a bytes length limit on macOS platform

About

verify which pubkey keys contribute to multisig

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 69.9%
  • Python 13.3%
  • C 8.7%
  • M4 2.4%
  • Objective-C 1.9%
  • Makefile 1.3%
  • Other 2.5%