The R-scan was in this thread. Now the more you tell me about it, the more I am curious, somehow people have done it though? I mean scanned the blockchains script signatures, if they were not using a script, then they used malware? Its not possible to scan the blockchain by personally looking at all the transactions, and obviously there is an output script like on the website I provided in my original post. Or was this done by the developers and they have some special tool for it?
Update: Thank you so much for pointing me in the right direction! I was able to run the script under Python 2.7 after installing simplejason dependencies, now I get another error:
Traceback (most recent call last):
File "E:\rng-scanner-master\rscan.py", line 44, in
print "hash: " + str(addrdata['txs'][y]['hash'])
IndexError: list index out of range
this is so frustrating, if you could give me any advice, I would appretiate it, thank you.