| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |\
| |
| |
| | |
c3c14f3 simplewallet: allow named priority levels for default-priority (moneromooo-monero)
|
| | |
| |
| |
| | |
to match those used by the various transfer functions
|
| | | |
|
| |\ \
| | |
| | |
| | | |
77655b0 simplewallet: Simplify LOCK_IDLE_SCOPE macro (rbrunner7)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
3e914ad simplewallet: add a warning and prompt on rescan_blockchain (moneromooo-monero)
|
| | |/
| |
| |
| |
| |
| | |
Many people are using this as a "let's see what this does" command
when something doesn't work as they thought it should, and thus
destroying info that they might still need.
|
| |\ \
| | |
| | |
| | | |
2fd9be1 simplewallet: correct number of human-readable months (rbrunner7)
|
| | |/ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
The secret spend key is kept encrypted in memory, and
decrypted on the fly when needed.
Both spend and view secret keys are kept encrypted in a JSON
field in the keys file. This avoids leaving the keys in
memory due to being manipulated by the JSON I/O API.
|
| | | |
|
| |\ \
| | |
| | |
| | | |
f13c7a8 simplewallet: make sure wallet config is stored right after creation (stoffu)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
a3fe1c5 simplewallet: add set_tx_key for importing tx keys from 3rd party wallets (stoffu)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
3a4c3ac simplewallet.unspent_outputs: fix wrong logic for parsing (stoffu)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
5e675de simplewallet: fix language detection when using --use-english-language-names (moneromooo-monero)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
37f0799 wallet: distinguish coinbase from other txes in show_transfers (moneromooo-monero)
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
20eb192 simplewallet: reword 'seed encryption' to 'seed offset' (moneromooo-monero)
|
| | |/ / /
| | | |
| | | |
| | | | |
avoids people thinking it's somehow a generic AE system
|
| |\ \ \ \
| |_|_|/
|/| | |
| | | | |
5a2864c simplewallet: fix delay when setting auto-refresh off (moneromooo-monero)
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
2951436 wallet: warn when payment IDs are used (moneromooo-monero)
|
| | | |/ /
| |/| |
| | | |
| | | | |
Subaddresses are better for privacy
|
| | |_|/
|/| | |
|
| |\ \ \
| | | |
| | | |
| | | | |
8c4db68 node_rpc_proxy: factor a few RPC calls using get_info (moneromooo-monero)
|
| | | | |
| | | |
| | | |
| | | | |
Takes advantage of caching
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
d6d78f1 Allow fractional outputs to be ignored (stoffu)
|
| | |/ / / |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
13851b2 simplewallet.sweep_all: show usage when parsing fails (stoffu)
|
| | | | | | |
|
| |\ \ \ \ \
| |_|_|/ /
|/| | | |
| | | | | |
6cb9707 simplewallet: remove leftover global debug trace (moneromooo-monero)
|
| | | |_|/
| |/| | |
|
| |\ \ \ \
| |_|_|/
|/| | |
| | | | |
9d7f6e60 simplewallet: init trusted daemon flag to false when autodetecting (moneromooo-monero)
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
dcbc17e wallet: include a suggested number of confirmations based on amount (moneromooo-monero)
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This is based on how much an attacking miner stands to lose in block
rewardy by mining a private chain which double spends a payment.
This is not foolproof, since mining is based on luck, and breaks
down as the attacking miner nears 50% of the network hash rate,
and the estimation is based on a constant block reward.
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
8db23df wallet: on first refresh, start off with a quantized height (moneromooo-monero)
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
for privacy reasons, so an untrusted node can't easily track
wallets from IP address to IP address, etc. The granularity
is 1024 blocks, which is about a day and a half.
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
798dfcf wallet: allow unspendable unmixable outputs to be discarded (stoffu)
|
| | |/ / / / / |
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
08b85a8 cryptonote_config: add get_config to refactor x = testnet ? config::testnet::X : stagenet ? config::stagenet::X : config::X (stoffu)
0cf80ba net_node: resolve host for node addresses given via command line flags (stoffu)
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
config::testnet::X : stagenet ? config::stagenet::X : config::X
|
| |\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | |
| | | | | | | |
362f5e6 simplewallet: don't confirm missing payment ID when sending to only subaddresses (stoffu)
|
| | |/ / / / / |
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
948c482 simplewallet: grammar fix in warning message (moneromooo-monero)
|