6
0
mirror of https://github.com/avast/ioc synced 2024-06-20 13:58:34 +00:00

readme mod

This commit is contained in:
Jakub Kaloč 2021-10-12 10:19:42 +02:00
parent ebfae801cd
commit 0948faec14

@ -7,6 +7,7 @@ belong to multiple cryptocurrencies.
<br/> <br/>
<br/> <br/>
Example input: Example input:
``` ```
{ {
"wallet_address" : "wallet_address" :
@ -23,6 +24,7 @@ Example input:
``` ```
<br/> <br/>
Script can be run from console with following command: Script can be run from console with following command:
``` ```
> wallet_gain.py -if ./wallets_tagged.json -of ./wallet_gains.json > wallet_gain.py -if ./wallets_tagged.json -of ./wallet_gains.json
``` ```