Skip to content

Commit 2cb1089

Browse files
authored
Update README.md
1 parent d0fa00d commit 2cb1089

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Generate a list of transactions for Chia (XCH) into a CSV file.
55

66
---
77

8-
**getxchtx.sh** - You must run this script from the command line. The script pulls all your transactions into a json file by querying the wallet db, then loops through each transaction building a CSV file. _Note_: the query actually pulls from 0 to 999999, so if you have more transactions than 999,999 you may need to edit the script prior to running. Also, you must use the '**bash**' command and _not_ '**sh**'.
8+
**getxchtx.sh** - You must run this script from the command line. The script pulls all your transactions into a json file by querying the wallet db, then loops through each transaction building a CSV file. Note: You must use the '**bash**' command and _not_ '**sh**'.
99

1010
COMMAND OPTIONS<br>
1111
```
@@ -17,6 +17,8 @@ OPTIONS
1717
-s INTERGER Index of starting transaction Default: 0
1818
-e INTERGER Index of ending transaction Default: 999999
1919
-o INTERGER 0 for ascending, 1 for descending Default: 0
20+
-min AMOUNT Only transactions greater than AMOUNT Default: 0
21+
-max AMOUNT Only transactions less than AMOUNT Default: 999999
2022
-t INTERGER -1 for all transaction types Default: -1
2123
0 for INCOMING_TX
2224
1 for OUTGOING_TX

0 commit comments

Comments
 (0)