| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |\
| |
| |
| | |
dee41efa simplewallet: mnemonic language command-line arg (Eugene Otto)
|
| | |
| |
| |
| |
| | |
Add `--mnemonic-language` command-line arg so it's possible to generate a wallet
without interacting with the CLI.
|
| |\ \
| | |
| | |
| | |
| | | |
e499ff33 simplewallet: factor out message_writer (moneromooo-monero)
7ed5ab47 scoped_message_writer: pause readline to match simplewallet (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | |
| | | |
359517c7 wallet_rpc_server: fix possible privacy leak in on_import_key_images() (Jaquee)
20495b27 simplewallet: fix possible privacy leak in import_key_images() (Jaquee)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
042b86c4 simplewallet: do not ask wallet filename twice when restoring (moneromooo-monero)
|
| | | |
| | |
| | |
| | |
| | | |
It's annoying and pointless (especially as it's the only thing
where the user is asked twice)
|
| |\ \ \
| | | |
| | | |
| | | | |
8bbed275 simplewallet: Be explicit about secret keys (Erik de Castro Lopo)
|
| | |/ /
| | |
| | |
| | |
| | |
| | | |
Previously, the wallet just asked for "Spend key" and "View key" but
now it specifies that these should be the secret versions of these
keys.
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
b7d6ec83 simplewallet: add (out of sync) or (no daemon) markers in the prompt (moneromooo-monero)
fa23a500 wallet2: add a is_synced function (moneromooo-monero)
f1307bbd node_rpc_proxy: add a proxy for target height (moneromooo-monero)
|
| | |/ /
| | |
| | |
| | |
| | | |
Should help people who don't realize why they haven't seen their
monero yet.
|
| |\ \ \
| |_|/
|/| |
| | | |
c97d1bd3 wallet: return unlock_time in get_transfers (moneromooo-monero)
|
| | |/
| |
| |
| | |
also show it in simplewallet's show_transfer
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | | |
02f13d6c Fix handling of strings & simplify summation of spendkeys (JollyMort)
40fc9d7b Add option to join multisig wallet pieces together (JollyMort)
|
| | | | |
|
| | |/
| |
| |
| | |
Asks user for all the data required to merge secret keys from multisig wallets into one master wallet, which then gets full control of the multisig wallet. The resulting wallet will be the same as any other regular wallet.
|
| |\ \
| | |
| | |
| | | |
cb0b5594 Move OpenAlias console input back from libs (moneromooo-monero)
|
| | |/
| |
| |
| |
| |
| |
| | |
Library code should definitely not ask for console input unless
it's clearly an input function. Delegating the user interaction
part to the caller means it can now be used by a GUI, or have a
decision algorithm better adapted to a particular caller.
|
| |\ \
| | |
| | |
| | | |
16a55347 simplewallet: show payment ids on sign_transfer (moneromooo-monero)
|
| | |/
| |
| |
| | |
Integrated addresses are shown when an encrypted payment id is used
|
| |/
|
|
| |
"Payment successfully sent" can be misleading if the TX isn't confirmed and drops from TX-pool.
|
| |\
| |
| |
| | |
6955976b Add various readline related fixes (Jethro Grassie)
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Add missing unbind key
- Fix colored messages
- Add command completion
- Preserve last command input
- Fix cursor position issues
- Fix trailing whitespace in commands
- Synchronize set_prompt
|
| |\ \
| |/
|/|
| | |
5cea3552 simplewallet: lock idle scope when sweeping (moneromooo-monero)
|
| | |
| |
| |
| |
| | |
This ensures the chain and related structures can't change
while we're using them
|
| |\ \
| | |
| | |
| | |
| | |
| | | |
3b599d2b wallet2: get current height from the daemon on creation (moneromooo-monero)
d3bb72ff wallet2: fix infinite loop on future refresh height (moneromooo-monero)
32754784 wallet: fix refresh_from_height setting on new wallet (moneromooo-monero)
|
| | |/
| |
| |
| |
| |
| |
| | |
The previous patch was based on a wrong premise (that the
daemon height was 0 because the daemon calling code wasn't
yet initialized). In fact, current height approximation
was not setup for testnet. Fix this.
|
| |\ \
| | |
| | |
| | |
| | |
| | | |
76043b17 monero-wallet-cli: hang on exit in readline code (#2117) (moneromooo-monero)
a73a42a6 monero-wallet-cli: hang on exit in readline code (#2117) (moneromooo-monero)
be9d4f04 Fix multiline wallet cli output with readline (Jethro Grassie)
|
| | |/
| |
| |
| |
| |
| | |
monero-wallet-cli commands which have multine output sometimes causes
issues with the readline support. This patch fixes show_transfers,
payments and incoming_transfers.
|
| |\ \
| |/
|/|
| |
| | |
7d2c89b6 Add french translation (Guillaume LE VAILLANT)
3255887f simplewallet: typo fixes (Guillaume LE VAILLANT)
|
| | | |
|
| | | |
|
| | | |
|
| |/
|
|
| |
not the actual tx secret key
|
| |\
| |
| |
| | |
b2319a03 simplewallet: new command to generate a random payment id (moneromooo-monero)
|
| | |
| |
| |
| |
| | |
This is trivial, but often requested, and possibly hard to do
in Windows. That makes it more user friendly.
|
| |/
|
|
|
|
|
| |
Add fail-fast paths that reduce frustration around the misuse of
--wallet-file combined with --restore-deterministic-wallet. Flow now
gives more descriptive errors and avoids having users type in their
whole seed before the failure condition is noticed.
|
| |\
| |
| |
| | |
05f3dcf7 simplewallet: fix refresh height for new wallets (moneromooo-monero)
|
| | |
| |
| |
| |
| |
| |
| | |
With the recent change to wallet creation code, the code was
calling to the daemon before the wallet's daemon address was
initialized, and thus failing. This was causing all new wallets
to refresh from 0 instead of just fetching early block hashes.
|
| |\ \
| | |
| | |
| | | |
4b932ff3 changed crypto to cncrypto so it generated libcncrypto (Gentian)
|
| | |/
| |
| |
| | |
fix a cmakelist
|
| |/ |
|
| |
|
|
|
|
|
| |
It sweeps all outputs below the given threshold
This is available via the existing sweep_all RPC, by setting
amount_threshold the desired amount (in atomic units)
|
| |\
| |
| |
| |
| | |
a255a540 simplewallet: allow multiline seed (moneromooo-monero)
5fce581c mnemonics: ignore multiple whitespace between words (moneromooo-monero)
|
| | |
| |
| |
| |
| | |
People are likely to enter it in three lines as it is how it
is displayed at creation time
|
| |/ |
|
| |\
| |
| |
| |
| |
| | |
0ee018b4 wallet2: do not go over the target tx size if many destinations (moneromooo-monero)
9ae566d0 simplewallet: fix cold signing of split transactions (moneromooo-monero)
aae14a10 simplewallet: allow setting confirm-missing-payment-id in watch wallets (moneromooo-monero)
|
| | |
| |
| |
| |
| |
| |
| | |
They'd be rejected as suspicious as the change goes to more
than one destination. However, split transactions will most
likely include fake zero amount change to random addresses,
so we only consider change with non zero amount for this.
|