/Get_R_S_Z_RawTx

Get R_S_Z VALUES from bitcoin RawTx

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Get_R_S_Z_RawTx

Get R_S_Z VALUES from bitcoin RawTx

before you run it you must edit Get_R_S_Z_RawTx.py

and change tx = and put the raw tx

install

pip install -r requirements.txt

or

python2 -m pip install -r requirements.txt

i made this in python2

to get the raw tx from tx id use this

https://blockchain.info/tx/ (put your tx id) ?format=hex

i hope you like it