File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,26 @@ USAGE: bash getxchtx.sh [OPTIONS]
13
13
14
14
OPTIONS
15
15
-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
16
27
-v verbose output
17
28
-h help
18
29
19
- Example: bash getxchtx.sh -y 2021 -v
30
+ Example:
31
+ bash getxchtx.sh -y 2021 -v
20
32
33
+ Example for saving to file:
34
+ bash getxchtx.sh -y 2021 >tx_list.csv
21
35
22
- Save to file with redirection
23
-
24
- Example: bash getxchtx.sh -y 2021 >tx_list.csv
25
36
```
26
37
27
38
---
You can’t perform that action at this time.
0 commit comments