| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |\ \
| | |
| | |
| | | |
bba5bae implewallet: don't trigger idle lock right after a foreground refresh (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
e85c838 simplewallet: do not print warning for locked coinbase txes (moneromooo-monero)
|
| | |/
| |
| |
| | |
since they're all locked for a fixed amount
|
| |\ \
| | |
| | |
| | | |
93d5cf2 wallet2: add ignore-outputs-{above/below} option (stoffu)
|
| | |/
| |
| |
| | |
https://github.com/aeonix/aeon/pull/131
|
| |\ \
| | |
| | |
| | | |
16498dc simplewallet.cpp - clean up welcome message (SomaticFanatic)
|
| | |/
| |
| | |
Fixed a typo ("and -are- not visible to the world by default"), removed a few redundant commas, and capitalized words inside the URL.
|
| | | |
|
| |/ |
|
| |\
| |
| |
| | |
bd9c12e simplewallet: remove erroneously added line under subaddress-lookahead (stoffu)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
f380f69 simplewallet: warn if invalid default ring size is set and actually ignore the setting (stoffu)
|
| | | |
| | |
| | |
| | | |
the setting
|
| |\ \ \
| |_|/
|/| |
| | |
| | | |
11f13da blockchain: fix logging bad number of blocks if first one fails (moneromooo-monero)
19bfe7e simplewallet: fix warnings about useless std::move (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
2ec455d wallet: fix mismatch between two concepts of 'balance' (moneromooo-monero)
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
One considers the blockchain, while the other considers the
blockchain and some recent actions, such as a recently created
transaction which spend some outputs, but isn't yet mined.
Typically, the "balance" command wants the latter, to reflect
the recent action, but things like proving ownership wants
the former.
This fixes a crash in get_reserve_proof, where a preliminary
check and the main code used two concepts of "balance".
|
| |\ \ \
| | | |
| | | |
| | | | |
87d2f06 simplewallet: moan harder about untrusted nodes (moneromooo-monero)
|
| | | | | |
|
| | |_|/
|/| | |
|
| | |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
New CLI wallet variable: export-format with options "binary" (the default),
or "ascii". "Binary" behaves as before, "ascii" forces the wallet to convert
data to ASCII using base64.
Reading files from the disk tries to auto detect what format has been
used (using a magic string added when exporting the data).
Implements https://github.com/monero-project/monero/issues/2859
|
| |\ \
| | |
| | |
| | |
| | | |
5a91b83 simplewallet: add a few missing settings help text (stoffu)
ae7bf37 simplewallet: fix arg indexing bug in set_device_name (stoffu)
|
| | | | |
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
884df82 wallet: provide original address for outgoing transfers (xiphon)
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
65f29a8 simplewallet: add restore_height command (tobtoht)
|
| | |/ / / |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
0d916a6 Fix incorrectly named binding for MMS send_signer_config command (tobtoht)
|
| | |/ / /
| | | |
| | | | |
send_message_config isn't used anywhere else in the code, and it is clear from the help command that it should be named send_signer_config.
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
256d286 Minor formatting fix in help set command (tobtoht)
|
| | |/ / / |
|
| |\ \ \ \
| |_|_|/
|/| | |
| | | | |
8be5fea simplewallet: optional all flag to export_outputs/export_key_images (moneromooo-monero)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
a604241 simplewallet: don't ask about mining when running a command line (moneromooo-monero)
|
| | |/ /
| | |
| | |
| | | |
This is likely to be done via a script
|
| |\ \ \
| |_|/
|/| |
| | | |
8ccc30b Fix --restore-date usage (hyc)
|
| | |/
| |
| |
| |
| | |
The wallet was ignoring --restore-height and --restore-date params and
prompting for them again.
|
| |\ \
| | |
| | |
| | | |
c820e18 simplewallet: print errors on exceptions creating wallets (moneromooo-monero)
|
| | |/
| |
| |
| | |
Exceptions would otherwise terminate the process silently
|
| |\ \
| | |
| | |
| | | |
f074b6b device: show address on device display (ph4r05)
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| | |
- Trezor: support for device address display (subaddress, integrated address)
- Wallet::API support added
- Simplewallet:
- address device [<index>]
- address new <label> // shows address on device also
- integrated_address [device] <payment_id|address> // new optional "device" arg to display also on the device
|
| |\ \
| |/
|/|
| | |
a23dbe6 simplewallet: prompt when spending more than one old out in one tx (moneromooo-monero)
|
| | | |
|
| | |
| |
| |
| |
| | |
also add a note when receiving the tx, because the user
might not notice the "XXX blocks to unlock" in the balance.
|
| |\ \
| | |
| | |
| | |
| | | |
588e6700 simplewallet: fix output representation offset (moneromooo-monero)
35e0a968 wallet2: "output lineup" fake out selection (moneromooo-monero)
|
| | |/ |
|
| |/ |
|
| |\
| |
| |
| | |
926e0472 simplewallet: add another warning about long payment ids (moneromooo-monero)
|