diff --git a/scripts/cli_options.py b/scripts/cli_options.py index a4354b9..1538767 100644 --- a/scripts/cli_options.py +++ b/scripts/cli_options.py @@ -224,7 +224,7 @@ def get_sendpayment_parser(): '--schedule-file', type='str', dest='schedule', - help='schedule file name', + help='schedule file name; see file "sample-schedule-for-testnet" for explanation and example', default='') parser.add_option( '-C', diff --git a/scripts/sample-schedule-for-testnet b/scripts/sample-schedule-for-testnet index c7d5f18..cbec68a 100644 --- a/scripts/sample-schedule-for-testnet +++ b/scripts/sample-schedule-for-testnet @@ -1,6 +1,27 @@ #sample for testing -#fields: source mixdepth, amount (satoshis or fraction if non-int), -# makercount, destination, waittime (ignored if 0), completed flag: +#format is CSV +#there is one line for each coinjoin transaction. +#You can edit/create these files by hand, as long +#as you understand the below. Otherwise, use the +#command line flags for sendpayment.py as before (use --help). +#Explanation of each of the 6 entries per line: +#========================= +#index 0: source mixdepth, the mixdepth coins are to be spent from (-m on command line) +#index 1: amount. integer value in satoshis to be spent. If 0, a sweep is performed. +# For the tumbler, can be a decimal (0.0