Post
Topic
Board Bitcoin Discussion
Re: Bitcoin challenge transaction: ~100 BTC total bounty to solvers!
by
iparktur
on 01/01/2020, 21:55:20 UTC

When I start a file R-Scaner.py

C:\Python27 > python.exe R-Scaner.py
SCAN ADDR
type address:
- here I write the address, which I want I check

Also I receive result of check.

When I start a file C:\Python27 python.exe RawTX_RSZ.py
I receive such result:

Traceback (most recent call last):
  File "RawTX_RSZ.py", line 1, in
    import bitcoin
ImportError: No module named bitcoin

I thought, that will be written:

SCAN TX
type tx:
- here again it will be necessary to write transaction, which needs to be checked up

What I do not correctly?

What for in a file RawTX_RSZ.py this is written down transaction? 

tx =
"01000000013c10dccdd96187ec065a2404a829be91ccb2a80ee7986d4cbbb31cd493f69e5d00000 0006c493046022100c9f051042467433b2199526db1ba327154d2bcd7c90c40070ba06869c55121 94022100b1146f90fac7ed0db71d2f0c91f30c51d11310c508a64719dc424cdf710cb38b0121025 45d2c25b98ec8827f2d9bee22b7a9fb98091b2008bc45b3b806d44624dc038cffffffff0200c501 5a020000001976a914f507b67f6af2dcc993f6958c05855f4861cefe8888acc427e9254f0600001 976a914b3dd79fb3460c7b0d0bbb8d2ed93436b88b6d89c88ac00000000"


I can not find the instruction, as correctly to work with a file RawTX_RSZ.py