| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |
| |
| |
| | |
For specifying the block height from which to start a restore
|
| |/
|
|
| |
Use the current blockchain height as the refresh_from_block_height.
|
| |\
| |
| |
| | |
c33ffc8 simplewallet: save fixes in RPC mode (moneromooo-monero)
|
| | |
| |
| |
| |
| |
| |
| |
| | |
^C when in RPC mode would not save the wallet while it was still
refreshing after starting up.
Also, save the wallet out of the signal handler. We don't want
to call complex stuff in a signal handler.
|
| |\ \
| | |
| | |
| | | |
1a58d20 simplewallet: optional address in --generate-from-json (moneromooo-monero)
|
| | |/
| |
| |
| |
| | |
When present, it can be used to validate the keys, as well
as deduce the spend key, if it is absent (watch wallet).
|
| |\ \
| | |
| | |
| | | |
48d0747 wallet: better output selection for transfer/transfer_new (moneromooo-monero)
|
| | |/
| |
| |
| |
| |
| | |
This now requests the set of outputs that can be mixed first,
to avoid trying non dust but unmixable outputs, which we know
will fail.
|
| |\ \
| | |
| | |
| | |
| | | |
ed61a2c simplewallet: set strict umask at start (moneromooo-monero)
7385c03 util: add a function to set umask to 077 (moneromooo-monero)
|
| | |/ |
|
| |/ |
|
| |\
| |
| |
| | |
ead6956 simplewallet: always gracefully exit on EOF (moneromooo-monero)
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | |
| | | |
b4eada9 wallet: make load_keys check types when loading JSON (moneromooo-monero)
3e55725 wallet: make the JSON reading type safe (moneromooo-monero)
f8d05f3 common: new json_util.h (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
24b3e90 Convey tx verification failure reasons to the RPC client (moneromooo-monero)
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This allows appropriate action to be taken, like displaying
the reason to the user.
Do just that in simplewallet, which should help a lot in
determining why users fail to send.
Also make it so a tx which is accepted but not relayed is
seen as a success rather than a failure.
|
| |\ \ \
| |_|/
|/| |
| | | |
77d1c6b simplewallet: default to trusted daemon for loopback address (moneromooo-monero)
|
| | |/ |
|
| | |
| |
| |
| |
| |
| | |
This will be slower, though more private.
New trusted_daemon parameter to the matching RPC call, false by default.
|
| |/
|
|
|
|
| |
With the change in mixin rules for v2, the "annoying" outputs are
slightly changed. There is high correlation between dust and
unmixable, but no equivalence.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It takes a filename containing JSON data to generate a wallet.
The following fields are valid:
version: integer, should be 1
filename: string, path/filename for the newly created wallet
scan_from_height: 64 bit unsigned integer, optional
password: string, optional
viewkey: string, hex representation
spendkey: string, hex representation
seed: string, optional, list of words separated by spaces
Either seed or private keys should be given. If using private
keys, the spend key may be omitted (the wallet will not be
able to spend, but will see incoming transactions).
If scan_from_height is given, blocks below this height will not
be checked for transactions as an optimization.
|
| |
|
|
|
|
| |
Ain't nobody got time for link/cmake skullduggery.
This reverts commit fff238ec94ac6d45fc18c315d7bc590ddfaad63d.
|
| |\
| |
| |
| | |
b525457 simplewallet: make --password-file work in RPC mode (moneromooo-monero)
|
| | | |
|
| |/
|
|
| |
Useful for debugging users' logs
|
| |\
| |
| |
| | |
41ea91a simplewallet: fix hang when setting auto-refresh to 0 (moneromooo-monero)
|
| | |
| |
| |
| |
| |
| | |
It would try to join the auto refresh thread, which would
only happen after it was done, which would take a long time
when doing so on a newly created wallet.
|
| |/
|
|
|
|
| |
Because obviously it doesn't work as other POSIX platforms.
Reported and tested by luigi1111.
|
| |
|
|
| |
and all other associated IPC
|
| |\
| |
| |
| |
| | |
c2a1fee simplewallet: prompt for private keys when generating wallets (moneromooo-monero)
4513b4c simplewallet: add a new --restore-from-keys option (moneromooo-monero)
|
| | |
| |
| |
| |
| | |
instead of supplying them on the command line. It's more
unwieldy, but better protects against information leaks.
|
| | |
| |
| |
| |
| |
| |
| | |
It is similar in use to --restore-from-view-key, but also expects
a spend private key.
Requested by luigi1112, and useful to restore MyMonero wallets.
|
| |/
|
|
|
| |
This avoids the need to define that variable in every program
which uses epee.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
When a transaction is not found in the pool anymore, it is marked
as failed, and displayed as such in show_transfers.
|
| |
|
|
|
| |
Some of it uses hardcoded height, which will need some thinking
for next (voted upon) fork.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
Blockchain hashes and key images are flushed, and blocks are
pulled anew from the daemon.
The console command is shortened to match bc_height.
This should make it a lot easier on users who are currently
told to remove this particular cache file but keep the keys
one, etc, etc.
|
| | |
|
| |
|
|
|
| |
Displaying in-program commands with --help doesn't match daemon
behaviour (or make sense)
|
| |
|
|
| |
Typos, grammar, consistency. I don't claim to have gotten everything.
|
| |
|
|
|
| |
instead of a command line setting. It makes sense that is is
a long lived setting.
|