| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
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)
|
| | |/ / / / / |
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
8fc0cdb wallet2: lower default for subaddress lookahead when restoring with hardware (stoffu)
248310d Move parse_subaddress_lookahead() from simplewallet.cpp to util.cpp (stoffu)
46e90b7 Wallet API: add support for wallet creation from hardware device (stoffu)
|
| | | |_|_|_|/
| |/| | | | |
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
d45cd37 fix typos in language files and rpc_args.cpp (ordtrogen)
|
| | |/ / / / / |
|
| |\ \ \ \ \ \
| |/ / / / /
|/| | | | |
| | | | | | |
7bf99a2 fix string handling for donation message (cryptochangements34)
|
| | | | | | | |
|
| |\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | |
| | | | | | |
261ee56 don't limit miner threads in wallet (cryptochangements34)
|
| | | | | | | |
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
8962f00 simplewallet: add optional trusted/untrusted argument to set_daemon (moneromooo-monero)
941a608 util: consider Tor/I2P addresses to be non local (moneromooo-monero)
2b3357e README: mention --untrusted-daemon (moneromooo-monero)
|