|
@@ -62,7 +62,7 @@ opts_data = {
|
|
|
-b, --rescan-blockchain Rescan the blockchain if wallet fails to sync
|
|
-b, --rescan-blockchain Rescan the blockchain if wallet fails to sync
|
|
|
-d, --outdir=D Save transaction files to directory 'D'
|
|
-d, --outdir=D Save transaction files to directory 'D'
|
|
|
instead of the working directory
|
|
instead of the working directory
|
|
|
--D, --daemon=H:P Connect to the monerod at {D}
|
|
|
|
|
|
|
+-D, --daemon=H:P Connect to the monerod at {dhp}
|
|
|
-e, --skip-empty-accounts Skip display of empty accounts in wallets
|
|
-e, --skip-empty-accounts Skip display of empty accounts in wallets
|
|
|
where applicable
|
|
where applicable
|
|
|
-E, --skip-empty-addresses Skip display of used empty addresses in
|
|
-E, --skip-empty-addresses Skip display of used empty addresses in
|
|
@@ -73,7 +73,7 @@ opts_data = {
|
|
|
-P, --rescan-spent Perform a rescan of spent outputs. Used only
|
|
-P, --rescan-spent Perform a rescan of spent outputs. Used only
|
|
|
with the ‘export-outputs-sign’ operation
|
|
with the ‘export-outputs-sign’ operation
|
|
|
-R, --tx-relay-daemon=H:P[:H:P] Relay transactions via a monerod specified by
|
|
-R, --tx-relay-daemon=H:P[:H:P] Relay transactions via a monerod specified by
|
|
|
- {R}
|
|
|
|
|
|
|
+ {rdhp}
|
|
|
-r, --restore-height=H Scan from height 'H' when creating wallets.
|
|
-r, --restore-height=H Scan from height 'H' when creating wallets.
|
|
|
Use special value ‘current’ to create empty
|
|
Use special value ‘current’ to create empty
|
|
|
wallet at current blockchain height.
|
|
wallet at current blockchain height.
|
|
@@ -93,8 +93,8 @@ opts_data = {
|
|
|
},
|
|
},
|
|
|
'code': {
|
|
'code': {
|
|
|
'options': lambda cfg, help_notes, s: s.format(
|
|
'options': lambda cfg, help_notes, s: s.format(
|
|
|
- D = xmrwallet.uarg_info['daemon'].annot,
|
|
|
|
|
- R = xmrwallet.uarg_info['tx_relay_daemon'].annot,
|
|
|
|
|
|
|
+ dhp = xmrwallet.uarg_info['daemon'].annot,
|
|
|
|
|
+ rdhp = xmrwallet.uarg_info['tx_relay_daemon'].annot,
|
|
|
cfg = cfg,
|
|
cfg = cfg,
|
|
|
gc = gc,
|
|
gc = gc,
|
|
|
tw_dir = help_notes('tw_dir'),
|
|
tw_dir = help_notes('tw_dir'),
|