Skip to content

Commit 859a16f

Browse files
authored
Updated for new command options. v0.3
1 parent 5d9bb2c commit 859a16f

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,26 @@ USAGE: bash getxchtx.sh [OPTIONS]
1313
1414
OPTIONS
1515
-y YEAR transactions only for given 4-digit year Default: all transactions
16+
-i INTERGER Id of the wallet to use Default: 1
17+
-s INTERGER Index of starting transaction Default: 0
18+
-e INTERGER Index of ending transaction Default: 999999
19+
-o INTERGER 0 for ascending, 1 for descending Default: 0
20+
-t INTERGER -1 for all transaction types Default: -1
21+
0 for INCOMING_TX
22+
1 for OUTGOING_TX
23+
2 for COINBASE_REWARD
24+
3 for FEE_REWARD
25+
4 for INCOMING_TRADE
26+
5 for OUTGOING_TRADE
1627
-v verbose output
1728
-h help
1829
19-
Example: bash getxchtx.sh -y 2021 -v
30+
Example:
31+
bash getxchtx.sh -y 2021 -v
2032
33+
Example for saving to file:
34+
bash getxchtx.sh -y 2021 >tx_list.csv
2135
22-
Save to file with redirection
23-
24-
Example: bash getxchtx.sh -y 2021 >tx_list.csv
2536
```
2637

2738
---

0 commit comments

Comments
 (0)